Changed how rcon outputs commands

Changed how rcon handle commands
Added inforesponse and statusresponse
This commit is contained in:
Deathmax 2011-07-09 12:34:58 +08:00
parent da9aac5d5b
commit d04ef15427
3 changed files with 44 additions and 12 deletions

View file

@ -47,6 +47,7 @@ namespace TShockAPI
public bool SpamChecks = false;
public bool DisableBuild = false;
public int TileThreshold = 20;
public string ServerName = "";
public float[] AdminChatRGB = { 255, 0, 0 };
public string AdminChatPrefix = "(Admin) ";