> For the complete documentation index, see [llms.txt](https://guide.chillzone.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.chillzone.cc/getting-started/claims/commands.md).

# Commands

This page serves as a full list of all available Lands command to players. Most functions in here will be accessible through the lands menu: `/lands menu` - but command alternatives exist for those command-line preferers :wink:

### Command Encyclopedia

#### Basic Commands

* `/lands`: Open the Lands menu.
* `/helpclaim`: Ingame brief lands tutorial
* `/lands help [page]`: Display command usages of Lands.
* `/lands info [land]`: Show information about a land.
* `/lands map`: Show lands map.
* `/lands rename [land] <new name>`: Rename land.
* `/lands view`: Visualise land borders.
* `/lands menu [here]`: Open Lands GUI for the chunk you're standing in.
* `/lands invites`: Open received invites GUI.

#### Land Management

* `/lands create`: Create a land.
* `/lands delete <land|here>`: Delete a land or subarea at your current position.
* `/lands claim`: Claim chunks.
* `/lands claim auto`: Claim chunks while walking.
* `/lands unclaim`: Unclaim a chunk.
* `/lands unclaim auto`: Unclaim chunks while walking.
* `/lands unclaimall`: Unclaim all chunks for the land.
* `/lands selection`: Select a region for actions like /lands claim.
* `/lands assign <area>`: Assign selection to a area or create a new area.
* `/lands edit <land>`: Enter edit mode for a land. Actions like /lands claim will be executed for this land.

#### Interactions and Roles

* `/lands trust <player> [area,*]`: Trust a player. Area parameter is optional.
* `/lands untrust <player> [area,*]`: Untrust player. Area parameter is optional.
* `/lands setrole <player> <area,*> <role>`: Set a role of a player. The area parameter defines a sub area of the land.
* `/lands chat [land] <message>`: Chat with land.
* `/lands accept <land>`: Accept invites.
* `/lands deny`: Deny invite.
* `/lands leave <land|here>`: Leave a land or the area at your current position.

#### Additional Commands

* `/lands merge <land>`: Merge a land into your other land.
* `/lands setspawn`: Set spawn for land.
* `/lands spawn [land]`: Teleport to land spawn.
* `/lands top`: Show top ten lands.
* `/lands storage`: Open the land item storage inventory.
* `/lands unstuck`: Teleport to the nearest unclaimed chunk if you're stuck.
* `/lands wild [world] [player]`: Teleport to a random location. The optional player parameter is available to players with admin permission.
* `/lands confirmtp`: Confirm unsafe destination.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.chillzone.cc/getting-started/claims/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
