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

# Permissions

Permission defaults are either available to everyone (`true`) or operators (`op`).

| Permission                   | Default  | Purpose                                         |
| ---------------------------- | -------- | ----------------------------------------------- |
| `cozyclaims.use`             | Everyone | Use `/claims` and its subcommands               |
| `cozyclaims.claims.view`     | Everyone | View owned claims in the GUI                    |
| `cozyclaims.blocks.view`     | Everyone | View personal claim-block information           |
| `cozyclaims.trust.manage`    | Everyone | Manage claim members                            |
| `cozyclaims.trust.add`       | Everyone | Add claim members                               |
| `cozyclaims.trust.remove`    | Everyone | Remove claim members                            |
| `cozyclaims.teleport`        | Everyone | Teleport to accessible claims                   |
| `cozyclaims.borders`         | Everyone | Display claim borders                           |
| `cozyclaims.rename`          | Everyone | Rename manageable claims                        |
| `cozyclaims.icon`            | Everyone | Change claim icons                              |
| `cozyclaims.search`          | Everyone | Search owned claims                             |
| `cozyclaims.settings.view`   | Everyone | View Claim Settings                             |
| `cozyclaims.settings.manage` | Everyone | Change Claim Settings when claim access permits |
| `cozyclaims.bans.view`       | Everyone | View claim bans                                 |
| `cozyclaims.bans.manage`     | Everyone | Ban and unban players when claim access permits |
| `cozyclaims.admin`           | Operator | Use `/claimsadmin`                              |
| `cozyclaims.admin.bypass`    | Operator | Toggle the temporary protection bypass          |
| `cozyclaims.admin.inspect`   | Operator | Inspect another player's claims                 |
| `cozyclaims.admin.players`   | Operator | Open the admin player list                      |
| `cozyclaims.admin.teleport`  | Operator | Teleport to inspected claims                    |
| `cozyclaims.admin.borders`   | Operator | Show borders for inspected claims               |
| `cozyclaims.settings.admin`  | Operator | Access administrator Claim Settings views       |
| `cozyclaims.bans.bypass`     | Operator | Enter claims despite native claim bans          |

### Compatibility aliases

These older permission names are disabled by default but grant the corresponding current permission when assigned:

| Alias                     | Grants                       |
| ------------------------- | ---------------------------- |
| `cozyclaims.flags.view`   | `cozyclaims.settings.view`   |
| `cozyclaims.flags.manage` | `cozyclaims.settings.manage` |
| `cozyclaims.flags.admin`  | `cozyclaims.settings.admin`  |

{% hint style="info" %}
Permissions allow access to a feature; they do not replace ownership or member-role checks for a specific claim.
{% endhint %}


---

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