When you /zone_edit
and you specify a name you've set, ie; NameOfZone
, it returns "Zone Manager: The specified zone doesn't exist"
it doesn't recognise the name ID set, but will only recognise the ID Number, ie; /zone_edit 376245
in ZoneManager.cs file you have the following line which is suppose to let you set either ID Number or the set Name String but doesn't appear to work.
(bool) CreateOrUpdateZone(string zoneId, string[] args, Vector3 position = default(Vector3))