# Claims

#### **Claiming/Unclaiming:**

* **/claimhoe** = Collect a free Golden Hoe for basic land claiming
  * This is the main tool for claiming land.
  * Everything is explained in-game when using the Claim Hoe
* **/claim \<radius>** = Claims the area of land around where you're standing with the given radius
* **/unclaim** = Deletes the claim you’re standing in
* **/claimoptions** = Manage settings for your claim, toggle claim modes and more
* **/abandonallclaims** = Deletes all of your claims
* **/claimslist** = Lists your claims and claim block details

#### **Trusting:**

* **/trustlist** = Lists the permissions for the claim you’re standing in
* **/trust** **\<player>** = Gives another player permission to build in your claim
* **/untrust \<player>** = Revokes any permissions granted to a player in your claim
* **/accesstrust** **\<player>** = Gives a player permission to use buttons, levers and beds in your claim
* **/containertrust** **\<player>** = Gives a player permission to use your buttons, levers, beds, containers (chests, barrels, furnaces, etc), and animals in your claims

#### **Claim Flags:**

* **/setclaimflag \<flag>** = Set a flag for the claim you're standing in
* **/unsetclaimflag \<flag>** = Remove a flag for the claim you're standing in
* **/allflags** = A list of all available claim flags
* **/listclaimflags** = A list of all flags in your current location

| Flag Name            | Description                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------ |
| AllowBlockExplosions | Blocks can explode in the claim                                                                        |
| AllowPvP             | Players can hit each other in the claim                                                                |
| AllowVillagerTrading | Let players trade with Villagers without requiring trust access                                        |
| NoBlockGravity       | Prevent blocks like Sand and Gravel from falling when placed in the claim                              |
| NoChorusFruit        | Prevent players from teleporting when eating Chorus Fruit in the claim                                 |
| NoCoralDeath         | Prevent coral from dying when out of water in the claim                                                |
| NoGrowth             | Prevent blocks such as wheat, sugar cane, pumpkins and turtle eggs from growing naturally in the claim |
| NoIceForm            | Prevent ice from forming in the claim                                                                  |
| ReadLecterns         | Allow players to read (but not interact with) Lecterns in a claim                                      |
| ViewContainers       | Let players view (but not manipulate) the contents of chests without requiring trust access            |


---

# 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://classicscraftworks.gitbook.io/crafthorizon/commands/claims.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.
