# Claims

## Claims

Claim land by right-clicking two corners with a **Golden Shovel**. Claims use Claim Blocks.

You can get Claim Blocks from `/store`, `/lemonstore`, crates, or playtime:

| Rank       | Claim Blocks |
| ---------- | ------------ |
| Default    | 100 per hour |
| Traveller  | 125 per hour |
| Adventurer | 150 per hour |
| Hero       | 175 per hour |
| Fabled     | 200 per hour |
| Monarch    | 225 per hour |
| Emperor    | 250 per hour |

To show claim borders again, hold the golden shovel or right-click the ground with a stick. Use `/kit claiming` to get both items.

To resize a claim, right-click one of its corners with the golden shovel. Then right-click the new corner location.

Other players cannot edit your claim unless you give them permission.

Use `/trust [user]` to let someone build in your claim.

Other trust types give more limited access:

* `/containertrust [user]` lets someone use containers like chests and droppers.
* `/accesstrust [user]` lets someone use beds, buttons, levers, and similar blocks.
* `/permissiontrust [user]` lets someone manage permissions like `/trust` and `/claimsettings`.

Use `/untrust [user]` to remove access.

Use `/removeclaim` while standing inside a claim to delete it. Use `/abandonallclaims` to delete all of your claims.

### Claim flags

Claim flags change how players interact with your claim. Use `/setclaimflag [flag]` to add a flag. Use `/removeclaimflag [flag]` to remove one.

Some flags need an extra value. Some are also rank-locked.

| Flag            | Command                                 | Description                                                      | Rank Unlocked |
| --------------- | --------------------------------------- | ---------------------------------------------------------------- | ------------- |
| NoEnterPlayer   | `/setclaimflag NoEnterPlayer [user]`    | Prevents the specified user from entering the claim.             | Member        |
| NoEnter         | `/setclaimflag NoEnter`                 | Prevents non-trusted players from entering the claim.            | Traveller     |
| NoFluidFlow     | `/setclaimflag NoFluidFlow`             | Prevents water and lava from flowing in the claim.               | Traveller     |
| NoMonsterSpawns | `/setclaimflag NoMonsterSpawns`         | Prevents natural mob spawns.                                     | Traveller     |
| NoHunger        | `/setclaimflag NoHunger`                | Prevents hunger loss.                                            | Adventurer    |
| NoLeafDecay     | `/setclaimflag NoLeafDecay`             | Prevents leaves from decaying.                                   | Adventurer    |
| EnterMessage    | `/setclaimflag EnterMessage [message]`  | Sends a chat message when someone enters the claim.              | Hero          |
| ExitMessage     | `/setclaimflag ExitMessage [message]`   | Sends a chat message when someone leaves the claim.              | Hero          |
| NoIceForm       | `/setclaimflag NoIceForm`               | Prevents ice from forming.                                       | Hero          |
| NoOpenDoors     | `/setclaimflag NoOpenDoors`             | Prevents non-trusted players from opening doors.                 | Hero          |
| NoSnowForm      | `/setclaimflag NoSnowForm`              | Prevents snow layers from forming.                               | Hero          |
| HealthRegen     | `/setclaimflag HealthRegen [number]`    | Sets how many health points players regenerate every 5 seconds.  | Fabled        |
| NoChorusFruit   | `/setclaimflag NoChorusFruit`           | Prevents chorus fruit use.                                       | Fabled        |
| NoCoralDeath    | `/setclaimflag NoCoralDeath`            | Prevents coral from dying out of water.                          | Fabled        |
| NoEnderPearl    | `/setclaimflag NoEnderPearl`            | Prevents ender pearl use.                                        | Fabled        |
| InfiniteArrows  | `/setclaimflag InfiniteArrows`          | Returns fired arrows to the shooter's inventory after they land. | Monarch       |
| NoItemDrop      | `/setclaimflag NoItemDrop`              | Prevents players from dropping items.                            | Monarch       |
| NoItemPickup    | `/setclaimflag NoItemPickup`            | Prevents players from picking up items.                          | Monarch       |
| PlayerTime      | `/setclaimflag PlayerTime [time]`       | Sets the time of day in the claim.                               | Monarch       |
| PlayerWeather   | `/setclaimflag PlayerWeather [weather]` | Sets the weather in the claim.                                   | Monarch       |
| AllowPvP        | `/setclaimflag AllowPvP`                | Allows PvP in the claim. PvP is off there by default.            | Emperor       |
| NotifyEnter     | `/setclaimflag NotifyEnter`             | Sends you a chat alert when someone enters the claim.            | Emperor       |
| NotifyLeave     | `/setclaimflag NotifyLeave`             | Sends you a chat alert when someone leaves the claim.            | Emperor       |

### Subdividing claims

Subdivides let you create separate permission zones inside one larger claim.

Use `/subdivideclaim` to enter subdivision mode. Then use the golden shovel to select the new area.

Use `/basicclaims` to leave subdivision mode.

Stand inside a subdivide to change its trust settings or claim flags. Those changes only affect that subdivide.

Changes made while standing in the main claim also apply to relevant subdivide settings.

Like a normal claim, a subdivide can be resized with a golden shovel. Using `/removeclaim` inside a subdivide removes only that subdivide.


---

# 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://wiki.lemoncloud.org/gamemodes/survival/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.
