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