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

# Permissions

<table><thead><tr><th width="244.07421875">Permission</th><th width="100.94140625">Default</th><th width="99.91015625">Intended For</th><th>Description</th></tr></thead><tbody><tr><td><code>cozymarket.use</code></td><td><code>true</code></td><td>Players</td><td>Allows <code>/market</code> and player-facing market subcommands.</td></tr><tr><td><code>cozymarket.admin</code></td><td><code>op</code></td><td>Admins</td><td>Allows <code>/market reload</code>, <code>/market admin ...</code>, and <code>/cozymarket-admin ...</code>. Console access is allowed by the command handler.</td></tr><tr><td><code>cozymarket.orders.create</code></td><td><code>true</code></td><td>Players</td><td>Allows <code>/order &#x3C;item></code> to create Market Orders.</td></tr><tr><td><code>cozymarket.orders.view</code></td><td><code>true</code></td><td>Players</td><td>Allows <code>/orders</code> to view and fulfil public Market Orders.</td></tr><tr><td><code>cozymarket.orders.mine</code></td><td><code>true</code></td><td>Players</td><td>Allows <code>/orders mine</code> to view, claim, and cancel the player's own Market Orders.</td></tr><tr><td><code>cozymarket.frame</code></td><td><code>true</code></td><td>Players</td><td>Allows <code>/frame visible</code> and <code>/frame invisible</code> for item frames the player is looking at.</td></tr><tr><td><code>cozymarket.frame.admin</code></td><td><code>op</code></td><td>Staff, admins</td><td>Bypasses <code>/frame</code> world restrictions from <code>frame-command.allowed-worlds</code>.</td></tr></tbody></table>

### Recommended Setup

Players:

* `cozymarket.use`
* `cozymarket.orders.create`
* `cozymarket.orders.view`
* `cozymarket.orders.mine`
* `cozymarket.frame`

Market Staff:

* Player permissions listed above
* `cozymarket.frame.admin` if staff should manage frames in restricted worlds

Admins:

* `cozymarket.admin`
* `cozymarket.frame.admin`
* Player permissions listed above, if your permissions plugin does not inherit defaults

### Notes

* No wildcard permissions are documented in `plugin.yml` or the checked source.
* Category-specific permissions are supported by the category schema, but the shipped `categories.yml` does not define actual category permission nodes.
* `/orders mine` uses `cozymarket.orders.mine`, not `cozymarket.orders.view`.
* `/order` and `/orders` also require Market Orders to be enabled and require Vault plus an economy provider to be available.


---

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