> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/new-islanders-information/cobblemon-islands-faq/home-and-claims.md).

# Home\&Claims

<details>

<summary>How to claim land?</summary>

Want to protect your base or builds? Claiming land is super easy! Here’s how to do it:

**🔧 What You’ll Need:**

* A <mark style="color:yellow;">**Golden Shovel**</mark> – this is your tool for claiming land! You can get one from /kits

**📦 How Claiming Works:**

Claims are **square or rectangular areas** that you choose by marking two opposite corners. Once claimed, only you (and people you trust) can build or break blocks there.

{% hint style="warning" %}
Claims go **from the very bottom to the top of the world**, so you don’t need to worry about building underground or up in the sky — it’s all protected.
{% endhint %}

**🧱 Step-by-Step:**

1. **Hold your golden shovel** in your hand.
2. **Right-click the ground** where you want one corner of your claim to be.
3. Walk to the **opposite corner** of the area you want to claim.
4. **Right-click again** with the golden shovel to finish the claim.

{% hint style="success" %}
&#x20;Think of it like drawing a square around your base. The two clicks form opposite corners of that square!
{% endhint %}

</details>

<details>

<summary>How do I trust my friend in my claim?</summary>

Use the **Flan Menu** to manage who can do what in your claim!

**Step-by-Step:**

1. Stand **inside your claim**.
2. Type `/flan menu` to open the Flan settings.

**👥 What Are Groups?**

Flan uses **groups** to manage permissions:

* **Co-Owner** – Full access to build, break, open chests, etc.
* **Visitor** – Limited, non-destructive permissions.

{% hint style="info" %}
You can also **create custom groups** if needed!
{% endhint %}

**➕ How Do I Add Players?**

* Left-click the group you want to add them to.
* Type the player’s name in the box.
* Click the **paper icon** to confirm.

**➖ How Do I Remove Players?**

* Toggle **remove mode** to “true”.
* Click the player’s **head icon** to remove them from the group.

**🌍 Want to Change Permissions for Everyone?**

Edit the **Global Permissions** section to set what all players can do in your claim.<br>

{% hint style="info" %}
For more infroamtion or visual AID please visit [FLAN COMMANDS](/new-islanders-information/ci-game-commands/home-commands.md#edit-permissions-on-your-claim-with-flan-menu)
{% endhint %}

</details>

<div><figure><img src="/files/K9olBXS1HNnZMiIXBnz8" alt="" width="188"><figcaption><p><a href="https://modrinth.com/modpack/cobblemon-island">Modrinth</a></p></figcaption></figure> <figure><img src="/files/fQcnwMnJDafx4zCSxp3o" alt="" width="188"><figcaption><p><a href="https://www.curseforge.com/minecraft/modpacks/cobblemon-islands">CurseForge</a></p></figcaption></figure> <figure><img src="/files/ABdcPbfcSAN3Rym1yREv" alt="" width="188"><figcaption><p><a href="https://discord.com/invite/cobblemonislands">JoinUs In Discord</a></p></figcaption></figure></div>


---

# 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.cobblemonislands.com/new-islanders-information/cobblemon-islands-faq/home-and-claims.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.
