> For the complete documentation index, see [llms.txt](https://minebloom.gitbook.io/play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minebloom.gitbook.io/play/getting-started/claiming-land.md).

# Claiming Land

Claiming is a way to protect all of your items from other players. This will allow you to create a safe place for your chests and builds, that means that no one will be able to open your chests or break blocks without permission.

### Steps to create a claim

{% stepper %}
{% step %}

### Hold a claim wand and select your claim corners

Hold a claim wand (`/claimwand`) in your hand and right click one of the corners of your land and then click the opposite corner, this will automatically create claim and gold blocks with glowstone next to them will appear to mark the size of your claim.

![](/files/fa198d5978cb78dad2cb831bd8cf24edc384d750)
{% endstep %}

{% step %}

### Extend your claim

If you want to extend your claim you have to right click the glowstone on the corner and drag it to the block that you want to include in your claim.

![](/files/c6760a680b23598567f73ba2bf7a0fcebbc84e58)
{% endstep %}
{% endstepper %}

### Useful Commands

| Commands          | Usages                                                                                               |
| ----------------- | ---------------------------------------------------------------------------------------------------- |
| /abandonclaim     | Deletes the claim you're standing in.                                                                |
| /claimexplosions  | Toggles if explosions are allowed in the claim.                                                      |
| /trust \<user>    | Gives another player permission to edit in your claim.                                               |
| /untrust \<user>  | Revokes any permissions granted to a player in your claim.                                           |
| /accesstrust      | Gives a player permission to use your buttons, levers, and beds.                                     |
| /containertrust   | Gives a player permission to use your buttons, levers, beds, crafting gear, containers, and animals. |
| /trustlist        | Lists the permissions for the claim you're standing in.                                              |
| /permissiontrust  | Grants a player permission to share his permission level with others.                                |
| /untrust all      | Removes all permissions for all players in your claim.                                               |
| /abandonallclaims | Deletes all of your claims.                                                                          |
| /claimslist       | Lists a player's claims and claim block details.                                                     |
| /trapped          | Gets a player out of a land claim he's trapped inside.                                               |


---

# 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://minebloom.gitbook.io/play/getting-started/claiming-land.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.
