> For the complete documentation index, see [llms.txt](https://territory.athelion.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://territory.athelion.eu/usage/commands.md).

# Commands

Listed all valid syntaxes of commands and their permissions.

### Basic Commands <a href="#managing-commands" id="managing-commands"></a>

An overview of all commands can be viewed using the help command, which displays the current commands and their syntax for which the player has permission.

| Command      | Permission     |
| ------------ | -------------- |
| `/land help` | territory.help |

To see the current land that is on your location there is a info command.

| Command      | Permission     |
| ------------ | -------------- |
| `/land info` | territory.info |

#### Land Creation

A new land is created using the following command, the land name can also be specified, if not specified it is replaced with the default one from the config.

| Command                     | Permission                                                 |
| --------------------------- | ---------------------------------------------------------- |
| `/land create (<landName>)` | <p>territory.create<br>territory.lands.limit.\<number></p> |
| `/land delete (<landName>)` | territory.delete                                           |

#### Land Claiming

Chunks (claims) are added to the land using this command, the chunk the player is currently in will be added to the player's land that is nearby (meaning expanding the land). So you can't claim without a chunk that is connected to the current chunk.

| `/land claim` | <p>territory.claim<br>territory.claims.limit.\<number></p> |
| ------------- | ---------------------------------------------------------- |

The chunk can then be unclaimed with this command.

| `/land unclaim` | territory.unclaim |
| --------------- | ----------------- |

#### Managing Land

Land management is done entirely through the management GUI, which makes everything you need intuitive and easy to access. Some actions even have their own commands for faster handling.

| `/land manage` | territory.manage |
| -------------- | ---------------- |

To quickly add a player to a land (you have to be in the land you want to add them to, otherwise you have to add them via the manage menu) you can use:

| `/land trust <playerName>` | territory.manage.trust |
| -------------------------- | ---------------------- |

#### Land Teleportation

Home is by default set to the location where the player created the land, to change it this command is used:

| `/land sethome`       | territory.manage.sethome |
| --------------------- | ------------------------ |
| `/land home (<land>)` | territory.manage.sethome |

To teleport out of your own lands, use this command:

| `/land tp <player>` | <p>territory.teleport.trusted<br>territory.teleport.all</p> |
| ------------------- | ----------------------------------------------------------- |

### Admin Commands

To manage player's lands, use this command:

| `/land admin <playerName>` | territory.admin |
| -------------------------- | --------------- |

You can use the reload command to reload configuration and lang files:

| `/land reload` | territory.admin |
| -------------- | --------------- |

Give command for claimblocks

| `/land claimblock <type> (<amount>) (<player>)` | territory.admin |
| ----------------------------------------------- | --------------- |
