Backups added
Pvp throttle added
This commit is contained in:
parent
4339650439
commit
c901e8482d
7 changed files with 550 additions and 396 deletions
|
|
@ -41,7 +41,15 @@ namespace TShockAPI
|
|||
public bool RangeChecks = true;
|
||||
public bool SpamChecks = false;
|
||||
public bool DisableBuild = false;
|
||||
|
||||
public float[] AdminChatRGB = {255, 0, 0};
|
||||
public string AdminChatPrefix = "(Admin) ";
|
||||
|
||||
public int PvpThrottle = 0;
|
||||
|
||||
public int BackupInterval = 0;
|
||||
public int BackupKeepFor = 60;
|
||||
|
||||
public bool ListServer = false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue