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

# Commands

### Player Commands

<table><thead><tr><th width="204.828125">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/rewards</code></td><td>Opens the rewards menu. Aliases: <code>/reward</code>, <code>/daily</code>.</td></tr><tr><td><code>/rewards broadcasts</code></td><td>Toggles whether the player sees CozyRewards claim broadcasts. This does not stop that player's own claims from being shown to other players.</td></tr></tbody></table>

### Admin Commands

<table><thead><tr><th width="511.71484375">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/rewardsadmin</code></td><td>Shows CozyRewards admin information and available admin subcommands. Alias: <code>/rwa</code>.</td></tr><tr><td><code>/rewardsadmin reload</code></td><td>Reloads <code>config.yml</code>, <code>pouches.yml</code>, <code>vouchers.yml</code>, and <code>daily.yml</code>.</td></tr><tr><td><code>/rewardsadmin pouch give &#x3C;player> &#x3C;pouch-id> [amount]</code></td><td>Gives a configured pouch to an online player.</td></tr><tr><td><code>/pouch give &#x3C;player> &#x3C;pouch-id> [amount]</code></td><td>Shortcut for giving a configured pouch to an online player.</td></tr><tr><td><code>/rewardsadmin voucher give &#x3C;player> &#x3C;voucher-id> [amount]</code></td><td>Gives a configured voucher to an online player.</td></tr><tr><td><code>/voucher give &#x3C;player> &#x3C;voucher-id> [amount]</code></td><td>Shortcut for giving a configured voucher to an online player.</td></tr><tr><td><code>/rewardsadmin daily reset &#x3C;player> [reward-id]</code></td><td>Resets timed reward cooldowns for a player. If <code>reward-id</code> is omitted, all reward cooldowns and streak data are reset for that player.</td></tr><tr><td><code>/rewardsadmin voucher list</code></td><td>Lists saved vouchers and active voucher drafts.</td></tr><tr><td><code>/rewardsadmin voucher create &#x3C;id></code></td><td>Starts a new voucher draft. Voucher IDs must use lowercase letters, numbers, <code>_</code>, or <code>-</code>.</td></tr><tr><td><code>/rewardsadmin voucher sethand &#x3C;id></code></td><td>Copies the item in the admin's main hand into a voucher draft. Player-only command.</td></tr><tr><td><code>/rewardsadmin voucher setname &#x3C;id> &#x3C;display name></code></td><td>Sets the display name for a voucher draft.</td></tr><tr><td><code>/rewardsadmin voucher addlore &#x3C;id> &#x3C;line></code></td><td>Adds a lore line to a voucher draft.</td></tr><tr><td><code>/rewardsadmin voucher clearlore &#x3C;id></code></td><td>Clears lore from a voucher draft.</td></tr><tr><td><code>/rewardsadmin voucher addcommand &#x3C;id> &#x3C;command...></code></td><td>Adds a console command to a voucher draft. A leading <code>/</code> is removed before saving.</td></tr><tr><td><code>/rewardsadmin voucher delcommand &#x3C;id> &#x3C;index></code></td><td>Removes a command from a voucher draft by 1-based command number.</td></tr><tr><td><code>/rewardsadmin voucher setmessage &#x3C;id> &#x3C;message></code></td><td>Sets the message shown when the voucher is redeemed.</td></tr><tr><td><code>/rewardsadmin voucher setsound &#x3C;id> &#x3C;sound></code></td><td>Sets the sound played when the voucher is redeemed.</td></tr><tr><td>`/rewardsadmin voucher setconfirm &#x3C;true</td><td><code>cozyrewards.admin</code></td></tr><tr><td><code>/rewardsadmin voucher preview &#x3C;id></code></td><td>Gives the admin a preview item for a saved voucher or voucher draft. Player-only command.</td></tr><tr><td><code>/rewardsadmin voucher save &#x3C;id></code></td><td>Saves a valid voucher draft to the voucher config. Existing voucher IDs are not overwritten.</td></tr><tr><td><code>/rewardsadmin voucher reload</code></td><td>Reloads <code>vouchers.yml</code> only.</td></tr></tbody></table>

### Examples

```
/rewards
/rewards broadcasts
/rewardsadmin reload
/rewardsadmin pouch give Alex small 3
/pouch give Alex small 3
/rewardsadmin voucher give Alex example 1
/voucher give Alex example 1
/rewardsadmin daily reset Alex daily
/rewardsadmin daily reset Alex
/rewardsadmin voucher create starter_bonus
/rewardsadmin voucher addcommand starter_bonus give {player} diamond 1
/rewardsadmin voucher save starter_bonus
```

### Notes

* Pouch and voucher give commands require the target player to be online.
* Timed reward IDs come from `daily.yml`.
* Pouch IDs come from `pouches.yml`.
* Voucher IDs come from `vouchers.yml` or active voucher drafts.


---

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