Added spawn protection. Prevents any tile from being placed/killed within a 5 block radius.
/protectspawn - Toggle spawn protection.
This commit is contained in:
parent
474498416d
commit
48ea956724
4 changed files with 58 additions and 4 deletions
|
|
@ -23,5 +23,6 @@ namespace TShockAPI
|
|||
public bool KickKillTileAbusers = false;
|
||||
public bool BanExplosives = true;
|
||||
public bool KickExplosives = true;
|
||||
public bool SpawnProtection = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue