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

# Permissions

<table><thead><tr><th width="274.671875">Permission</th><th width="99.53125">Default</th><th>Description</th></tr></thead><tbody><tr><td><code>cozygoals.use</code></td><td><code>true</code></td><td>Allows players to use <code>/goals</code> and <code>/tasks</code>.</td></tr><tr><td><code>cozygoals.global.view</code></td><td><code>true</code></td><td>Allows players to open the Global Goals menu with <code>/goals global</code>.</td></tr><tr><td><code>cozygoals.admin</code></td><td><code>op</code></td><td>Parent admin permission for CozyGoals admin access. In <code>plugin.yml</code>, it grants reload, debug, reset, reroll, global admin, task board admin, and task board review permissions as children.</td></tr><tr><td><code>cozygoals.reload</code></td><td><code>op</code></td><td>Allows <code>/cozygoals reload</code>.</td></tr><tr><td><code>cozygoals.debug</code></td><td><code>op</code></td><td>Allows <code>/cozygoals debug</code>, <code>/cozygoals active</code>, and <code>/cozygoals task inspect &#x3C;id></code>.</td></tr><tr><td><code>cozygoals.reset</code></td><td><code>op</code></td><td>Allows modifying online player goal progress with <code>/cozygoals complete</code>, <code>/cozygoals setprogress</code>, and <code>/cozygoals addprogress</code>.</td></tr><tr><td><code>cozygoals.admin.reset</code></td><td><code>op</code></td><td>Allows <code>/cozygoals reset &#x3C;player></code> for individual player progress resets.</td></tr><tr><td><code>cozygoals.admin.reset.all</code></td><td><code>op</code></td><td>Allows <code>/cozygoals reset all</code> for all-player progress resets.</td></tr><tr><td><code>cozygoals.reroll</code></td><td><code>op</code></td><td>Allows manual daily or weekly board rerolls with `/cozygoals reroll &#x3C;daily</td></tr><tr><td><code>cozygoals.admin.global</code></td><td><code>op</code></td><td>Allows all <code>/cozygoals global ...</code> admin commands.</td></tr><tr><td><code>cozygoals.taskboard.admin</code></td><td><code>op</code></td><td>Allows admin public task payout, cancellation, refund, and inspection commands.</td></tr><tr><td><code>cozygoals.taskboard.review</code></td><td><code>op</code></td><td>Allows restricted public task board review and history tabs in the GUI.</td></tr></tbody></table>

### Recommended Setup

Players:

* `cozygoals.use`
* `cozygoals.global.view`

Staff:

* `cozygoals.debug`
* `cozygoals.taskboard.review`

Admins:

* `cozygoals.admin`

Use narrower admin permissions instead of `cozygoals.admin` if a role should only reload, debug, reroll, reset progress, manage global goals, or manage public task board payouts/refunds.

### Notes

* No wildcard permission is declared in `plugin.yml`.
* Goal config conditions can reference permissions, but no specific player permission nodes for those conditions are documented as fixed plugin permissions in `plugin.yml`.
* `cozygoals.taskboard.review` is confirmed for restricted GUI tabs. The command `/cozygoals task inspect <id>` is controlled by `cozygoals.debug`, `cozygoals.taskboard.admin`, or `cozygoals.admin`.


---

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