main/Commands

The plugin handler commands starts with '/zure' like the base menu, the backup system, the plugin core. All others, which are related to manage, handle and edit zones are start with '/zone'.
Zure
| /zure | base menu |
| /zure backup | menu of the backup system |
| /zure core | shows the plugin core (detailed core info) |
Zone
| /zone select | menu of selecting |
| /zone create | creates a new zone |
| /zone delete | deletes an existing zone |
| /zone info | shows info about a zone |
| /zone tree | shows the hierarchy of the zone |
| /zone flag | sets a flag on a zone |
| /zone setparent | sets the parent of a zone |
| /zone setpriority | sets the priority of the zone |
| /zone here | lists the zones on the current location |
| /zone list | lists all the zones |
| /zone shapes | lists the available shapes for zones |
| /zone allow | allows a player to use the zone |
| /zone deny/disallow | denies a player of using the zone |
| /zone kick | kicks a player from the zone territory |
| /zone search | searches for zones by name |
Reference to zones
In the commands you should use the name of the zones, because every zone has its own unique name, which cannot be owned by any other.
There is no limitations for zone names, but there will be (of course it cannot contain spaces for example).
In case of more worlds
The unique name is reserved for only one world. In two different worlds there can be two zones with the same name. While you use commands it will select the zone in the worlds which you are in. If you are in a third world, the command will ask for name specification, which means you must type the name of the world too in 'worldName\zoneName' form. In this case, the possible choices will be shown to the command sender.
For example:
Quote from server:\> /zone info test
Use one of the following: world1:test, world2:test, world3:test
\> /zone info world2:test
Zone: test
- priority: 1
- members: me
- ...
Comments