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

# Permissions

## Permissions

<table><thead><tr><th width="203.32421875">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>cozyrewards.use</code></td><td>Allows use of player-facing reward features, including opening <code>/rewards</code>, toggling claim broadcasts, opening pouches, and redeeming vouchers.</td></tr><tr><td><code>cozyrewards.admin</code></td><td>Allows CozyRewards admin commands, including reload, pouch giving, voucher giving and management, and timed reward resets.</td></tr><tr><td><code>cozyrewards.*</code></td><td>Wildcard permission that grants <code>cozyrewards.use</code> and <code>cozyrewards.admin</code>.</td></tr></tbody></table>

### Recommended Setup

Players:

* `cozyrewards.use`

Staff:

* `cozyrewards.use`
* `cozyrewards.admin` only for staff trusted to give rewards, reset cooldowns, reload reward files, and manage vouchers.

Admins:

* `cozyrewards.*`

### Notes

* `cozyrewards.use` defaults to everyone in `plugin.yml`.
* `cozyrewards.admin` and `cozyrewards.*` default to operators in `plugin.yml`.
* Vote links in `daily.yml` can optionally define their own per-link permission string. The bundled config does not define any specific vote-link permission nodes.


---

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