-
Notifications
You must be signed in to change notification settings - Fork 2
Commands
damagefilter edited this page Dec 18, 2014
·
1 revision
An introduction to commands and the permissions that are bound to them. When multiple permissions are listed, one of them suffices to get access to a command.
The cmod commands allow you to manage your cuboids.
Command | Description | Permissions |
---|---|---|
/cmod add <region> | Creates a new Cuboid from your selection and leaves it as is. No users or groups will be added. | cuboids.cmod.add, cuboids.super.admin |
/cmod allowcommand <region> <commands...> | Allow usage of a command inside the given cuboid. | cuboids.cmod.allowcommand, cuboids.super.admin |
/cmod allow <region> <player g:group o:owner> | Allow groups or players within the given Cuboid. Prefix g: denotes a group name, o: denotes a region owner. | cuboids.cmod.allowentity, cuboids.super.admin |
/cmod allowitem <region> <item:name...> | Allow items to be used inside the given cuboid. | cuboids.cmod.allowitem, cuboids.super.admin |
/cmod disallow <region> <player g:group o:owner> | Disallow groups or players within the given Cuboid. Prefix g: denotes a group name, o: denotes a region owner. | cuboids.cmod.disallow, cuboids.super.admin |
/cmod info <region> | Explains the cuboid you specified and your relation to it. | cuboids.cmod.info, cuboids.super.admin |
/cmod list [page] | Lists all cuboids in your world. | cuboids.cmod.list, cuboids.super.admin |
/cmod flags list [region] | Shows the flag settings of the specified cuboid or the global settings if no cuboid name was specified. | cuboids.cmod.flags.list, cuboids.super.admin |
/cmod flags remove [region] <flag> | Remove a flag from a cuboid or from the global settings if no name was specified. | cuboids.cmod.flags.remove, cuboids.super.admin |
/cmod flags set [region] <flag> <ALLOW | DENY | DEFAULT> |
/cmod show <region> | Shows the boundaries of the specified cuboid with particles | cuboids.cmod.show, cuboids.super.admin |
/cmod loadpoints <region> | Load a cuboids bounding rectangle as selection | cuboids.cmod.loadpoints, cuboids.super.admin |
/cmod load <region> | Load the settings of the cuboid from database | cuboids.cmod.load, cuboids.super.admin |
/cmod save [region] | Save all or the specified region data to database. | cuboids.cmod.save, cuboids.super.admin |
/cmod welcome <region> [message] | Specify a message to display when entering the cuboid. Leave the message empty to remove it. | cuboids.cmod.welcome, cuboids.super.admin |
/cmod farewell <region> [message] | Specify a message to display when leaving the cuboid. Leave the message empty to remove it. | cuboids.cmod.farewell, cuboids.super.admin |
/cmod move <region> | Move the specified cuboid to the current selection. Use this for manual resizing for instance | cuboids.cmod.move, cuboids.super.admin |
/cmod parent <region> <parent_region> | Specify a new region parent. Unless you're 100% sure what you're doing, you will not need this. | cuboids.cmod.parent, cuboids.super.admin |
/cmod priority <region> <priority (as number)> | Specify a new priority for this region. Use this to resolve conflicts in intersecting regions. Higher numbers mean a cuboid will be taken into consideration before others with lower priorities | cuboids.cmod.priority, cuboids.super.admin |
/cmod remove <region> | Remove the specified cuboid. | cuboids.cmod.remove, cuboids.super.admin |
/cmod rename <region> <new_name> | Rename the specified cuboid. | cuboids.cmod.rename, cuboids.super.admin |
/cmod restrictcommand <region> <command command2 command3> | Specify commands that should not be used in this cuboid regardless of permissions. | cuboids.cmod.restrictcommand, cuboids.super.admin |
/cmod restrictitem <region> <item item2 item3> | Specify items that should not be used in this cuboid. | cuboids.cmod.restrictitem, cuboids.super.admin |
/cmod tpto <region> | Teleport to the center of the specified region. | cuboids.cmod.tpto, cuboids.super.admin |