Changed how rcon outputs commands
Changed how rcon handle commands Added inforesponse and statusresponse
This commit is contained in:
parent
da9aac5d5b
commit
d04ef15427
3 changed files with 44 additions and 12 deletions
|
|
@ -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) ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue