I have a zone that is disabled (has the `enabled` flag set to `false`), yet I still get the messages for entering/leaving the zone, and the zone still restricts me from doing all of the things I have restricted in the flags. So clearly, it's not disabled. I've included a screenshot of the in-game GUI to show that it is in fact disabled, as well as my data file.
{
"definitions": [
{
"Name": "Airfield",
"Radius": 150.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"Location": "81.17843 37.01651 -2.381623",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "airfield_1",
"ParentID": null,
"EnterMessage": "WARNING: You are entering a PVP Zone!\nPVP <color=#ff0000>[ENABLED]</color>\nRaiding <color=#00FF00>[disabled]</color>\nLooting <color=#00FF00>[disabled]</color>\nTeleportation <color=#ff0000>[DISABLED]</color>\nBackpacks <color=#ff0000>[DISABLED]</color> (bug)",
"LeaveMessage": "Returning to safety!\nPVP <color=#00FF00>[disabled]</color>\nRaiding <color=#00FF00>[disabled]</color>\nLooting <color=#ff0000>[ENABLED]</color>\nTeleportation <color=#00FF00>[enabled]</color>",
"Permission": null,
"EjectSpawns": null,
"Enabled": false,
"Flags": "AutoLights, NoTp, NoPlayerLoot, NoHeliTargeting, LootSelf"
}
]
}