Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commands

Game4Freak edited this page Jun 22, 2019 · 23 revisions

Use /zone help to get a full list with all commands and parameters.


/zone add

Parameters: <zone|node|flag|block|group|message|parameter|heightnode> <zonename> <flag|equip|build|enter|leave|parameter|isUpper> <blockList|message|add|remove|values|heightoffset> <group>

Adding a zone: /zone add zone _YourZoneName_

Adding a node to your zone: /zone add node _YourZoneName_

Adding a flag to your zone: /zone add flag _YourZoneName_ _YourFlag_
A list of all flags can be found here

Adding a Blocklist to your zone: /zone add block _YourZoneName_ equip|build _YourBlockList_
You first need to create a BlockList or use one of the default ones.
More information about BlockLists can be found here

Adding a group to your zone: /zone add group _YourZoneName_ enter|leave add|remove _YourGroup_
More information about groups can be found here

Adding a message to your zone: /zone add message _YourZoneName_ enter|leave _YourMessage_

Adding a parameter to your zone: /zone add parameter _YourZoneName_ _YourParameter_ _Value1_ _Value2_ ...

Setting a heightNode on your zone: /zone add heightnode _YourZoneName_ isUpper(true or false) _HeightOffset_
More information about heightNodes can be found here

Adding a effect to your zone: /zone add effect _YourZoneName_ enter|leave add|remove _YourEffect_


/zone remove

Parameters: <zone|node|flag|block|group|parameter|heightnode> <zonename> <flag|equip|build|enter|leave|parameter|isUpper> <blockList|add|remove> <group>

Removing a zone: /zone remove zone _YourZoneName_

Removing a node from your zone: /zone remove node _YourZoneName_ _YourNodeNumber_

Removing a flag from your zone: /zone remove flag _YourZoneName_ _YourFlag_
A list of all flags can be found here

Removing a Blocklist from your zone: /zone remove block _YourZoneName_ equip|build _YourBlockList_
More information about BlockLists can be found here

Removing a group from your zone: /zone remove group _YourZoneName_ enter|leave add|remove _YourGroup_
More information about groups can be found here

Removing a message from your zone: /zone remove message _YourZoneName_ enter|leave _YourMessageIndex_

Removing a parameter from your zone: /zone remove parameter _YourZoneName_ _YourParameter_

Removing a heightNode from your zone: /zone remove heightNode _YourZoneName_ isUpper(true or false) More information about groups can be found here

Removing a effect from your zone: /zone remove effect _YourZoneName_ enter|leave add|remove _YourEffect_


/zone replace

Parameters: <zone|node> <newzonename|node>

Replacing the name of your zone: /zone replace zone _YourZoneName_ _YourNewZoneName_

Replacing a node of your zone: /zone replace node _YourZoneName_ _YourNodeNumber_


/zone list

Parameters: <zone|zones|nodes|flags|blocklists|groups|parameters|heightnodes> <zonename>

Listing all zones: /zone list zones

Listing information of your zone: /zone list zone _YourZoneName_

Listing all nodes of your zone: /zone list nodes _YourZoneName_

Listing all flags of your zone: /zone list flags _YourZoneName_

Listing all BlockLists of your zone: /zone list blocklists _YourZoneName_

Listing all groups of your zone: /zone list groups _YourZoneName_

Listing all messages of your zone: /zone list messages _YourZoneName_

Listing all parameters of your zone: /zone list parameters _YourZoneName_

Listing all heightNodes of your zone: /zone list heightNodes _YourZoneName

Listing all effects of your zone: /zone list effects _YourZoneName_


/zone flags

This command will give you a list with all flags.
A list of all flags can be found here


/zone blockList

Parameters: <add|remove|list|addItem|removeItem> <equip|build> <blockList> <itemID>
More information about BlockLists can be found here

Adding a BlockList: /zone blocklist add equip|build _YourBlockList_

Adding a item to your BlockList: /zone blocklist addItem equip|build _YourBlockList_ _YourItemID_

Listing information of your BlockList: /zone blocklist list equip|build _YourBlockList_

Removing a BlockList: /zone blocklist remove equip|build _YourBlockList_

Adding a item from your BlockList: /zone blocklist removeItem equip|build _YourBlockList_ _YourItemID_


/zone visualize or /zone show

This command will visualize the Zone and help you see the boundaries.
Parameters: `<nodes|border> <on|off>

Visualizing the nodes of your zone: /zone visualize nodes _YourZoneName_ <on|off> _YourSpaceNumber_

Visualizing the border of your zone: /zone visualize border _YourZoneName_ <on|off> _YourSpaceNumber_


/zone inzone

This command will give you a list with all zones you are currently in.


/zone getpos

This command will give you the position of yourself or another player. Parameters: <playername>

Getting your own position: /zone getpos

Getting the position of another player: /zone getpos _PlayerName_


/zone tp node

This command will tp you to the specified node. Parameters: <zonename> <node>

Teleporting to a node: /zone tp node _YourZoneName_ _YourNodeNum_