This plugin allows the admin to define zones in which no player can place structures. For example, this can be used to secure prohibited building spots. The zones are simply defined by a coordinate and a radius and can be displayed via ingame command.
Chat Commands
/showbanned - Display blocked zones ( Sphere )
Chat Commands
/showbanned - Display blocked zones ( Sphere )
JSON:
{
"Email": "@youemail.com",
"General": {
"Messages": {
"IsBannedZone": {
"Message": "This area is banned.",
"R": 1.0,
"G": 0.0,
"B": 0.5,
"A": 1.0
}
}
},
"BlockedZones": {
"ScorchedEarth_P": [
{
"Cord": "328402 124009 -14530",
"Range": 28000
},
{
"Cord": "109983 119379 8397 81.92 -28.88",
"Range": 100000
}
],
"Ragnarok": [
{
"Cord": "328402 124009 -14530",
"Range": 28000
}
],
"Aberration_P": [
{
"Cord": "328402 124009 -14530",
"Range": 50000
}
]
}
}