public override string Run(McTcpClient handler, string command) { handler.SendRespawnPacket(); return "You have respawned."; }
public override string Run(McTcpClient handler, string command) { handler.SendRespawnPacket(); return("You have respawned."); }
public override string Run(McTcpClient handler, string command, Dictionary <string, object> localVars) { handler.SendRespawnPacket(); return("You have respawned."); }