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

# Commands

### Player Commands

<table><thead><tr><th width="140.5">Command</th><th width="160.32421875">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>/claims</code></td><td><code>cozyclaims.use</code></td><td>Opens the main CozyClaims menu. Aliases: <code>/claimmenu</code>, <code>/claimhelp</code>.</td></tr></tbody></table>

### Admin Commands

<table><thead><tr><th width="281.2265625">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/claimsadmin</code></td><td>Opens the CozyClaims admin menu. Player-only when used without arguments.</td></tr><tr><td><code>/claimsadmin menu</code></td><td>Opens the CozyClaims admin menu. Player-only.</td></tr><tr><td><code>/claimsadmin reload</code></td><td>Reloads CozyClaims config, messages, claim tool settings, integrations, GUI sounds, claim names, and related menu/input settings.</td></tr><tr><td><code>/claimsadmin cleanupnames</code></td><td>Removes stale CozyClaims claim-name entries after checking whether the related GriefPrevention claim still exists. Does not delete GriefPrevention claim data.</td></tr><tr><td><code>/claimsadmin inspect &#x3C;player></code></td><td>Opens a player's claims for admin inspection. Player-only.</td></tr></tbody></table>

### Examples

```
/claims
/claimsadmin
/claimsadmin reload
/claimsadmin cleanupnames
/claimsadmin inspect Steve
```

### Notes

* `/claims` is the confirmed player command. `/claim` is not registered in the confirmed source.
* The admin command tab-completes `reload`, `cleanupnames`, `menu`, and `inspect` for senders with `cozyclaims.admin`.
* Claim management actions are mainly handled through GUI buttons, not separate player subcommands.


---

# 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:

```
GET https://docs.cozycrafters.net/plugin-docs/cozyclaims/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.
