> 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/drag-gui-change/info-of-drag-gui-change.md).

# 📂Info of Drag/GUI Change

Sometimes you want players to modify their items independently, and this feature is born.  The Drag/GUI Change feature refers to plugin create the **apply item**, your players can use **apply item** to change their items. Each **apply item** can be configured with which items can use it, and what modifications will be made to the items after using the **apply item**. In one word: Players can modify items through the Apply Item instead of using the matching rules set in the rule configuration.

Some common uses include:

* Item Skiner - By `set-custom-model-data, set-color` rule.
* Deenchanter Item - By `remove-all-enchants` rule. Require `real-changes`. This will remove all enchantments.
* Name Changer - By `set-name` rule.

## Use Method&#x20;

* GUI: Apply items will use in `/mc openchangegui`. <mark style="color:red;">**- Premium**</mark>
* Drag: Drag the apply item to the item you want to changed.

For more info, please view [this page](/drag-gui-change/apply-item-mode.md).


---

# 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/drag-gui-change/info-of-drag-gui-change.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.
