Spawn protection. 5 block radius.

/protectspawn - toggle spawn protection.
This commit is contained in:
Deathmax 2011-06-04 14:21:41 +08:00
parent 474498416d
commit 069c95e2cf
4 changed files with 58 additions and 4 deletions

View file

@ -23,5 +23,6 @@ namespace TShockAPI
public bool KickKillTileAbusers = false;
public bool BanExplosives = true;
public bool KickExplosives = true;
public bool SpawnProtection = true;
}
}