> 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/administration.md).

# Administration

Run `/claimsadmin` in game to open the admin claims menu. Console-compatible commands are noted in the command reference.

### Inspect players

Use the Player List button or `/claimsadmin inspect <player>` to browse a player's claims. Inspection is read-only. Separate permissions control whether administrators can teleport to an inspected claim or display its borders.

Offline-player lookup can be enabled or disabled in `admin.inspect` and `admin.player-list`.

### Protection bypass

`/claimsadmin bypass` temporarily ignores CozyClaims protection for that administrator.

The bypass:

* Is player-only
* Is kept only in memory
* Clears when the player quits or the server restarts
* Does not grant claim ownership, member management, or mutation rights
* Is logged by CozyClaims

### Adjust claim blocks

```
/claimsadmin blocks <player> <accrued|bonus> <set|add> <amount>
```

Examples:

```
/claimsadmin blocks Alex bonus add 5000
/claimsadmin blocks Alex accrued set 10000
```

Use `bonus` for administrator-awarded blocks. Negative values are accepted, so permission to this command should remain restricted to trusted staff.

### Reloading

`/claimsadmin reload` reloads configuration, messages, integrations, disabled-world policy, and other live settings. Use a full restart after replacing the JAR or when troubleshooting a library/startup problem.

### Data and backups

The primary native data file is:

```
plugins/CozyClaims/claims.db
```

Back up the entire `plugins/CozyClaims` folder while the server is stopped. Never edit `claims.db` manually.

### Disabled worlds

Worlds listed under `disabled-worlds` are treated as wilderness by CozyClaims. Stored claims are not deleted; they become active again if the world is removed from the list.


---

# 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/administration.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.
