


Restricted Areas
Create restricted areas where players can't build, damage, interact or modify terrain.
It has server sync, must be installed in client and the server. Does not need to restart the server when change configs. (thanks blaxxun for serversync)
X,Y:1 are the center Coordinates of the area.
Radius: is the area radius.
permittedIds: SteamId off players that can by pass this area.
Permissions: noBuild: Disable build, remove pieces, damage in buildings. NoTerrain: disable pickaxe and hoe modifications NoInteract: Does not let pickup items from item stands and farms. NoTreeDamage: Does not allow damage on trees NoWard: does not allow building wards
Examples:
x=100;y=100;radius=300;permittedIds=76561198053366464,7656119833896646;permissions=noBuild,noTerrain,noInteract,noTreeDamage | x=100;y=100;radius=300;permittedIds=76561198053366464,7656119833896646;permissions=noBuild,noTerrain,noInteract,noTreeDamage
You can create more areas with a "|"
Help discord: https://discord.gg/eTWyhHKcFR
0.0.2 Add noWard