Added DisableExplosives along with the permission useexplosives to bypass it.
This commit is contained in:
parent
8037fd67db
commit
1f7d3eb5e6
3 changed files with 15 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ namespace TShockAPI
|
|||
public bool KickKillTileAbusers = true;
|
||||
public bool BanExplosives = true;
|
||||
public bool KickExplosives = true;
|
||||
public bool DisableExplosives = true;
|
||||
public bool SpawnProtection = true;
|
||||
public int SpawnProtectionRadius = 5;
|
||||
public string DistributationAgent = "facepunch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue