> For the complete documentation index, see [llms.txt](https://mythicchanger.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicchanger.superiormc.cn/info/commands.md).

# ⌨️Commands

## /mc generateitemformat&#x20;

Generate hold item into Item Format at `plugins/MythicChanger` folder.

Require `mythicchanger.generateitemformat` permission.

## /mc giveapplyitem \<itemID> \<playerID> \<amount>&#x20;

Give [Apply item](/drag-gui-change/apply-item.md) to players.

Require `mythicchanger.giveapplyitem` permission.

## /mc help

View plugin help.

## /mc reload

Reload the plugin. Some changes still need restart the whole server.

Require `mythicchanger.reload` permission.

## /mc saveitem \<itemID>

Save your hold items.

Require `mythicchanger.saveitem` permission.

## /mc givesaveitem \<itemID> \[player] \[amount]

Give saved item to players.

Require `mythicchanger.givesaveitem` permission.

## /mc viewnbt <mark style="color:red;">**(Premium version only)**</mark>

View hold item NBT info, it will only display the plugin supported NBT Type.

Require NBTAPI plugin.

Require `mythicchanger.viewnbt` permission.

## /mc openchangegui <mark style="color:red;">**(Premium version only)**</mark>

Open mythic change GUI, require you enable `apply-item-mode.gui-enabled` to **true** in `config.yml`. (This option require server restart)

Require `mythicchanger.openchangegui` permission.

## /mc openchangegui \<customModeName> <mark style="color:red;">**(Premium version only)**</mark>

If you have set a custom apply item mode for certain apply items, then players must use this command to enter the GUI where they can use this apply item.

Require `mythicchanger.openchangegui` permission and `mythicchanger.openchangegui.<customModeName>` permission.

## /mc setlimit \<amount> <mark style="color:red;">**(Premium version only)**</mark>

Set hold item's apply limit.

Require `mythicchanger.setlimit` permission.


---

# 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://mythicchanger.superiormc.cn/info/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.
