> For the complete documentation index, see [llms.txt](https://docs.cheddah-development.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheddah-development.net/plugin-documentaion/cozy-claims/commands.md).

# Commands

`/claim`, `/claimmenu`, and `/claimhelp` are aliases of `/claims`.

### Player commands

| Command                                | Description                                                                              |
| -------------------------------------- | ---------------------------------------------------------------------------------------- |
| `/claims`                              | Open the main claims menu                                                                |
| `/claims select`                       | Enter Claim Mode                                                                         |
| `/claims create`                       | Create a claim from the current selection                                                |
| `/claims addland [claim]`              | Add the current selection to a claim; without an argument, uses the menu-selected target |
| `/claims resize <claim> <area-id>`     | Resize an owned native area using the current selection                                  |
| `/claims merge <destination> <source>` | Merge two owned claims                                                                   |
| `/claims convert <claim>`              | Convert an imported legacy claim for native changes                                      |
| `/claims cancel`                       | Exit Claim Mode                                                                          |
| `/claims rename <name>`                | Rename the claim at the player's location                                                |
| `/claims settings`                     | Open settings for the claim at the player's location                                     |
| `/claims border`                       | Show all borders for the claim at the player's location                                  |
| `/claims trust <player> [role]`        | Add or update a member in the current claim; defaults to Build                           |
| `/claims untrust <player>`             | Remove a member from the current claim                                                   |

Claim arguments accept a numeric claim ID or an unambiguous owned claim name. Tab completion filters claims and actions to those the player can use.

### Administrator commands

All administrator commands require `cozyclaims.admin`. Commands marked player-only cannot be run from the console.

| Command                                                             | Description                                                     | Console |
| ------------------------------------------------------------------- | --------------------------------------------------------------- | ------- |
| `/claimsadmin`                                                      | Open the admin menu                                             | No      |
| `/claimsadmin menu`                                                 | Open the admin menu                                             | No      |
| `/claimsadmin reload`                                               | Reload configuration and messages                               | Yes     |
| `/claimsadmin bypass`                                               | Toggle the temporary protection bypass                          | No      |
| `/claimsadmin inspect <player>`                                     | Open a read-only claim list for a player                        | No      |
| `/claimsadmin blocks <player> <accrued\|bonus> <set\|add> <amount>` | Change a native claim-block balance                             | Yes     |
| `/claimsadmin cleanupnames`                                         | Clean stale legacy name records                                 | Yes     |
| `/claimsadmin migrate`                                              | Import and validate configured legacy source data               | Yes     |
| `/claimsadmin cutover`                                              | Promote a validated legacy installation to native authority     | Yes     |
| `/claimsadmin cutover --discard-subdivisions`                       | Cut over while explicitly discarding legacy subdivision records | Yes     |
| `/claimsadmin removalcheck`                                         | Check whether legacy claim plugins can be removed               | Yes     |
| `/claimsadmin shadowstats`                                          | Show legacy/native comparison and protection status             | Yes     |

Migration commands are not part of normal fresh-install administration.


---

# 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://docs.cheddah-development.net/plugin-documentaion/cozy-claims/commands.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.
