# Commands

/ore: open main menu\
/ore inspect \<player>: inspect primary data of an online/offline player\
/ore reload: reload the plugin\
/ore docs: generate offline configuration documentation (only useful if you host the server locally)\
\
/ore store hand: Store the item in hand in a suitable ore storage\
/ore store all: Store all appropriate items in the inventory to suitable ore storage

/ore upgrade throughput set \<player> \<ore> \<amount>\
/ore upgrade throughput add \<player> \<ore> \<amount>\
/ore upgrade capacity set \<player> \<ore> \<amount>\
/ore upgrade capacity add  \<player> \<ore> \<amount>\
\&#xNAN;*To upgrade all ore, set \<ore> to \**\
*The commands support offline player*\
\
/ore add \<player> \<ore> \<material> \<amount> \[\<force: true/false>]: add item to an ore storage \
/ore subtract \<player> \<ore> \<material> \<amount>: take item from an ore storage\
/ore set \<player> \<ore> \<material> \<amount> \[\<force: true/false>]: put item into an ore storage \
*The commands support offline player*\
*If force is set to true, it bypasses overflow check. Otherwise, the plugin ensures the given amount does not exceed the current capacity.*\
\
/ore stats server \<ore query>: view server statistics\
/ore stats player \<player> \<ore query>: view player statistics\
\&#xNAN;*To select multiple ores, use commas, e.g: `iron,gold,diamond`*\
*To select all ores, use \**\
*The commands support offline player*

/ore item give \<material> \<amount> \[player]: give an item to the player\
\&#xNAN;*If player is unspecified, you must be in-game*

> General notes:
>
> * All material parameters above support custom items, you must specify the **classifier**


---

# Agent Instructions: 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://anhcraft.gitbook.io/oreprocessor/overview/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.
