Griefing != Cheating
This commit is contained in:
parent
818348a445
commit
f5a76dd154
3 changed files with 35 additions and 8 deletions
|
|
@ -15,8 +15,10 @@ namespace TShockAPI
|
|||
public bool EnableWhitelist = false;
|
||||
public bool InfiniteInvasion = false;
|
||||
public bool AlwaysPvP = false;
|
||||
public bool KickSaveEditors = true;
|
||||
public bool BanSaveEditors = true;
|
||||
public bool KickCheaters = true;
|
||||
public bool BanCheaters = true;
|
||||
public bool KickGriefers = true;
|
||||
public bool BanGriefers = true;
|
||||
public bool BanKillTileAbusers = false;
|
||||
public bool KickKillTileAbusers = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue