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

# Land Claiming

**How to setup a claim?**

To claim land, hold your **Golden Shovel (which you received from /kits)** and **Right-Click** on the ground. By **Right-Clicking** you just selected your first land corner. Now, **Right-Click** again somewhere else to define 2nd land corner. If you did everything correctly, you should see Gold Blocks and Glowstone that indicate where your claimed resides.\
\
The bigger the claim, the more claim blocks you will need. You can view the amount of Claim Blocks you have on the sidebar or in-chat while holding your **Golden Shovel**.\
\
Purchase more **Claim Blocks** -> /clubshop

### **LAND CLAIMING COMMANDS** <a href="#rank-up-commands" id="rank-up-commands"></a>

* /kits - Get your Claiming tools here
* /claim - Simply claim a 5 x 5 area
* /unclaim - Unclaim land you're currently standing in
* /abandonallclaims - Unclaim all owned land
* /trust \<player> - Give full access to a player within land you're standing in
* /untrust \<player> - Revoke full access from a player within land you're standing in
* /accesstrust \<player> - Give access to only buttons, levers and beds
* /containertrust \<player> - Give access to only buttons, levers, beds, crafting gear, containers and animals
* /trustlist - List the permissions for the claimed land you're standing in
* /subdivideclaims - Switches your shovel to subdivision mode, so you can subdivide your claims \*\*
* /restictsubclaim - Restricts a subclaim, so that it inherits no permissions from the parent claim \*\*
* /basicclaims - Puts your shovel back in basic claims mode \*\*

Commands with \*\* at the end are considered advanced commands used for Towns, Public XP farms and similar. Watch this video to learn more: <https://www.youtube.com/watch?v=I3FLCFam5LI>


---

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

```
GET https://wiki.comfysmp.com/land-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.
