# Land Claiming

### What is a Claim?

A claim is a protected area of land that belongs to you.

Inside your claim:

* No one can break or place blocks
* No one can open your chests
* No one can use buttons, doors, or farms
* You control who has access

Claims are shown with gold + glowstone borders when you use the inspection tool.

***

### How to Create your First Claim

1. Use /kit claim to get a Golden Shovel, this is your main tool for creating and resizing claims.
2. Use the golden shovel to right-click two opposite corners of the area you want to protect.
3. You'll see glowing borders appear, that means your claim is created.

***

### How to Resize Your Claim

1. Equip your golden shovel
2. Right-click one corner of your claim
3. Right-click the new location where you want that corner to move

The border will shift to match the new size.

***

### Checking Claim Borders

Use a **stick** and **right-click** the ground.

It will show:

* Who owns the claim
* The claim boundaries
* Whether you're inside a claim or wilderness

***

### Trusting Other Players

You can give players different levels of access

#### Basic Trust (Build Access)

```
/trust <player>
```

#### Container Trust (Chests & Furnaces)

```
/containertrust <player>
```

#### Access Trust (Buttons, Doors, Beds)

```
/accesstrust <player>
```

#### Manager Trust (Full Control)

```
/permissiontrust <player>
```

#### Remove Trust Access

```
/untrust <player>
```

***

### Deleting a Claim

Stand inside your claim and run:

```
/abandonclaim
```

To delete all your claims:

```
/abandonallclaims
```

***

### Subdividing Claims (Advanced)

You can create smaller areas inside your main claim.

1. Use the golden shovel/claim tool.
2. Run the command:

```
/subdivideclaims
```

3. Right-click two corners to create a sub-area
4. Trust players only inside that sub-area

***

#### Common Problems & Fixes

"I can't claim here"

* The area might be too close to another claim
* You may not have enough claim blocks
* The area might be protected by the server

"My friend can't open chests"

* Use `/containertrust`

"I lost my claim"

* "Use `/claimslist`

***

### You're Ready to Claim Land

Land claiming helps keep your builds safe and gives you full control over your space. If you need help, staff can assist you anytime!

To customise how your claim behaves, view the full list of Claim Flags with the page below:

{% content-ref url="/pages/K40edxCV1hTy96mhyOfx" %}
[Claim Flags](/survival-guides/land-claiming/claim-flags.md)
{% endcontent-ref %}


---

# 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://docs.sapling.gg/survival-guides/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.
