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

# Commands

## Commands

### Player Commands

<table><thead><tr><th width="256.44140625">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/goals</code></td><td>Opens the main Cozy Goals menu.</td></tr><tr><td><code>/goals profile</code></td><td>Opens the player's profile view.</td></tr><tr><td><code>/goals stats</code></td><td>Opens the same profile view as <code>/goals profile</code>.</td></tr><tr><td><code>/goals global</code></td><td>Opens the Global Goals menu.</td></tr></tbody></table>

### Admin Commands

<table><thead><tr><th width="430.2578125">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/cozygoals reload</code></td><td>Reloads CozyGoals configuration and reports loaded categories, loaded goals, and failed entries.</td></tr><tr><td><code>/cozygoals debug</code></td><td>Shows plugin status, loaded goal counts, active daily and weekly goals, integration hook status, leaderboard status, and other admin diagnostics.</td></tr><tr><td><code>/cozygoals debug &#x3C;player></code></td><td>Also shows progress rows and board bonus state for an online player.</td></tr><tr><td><code>/cozygoals active</code></td><td>Lists active daily and weekly goal IDs for the current periods.</td></tr><tr><td>`/cozygoals reroll &#x3C;daily</td><td><code>cozygoals.reroll</code> or <code>cozygoals.admin</code></td></tr><tr><td><code>/cozygoals reset &#x3C;player></code></td><td>Resets goal progress for one player.</td></tr><tr><td><code>/cozygoals reset all</code></td><td>Resets goal progress for all players. The command requires a second run within the confirmation window.</td></tr><tr><td><code>/cozygoals complete &#x3C;player> &#x3C;goal></code></td><td>Marks an online player's goal completed.</td></tr><tr><td><code>/cozygoals setprogress &#x3C;player> &#x3C;goal> &#x3C;amount></code></td><td>Sets an online player's progress for a goal.</td></tr><tr><td><code>/cozygoals addprogress &#x3C;player> &#x3C;goal> &#x3C;amount></code></td><td>Adds progress to an online player's goal.</td></tr><tr><td><code>/cozygoals global list</code></td><td>Lists configured global goals and their progress/status.</td></tr><tr><td><code>/cozygoals global info &#x3C;id></code></td><td>Shows name, type, progress, status, and contributor count for a global goal.</td></tr><tr><td><code>/cozygoals global progress &#x3C;id> &#x3C;amount></code></td><td>Adds manual progress to an active global goal.</td></tr><tr><td><code>/cozygoals global complete &#x3C;id></code></td><td>Force-completes a global goal.</td></tr><tr><td><code>/cozygoals global reset &#x3C;id></code></td><td>Resets a global goal.</td></tr><tr><td><code>/cozygoals global rotate</code></td><td>Rotates active global goals when global rotation is enabled.</td></tr><tr><td><code>/cozygoals global active</code></td><td>Lists active global goal IDs and rotation times when global rotation is enabled.</td></tr><tr><td><code>/cozygoals global activate &#x3C;id></code></td><td>Manually activates a global goal when global rotation is enabled.</td></tr><tr><td><code>/cozygoals global deactivate &#x3C;id></code></td><td>Manually deactivates a global goal when global rotation is enabled.</td></tr></tbody></table>

### Examples

```
/goals
/goals global
/tasks create item 64 OAK_LOG reward money 500
/tasks create custom "Build a path to spawn" reward points 25
/tasks accept 12
/tasks complete 12
/tasks approve 12
/cozygoals reload
/cozygoals debug
/cozygoals active
/cozygoals reroll daily confirm
/cozygoals reset Steve
/cozygoals setprogress Steve mining_stone_starter 50
/cozygoals global list
/cozygoals global progress stone_mining 100
```

### Notes

* No `/goal` command is registered in source.
* The `/cozygoals` usage text mentions `/cozygoals help`, but no `help` subcommand is implemented in the command handler.
* `cozygoals.taskboard.review` controls restricted task board GUI tabs. It is not used for `/cozygoals task inspect`; command inspection uses `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/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.
