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

# Commands

### Player Commands

<table><thead><tr><th width="245.546875">Command</th><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>/market</code></td><td><code>cozymarket.use</code></td><td>Opens the market category hub.</td></tr><tr><td><code>/market search &#x3C;query></code></td><td><code>cozymarket.use</code></td><td>Searches market listings by item text.</td></tr><tr><td><code>/market player &#x3C;player></code></td><td><code>cozymarket.use</code></td><td>Opens listings owned by one player.</td></tr><tr><td><code>/frame visible</code></td><td><code>cozymarket.frame</code></td><td>Makes the targeted item frame or glow item frame visible.</td></tr><tr><td><code>/frame invisible</code></td><td><code>cozymarket.frame</code></td><td>Makes the targeted item frame or glow item frame invisible.</td></tr></tbody></table>

### Market / Order Commands

<table><thead><tr><th width="167.63671875">Command</th><th>Permission</th><th>Description</th><th data-hidden>Who Uses It</th></tr></thead><tbody><tr><td><code>/order &#x3C;item></code></td><td><code>cozymarket.orders.create</code></td><td>Opens the create-order GUI for the resolved item.</td><td>Player</td></tr><tr><td><code>/orders</code></td><td><code>cozymarket.orders.view</code></td><td>Opens active public buy orders. Players can fulfil orders with matching items.</td><td>Player</td></tr><tr><td><code>/orders mine</code></td><td><code>cozymarket.orders.mine</code></td><td>Opens the player's own orders, including claim and cancel actions.</td><td>Player</td></tr></tbody></table>

#### Market Order Notes

* `/order <item>` accepts friendly item names such as `iron ingot`, `iron_ingot`, or `minecraft:iron_ingot`.
* Players pay the full order total upfront.
* Other players can fulfil public orders from `/orders` and receive the configured payout.
* Players cannot fulfil their own orders.
* `/orders mine` is used to claim delivered items or cancel active orders.
* Market Orders require Vault and a Vault economy provider.

### Admin Commands

<table><thead><tr><th width="329.15625">Command</th><th width="171.1484375">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>/market reload</code></td><td><code>cozymarket.admin</code></td><td>Reloads config, messages, categories, services, refresh task, and shop cache.</td></tr><tr><td><code>/market admin reload</code></td><td><code>cozymarket.admin</code></td><td>Reloads config, messages, categories, services, refresh task, and shop cache.</td></tr><tr><td><code>/market admin stats</code></td><td><code>cozymarket.admin</code></td><td>Prints runtime status, shop count, cache state, plugin version, QuickShop status, PlaceholderAPI status, and CozyStats status.</td></tr><tr><td><code>/market admin categoryaudit</code></td><td><code>cozymarket.admin</code></td><td>Audits configured category material coverage.</td></tr><tr><td><code>/market admin find &#x3C;player></code></td><td><code>cozymarket.admin</code></td><td>Lists shops owned by the named player.</td></tr><tr><td><code>/market admin help</code></td><td><code>cozymarket.admin</code></td><td>Shows admin command help.</td></tr><tr><td><code>/cozymarket-admin reload</code></td><td><code>cozymarket.admin</code></td><td>Standalone admin reload command.</td></tr><tr><td><code>/cozymarket-admin stats</code></td><td><code>cozymarket.admin</code></td><td>Standalone admin status command.</td></tr><tr><td><code>/cozymarket-admin categoryaudit</code></td><td><code>cozymarket.admin</code></td><td>Standalone admin category audit command.</td></tr><tr><td><code>/cozymarket-admin find &#x3C;player></code></td><td><code>cozymarket.admin</code></td><td>Standalone admin shop lookup command.</td></tr><tr><td><code>/cozymarket-admin help</code></td><td><code>cozymarket.admin</code></td><td>Standalone admin help command.</td></tr></tbody></table>

### Examples

```
/market
/market search diamond
/market player Steve
/order iron ingot
/orders
/orders mine
/frame invisible
/frame visible
/market admin stats
/market admin reload
/cozymarket-admin find Steve
```


---

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