# Regions Commands

You can change the main `/region` command aliases in the [configuration file](/regions/configuration/#command-aliases).

{.compact}
| Command | Arguments | Description | Permission |
| ---     | ---       | ---         | ---        |
| `/region` | [!badge variant="secondary" text="help"] | Show a list of all Regions commands. | `excellentclaims.regions.command.region`
| `/region wand` | - | Toggle selection mode. | `excellentclaims.regions.command.region.wand`
| `/region claim` | [!badge variant="secondary" text="name"] | Claim a region from selection. | `excellentclaims.regions.command.region.claim`
| `/region unclaim` | [!badge variant="secondary" text="name"] | Remove a specific region. | `excellentclaims.regions.command.region.unclaim`
| `/region rules` | [!badge variant="secondary" text="region"] | Open the Rules GUI for a specific region. | `excellentclaims.regions.command.region.rules`
| `/region members` | [!badge variant="secondary" text="region"] | Open the Members GUI for a specific region. | `excellentclaims.regions.command.region.members`
| `/region menu` | [!badge variant="secondary" text="region"] | Open the Region GUI. | `excellentclaims.regions.command.region.menu`
| `/region list` | - | Open a GUI with all your regions. | `excellentclaims.regions.command.region.list`
| `/region inspect` | [!badge variant="danger" text="player"] | Open a GUI with all regions of a specific player. | `excellentclaims.regions.command.region.inspect`
| `/region sethome` | - | Set the region home location. | `excellentclaims.regions.command.region.sethome`
| `/region name` | [!badge variant="secondary" text="region"] [!badge variant="danger" text="name"] | Change the display name of a region. | `excellentclaims.regions.command.region.name`
| `/region description` | [!badge variant="secondary" text="region"] [!badge variant="danger" text="description"] | Change the description of a region. | `excellentclaims.regions.command.region.description`
| `/region priority` | [!badge variant="danger" text="priority"] [!badge variant="secondary" text="claim"] | Change the priority of a region. | `excellentclaims.regions.command.region.priority`
| `/region transfer` | [!badge variant="danger" text="player"] [!badge variant="secondary" text="claim"] | Transfer a region to another player. | `excellentclaims.regions.command.region.transfer`

- For most commands, if you are standing inside a region, that region is selected automatically.
