Griefing != Cheating

This commit is contained in:
Maverick Motherfucker 2011-06-02 22:24:43 -07:00
parent 818348a445
commit f5a76dd154
3 changed files with 35 additions and 8 deletions

View file

@ -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;
}