# Claiming

| Level      | min. Members | min. Chunks | mind. Balance | max. Chunks |
| ---------- | ------------ | ----------- | ------------- | ----------- |
| Settlement | 1            | 1           | 0             | 16          |
| Village    | 3            | 16          | 5.000         | 32          |
| Colony     | 7            | 32          | 10.000        | 64          |

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

`/lands` Opens the GUI menu. Executing /lands menu has the same effect.

`/lands menu [menu] [additional]` Opens the GUI menu. You can open a specific menu by providing the \[menu] parameter. If you execute /lands menu here, it opens the menu for the (sub-)area you are currently in. The \[additional] parameter is only available for server administrators to open a menu for a specific player, etc.&#x20;

`/lands help [page]` Displays all Lands commands. Each command group has its own help command. For example, /lands claim help displays all sub-commands of the claim command. /lands create Create a new land. Depending on the server, you may be able to use color codes and hex colors.&#x20;

`/lands delete <land | here>` Deletes an area or sub-area at your current position. If you specify "here" as the parameter for the area, the sub-area you are currently in will be deleted.&#x20;

`/lands claim` - claim the chunk \
`/lands unclaim` - unclaim the chunk&#x20;

`/lands claimlist` Shows all claimed areas of your land. /lands relations Manage your land's relations. You can add/remove allies and enemies. /lands deposit \[land] Deposit money into a land bank.&#x20;

`/lands withdraw [land]` Withdraw money from a land bank. If the \[land] parameter is not specified, the withdrawal is made from your current land. ​&#x20;

`/lands balance [land]` View the balance of a property. If the \[land] parameter is not specified, the balance of your current property is displayed. ​&#x20;

`/lands trust` Trust a player in the entire land or a specific (sub-)area. If you do not specify an area, the player is trusted in the entire land. ​ \
`/lands untrust` Remove a player's trust from the entire land or a specific (sub-)area. If no area is specified, the player is removed from the entire land. ​&#x20;

`/lands setrole` Assign a role to a player in a specific area. If you specify \* as the area name, the role is assigned in all areas, provided the role is available in all areas. ​ \
/lands setowner Ask a member of the land to become the new owner of your land. ​&#x20;

`/lands accept` Accept an invitation from another land or process an ownership request. ​ \
/lands deny Decline an invitation from a land. ​&#x20;

`/lands level`See the current progress of your land. ​&#x20;

`/lands invites` View incoming invitations and ownership requests. ​&#x20;

`/lands leave` Leave an area. If you specify "here" as the argument, you leave the area at your current position. ​&#x20;

`/lands info [land]` Display information about a property. If no parameter is specified, information about the property you are currently on is displayed. ​&#x20;

`/lands player` Display information about a specific player, such as lands they have joined. ​ /lands rename Rename your land. Depending on the server, you may be able to use color codes and hex colors. ​&#x20;

`/lands list` View all lands created on the server. They can be sorted by various criteria in the GUI menu. ​ /lands view Visualize land boundaries with particles. Ensure that particles are not disabled in your Minecraft game settings. ​&#x20;

`/lands unstuck` Teleport to the nearest unclaimed chunk. If you are ever trapped in an area, you can use this command to get out. ​

#### Chest Protect

With `/lock` you can lock certain things. You can find a good overview of this at `/cp menu`.


---

# 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://chicraft.gitbook.io/intro/guideline/colonies/claiming.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.
