# Claim Commands

{% hint style="info" %}
This page displays all commands regarding the claims plugin including base commands, trusting, and management.
{% endhint %}

### **Claim Commands**

The list of commands you'll be using the most.

<table><thead><tr><th width="135">Command</th><th width="210">Usage</th><th>Description</th></tr></thead><tbody><tr><td><code>/claim</code></td><td><code>/claim &#x3C;radius></code></td><td>Toggle regular claiming mode and radius</td></tr><tr><td><code>/childclaim</code></td><td><code>/childclaim &#x3C;radius></code></td><td>Toggle childclaim mode and radius</td></tr><tr><td><code>/claimlist</code></td><td><code>/claimlist</code></td><td>View the list of your claims</td></tr><tr><td><code>/extendclaim</code></td><td><code>/extendclaim &#x3C;blocks></code></td><td>Extend your claim by a number of blocks in the direction you are facing</td></tr><tr><td><code>/reduceclaim</code></td><td><code>/reduceclaim &#x3C;blocks></code> </td><td>Reduce your claim by a number of blocks in the direction you are facing</td></tr><tr><td><code>/unclaim</code></td><td><code>/unclaim</code></td><td>Remove the claim you are standing in</td></tr><tr><td><code>/unclaimall</code></td><td><code>/unclaimall [confirm]</code></td><td>Removes all your claims. If in admin claiming mode, removes all admin claims.</td></tr></tbody></table>

### Claim Trusting

The list of permissions you give to someone you trust in your claim.

<table><thead><tr><th width="158">Command</th><th width="385">Usage</th><th>Description</th></tr></thead><tbody><tr><td><code>/permissiontrust</code></td><td><code>/permissiontrust &#x3C;usernames|@groups|#tags…></code></td><td>Grants management (trust others, make child claims) trust to users/groups/tags</td></tr><tr><td><code>/trust</code></td><td><code>/trust &#x3C;usernames|@groups|#tags…></code></td><td>Grant build (place/break blocks) trust to users/groups/tags</td></tr><tr><td><code>/containertrust</code></td><td><code>/containertrust &#x3C;usernames|@groups|#tags…></code></td><td>Grant container (chests, hoppers, etc) trust to users/groups/tags</td></tr><tr><td><code>/accesstrust</code></td><td><code>/accesstrust &#x3C;usernames|@groups|#tags…></code></td><td>Grant access (doors, buttons, etc) trust to users/groups/tags</td></tr></tbody></table>

### Claim Management

The list of commands that help you manage your claims.

<table><thead><tr><th width="150">Command</th><th width="328">Usage</th><th>Description</th></tr></thead><tbody><tr><td><code>/trustlist</code></td><td><code>/trustlist</code></td><td>View a list of trusted users/groups/tags</td></tr><tr><td><code>/untrust</code></td><td><code>/untrust &#x3C;usernames|@groups|#tags…></code></td><td>Revoke the trust level of users/groups/tags</td></tr><tr><td><code>/restrictclaim</code></td><td><code>/restrictclaim [on|off]</code></td><td>Restrict the child claim you are in from inheriting parent trust access rights</td></tr></tbody></table>


---

# 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://maplewood.gitbook.io/maplewood-docs/server-information/commands/claim-commands.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.
