# Lands

## General

| Command                                                    | Purpose                                                                                 |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| <mark style="color:blue;">**/lands chat**</mark>           | Toggles on chat for you lands for you.                                                  |
| <mark style="color:blue;">**/lands claim auto**</mark>     | Claims every chunk you move your character to. Type the command again to toggle it off. |
| <mark style="color:blue;">**/lands claim fill**</mark>     | Claims chunks within an outlined area.                                                  |
| <mark style="color:blue;">**/lands claim**</mark>          | Claims the chunk that you're standing in.                                               |
| <mark style="color:blue;">**/lands claim radius #**</mark> | Claims chunks within the specified radius.                                              |
| <mark style="color:blue;">**/lands create (name)**</mark>  | Creates a claim in the chunk that you are standing in.                                  |
| <mark style="color:blue;">**/lands delete (name)**</mark>  | Delete the claim you specify                                                            |
| <mark style="color:blue;">**/lands map**</mark>            | A map will appear in chat that shows you the claimed status of the chunks nearest you.  |
| <mark style="color:blue;">**/lands rename (name)**</mark>  | Renames the claim you're standing in (if you have permissions)                          |

## Trust Related

| Command                                                                                                    | Purpose                                                                                              |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| <mark style="color:blue;">**/trust \<player>**</mark>                                                      | Grants a player full permission to edit in your claim                                                |
| <mark style="color:blue;">**/untrust \<player>**</mark>, <mark style="color:blue;">**/untrust all**</mark> | Revokes a player's (or all trusted) permission to edit in your claim                                 |
| <mark style="color:blue;">**/trustlist**</mark>                                                            | Lists the people who are trusted in your claim                                                       |
| <mark style="color:blue;">**/accesstrust**</mark>                                                          | Grants a player permission to use your buttons, levers, and beds                                     |
| <mark style="color:blue;">**/containertrust**</mark>                                                       | Grants a player permission to use your buttons, levers, beds, crafting gear, containers, and animals |


---

# Agent Instructions: 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:

```
GET https://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/commands/claim-related-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
