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