Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commands

JimiIT92 edited this page Jun 16, 2017 · 2 revisions

Commands are essentials to run all the functions of the plugin. Let's see the list of all the available commands and how to use them.


/rg: Get the region selector item

/rg save: Save the current editing region (or the just created one)

/rg info (region): Display the details of the region at the current location or the specified one (if specified)

/rg delete (region): Delete the region at the current location or the specified one (if specified). Only region owners and permitted users can delete a region

/rg name [name]: Rename the current editing region (or the one just created) with the specified name

/rg list: Show the names of all the saved regions

/rg gamemode [gamemode]: Set the gamemode of the current editing region (or the one just created)

/rg edit (region): Allows to edit the region at the current location or the specified one (if specified). Only region owners and permitted users can edit a region

/rg flag [flag] [value]: Set the flag value for the current editing region (or the one just created)

/rg add [player] (region): Add a owner to the region at the current location or the specified one (if specified). Only region owners and permitted users can add players to a region

/rg remove [player] (region): Remove a owner to the region at the current location or the specified one (if specified). Only region owners and permitted users can remove players from a region

/rg global [flag] [value]: Set the value of the global flag (used outside of regions). Only permitted users can set a global flag value. (See Global Regions page for more details)

/rg globallist: Displays all global flag values

/rg setteleport [x] [y] [z]: Set the teleport location of the current editing region (or the just created one) at the specified coordinates. Only region owners and permitted users can set the teleport location of a region

/rg setspawn [x] [y] [z]: Set the spawn location of the current editing region (or the just created one) at the specified coordinates. Only region owners and permitted users can set the spawn location of a region

/rg teleport [region]: Set the player at the teleport location of the specified region. Only region owners and permitted users can teleport to a region teleport location

/rg spawn [region]: Set the player at the spawn location of the specified region. Only region owners and permitted users can teleport to a region spawn location

/rg priority [value]: Set the priority of the current editing region (or the just created one)

/rg command [command] (region): Allow or disallow a command in the current editing region or the specified one (if specified). If a command is disallowed, retyping this command will allow that command, and viceversa. Only region owners and permitted users can allow or disallow commands inside a region

/rg help (page): Display the region commands help. You can point to a specific page

/rg flaghelp (page): Displays the flags help. You can point to a specific page


Each command can be used too by typing /region instead of /rg. So for example, typing /region save is the same as typing /rg save

Clone this wiki locally