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

# Claiming Guide

{% stepper %}
{% step %}

### Claiming Tool

Use `/kit claim` to spawn a Claiming Tool, then equip it in your main hand.
{% endstep %}

{% step %}

### Create Claim

Right-click two **opposing corners** of the area you want to claim. Claims must be at least **10×10 blocks** and require enough ![:golden\_shovel:](https://cdn.discordapp.com/emojis/1459657017139527983.webp?size=40)[**Claim Blocks**](#claim-blocks) to cover the selected area.

<p align="center"><img src="https://i.gyazo.com/2d4b501e20a4630f64e08fc51039cbc0.png" alt=""></p>
{% endstep %}

{% step %}

### Claim Confirmation

When a claim is created successfully, **gold blocks** will temporarily outline the full claim boundary.
{% endstep %}
{% endstepper %}

## Claim Blocks

While holding a **Claiming Tool**, a chat message will indicate your current ![:golden\_shovel:](https://cdn.discordapp.com/emojis/1459657017139527983.webp?size=40)**Claim Block** balance. Claim Blocks can be obtained through:

* [Voting](/features/player/voting.md) (![:golden\_shovel:](https://cdn.discordapp.com/emojis/1459657017139527983.webp?size=40)**100** per day)
* [Vote Shop](/features/player/voting.md#vote-shop)
* Playtime (![:golden\_shovel:](https://cdn.discordapp.com/emojis/1459657017139527983.webp?size=40)**2** per minute)
* Ultra Crate
* [Donor Rank Upgrades](/features/donation-store.md#ranks)
* Donor Rank Kits

## Management

<table><thead><tr><th width="320" align="center">Commands</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center"><code>/flan menu</code></td><td align="center">Opens the Flan Menu</td></tr><tr><td align="center"><code>/trust &#x3C;name></code></td><td align="center">Grants the specified player <strong>Builder</strong> permissions in the claim you are currently standing in</td></tr><tr><td align="center"><code>/untrust &#x3C;name></code></td><td align="center">Revokes the specified player’s access in the claim you are currently standing in</td></tr><tr><td align="center"><code>/flan list</code></td><td align="center">Displays the coordinates of all claims you own</td></tr><tr><td align="center"><code>/flan switchMode &#x3C;default/subclaim></code></td><td align="center">Sets your Claiming Tool’s mode to <strong>Default</strong> or <strong>Subclaim</strong></td></tr><tr><td align="center"><code>/abandonclaim</code></td><td align="center">Permanently deletes the claim you are currently standing in</td></tr><tr><td align="center"><code>/abandonallclaims</code></td><td align="center"><mark style="color:$danger;">Permanently deletes all claims you own</mark></td></tr></tbody></table>

### Permission Groups

Permission Groups can be assigned to other players to control access within your claim:

* Visitor: Can enter the claim at all times
* Builder: Can place and break blocks
* Manager: Full access to the claim and all permissions

To assign a group to a player: open `/flan menu`, select **Edit Permission Groups**, choose **Visitor/Builder/Manager**, select **Add**, then enter the player’s exact username.

### Subclaims

Subclaims are claims created inside an existing claim. They have their own permissions and **override** the parent claim’s permissions within the subclaim area.

To create one, run `/flan switchMode SUBCLAIM`, then create it using the same corner-selection process as a normal claim.

### Global Permissions

Global Permissions apply specific permissions to **all players** within your claim, allowing you to grant or revoke access claim-wide.

<p align="center"><img src="/files/Nrb7JraZuBUWlgmEwvMw" alt=""></p>


---

# 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://wiki.apexcobblemon.com/info/server-guides/claiming-guide.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.
