Commands & Permissions
List of commands permissions
[] = optional, () = required.
Managing commands
Command | Permission | Description | Default |
---|---|---|---|
/rint | rinteraction.command | Main command | op |
/rint reload | rinteraction.command.reload | Reload the plugin | op |
/rint create (identifier) | rinteraction.command.create | Create a region | op |
/rint createFull (identifier) (height) (radius) | rinteraction.command.create | Create a region with player location as center | op |
/rint delete (identifier) [confirm] | rinteraction.command.delete | Delete a region | op |
/rint info (name) | rinteraction.command.info | Prints info about a region | op |
/rint rename (name) (newname) | rinteraction.command.rename | Rename a region | op |
/rint toggle (name) | rinteraction.command.toggle | Toggle a region | op |
/rint list | rinteraction.command.list | List all regions | op |
Settings commands
Command | Permission | Description | Default |
---|---|---|---|
/rint setparent (name) (parent) | rinteraction.command.setparent | Set a parent for a region | op |
/rint setsync (name) (setting) (true:false) | rinteraction.command.setsync | Set a setting for a region | op |
/rint syncinfo (name) | rinteraction.command.syncinfo | Prints info about region sync settings status | op |
/rint togglePerm (name) | rinteraction.command.togglePerm | Toggle the requirement of permission to be able to interact with a region | op |
/rint taskmode (name) | rinteraction.command.taskmode | Change the task mode for a region | op |
/rint setradius (name) (radius) | rinteraction.command.setradius | Set the radius of a region | op |
/rint setheight (name) (height) | rinteraction.command.setheight | Set the height of a region | op |
/rint setcooldown (name) (cooldownInMilliseconds) | rinteraction.command.setcooldown | Set the cooldown of a region | op |
/rint setcenter (name) | rinteraction.command.setcenter | Set the center of a region | op |
Actions commands
Command | Permission | Description | Default |
---|---|---|---|
/rint action add (name) (actionType) (action) | rinteraction.command.action | Add an action to a region | op |
/rint action set (name) (index) (actionType) (action) | rinteraction.command.action | Set an action | op |
/rint action remove (name) (index) | rinteraction.command.action | Remove an action | op |
/rint action insert (name) (index) (actionType) (action) | rinteraction.command.action | Insert an action | op |
Other commands
Command | Permission | Description | Default |
---|---|---|---|
/rint execute (name) (player) | rinteraction.command.execute | Simulate region actions on the player | op |
/rint preview (name) [keep] | rinteraction.command.preview | Preview a region | op |
/rint menu (name) | rinteraction.command.menu | Open the region editor menu | op |
Another permissions
Permission | Description | Default |
---|---|---|
rinteraction.interact.(name) | Permission to be able to interact with the region if togglePerm is activated | op |