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

# 🔄Change Rules

- [⚠️Note](https://mythicchanger.superiormc.cn/change-rules/note.md)
- [Empty](https://mythicchanger.superiormc.cn/change-rules/empty.md)
- [Fix Hide Attributes](https://mythicchanger.superiormc.cn/change-rules/fix-hide-attributes.md)
- [Add Name](https://mythicchanger.superiormc.cn/change-rules/add-name.md)
- [Add Lore](https://mythicchanger.superiormc.cn/change-rules/add-lore.md)
- [Add Attributes](https://mythicchanger.superiormc.cn/change-rules/add-attributes.md)
- [Add Tool](https://mythicchanger.superiormc.cn/change-rules/add-tool.md)
- [Set Name/Lore](https://mythicchanger.superiormc.cn/change-rules/set-name-lore.md)
- [Set/Remove Custom Model Data](https://mythicchanger.superiormc.cn/change-rules/set-remove-custom-model-data.md)
- [Set/Remove Item Model](https://mythicchanger.superiormc.cn/change-rules/set-remove-item-model.md)
- [Set Amount/Disappear](https://mythicchanger.superiormc.cn/change-rules/set-amount-disappear.md)
- [Add flag/Remove flag](https://mythicchanger.superiormc.cn/change-rules/add-flag-remove-flag.md)
- [Add enchants](https://mythicchanger.superiormc.cn/change-rules/add-enchants.md)
- [Delete enchants](https://mythicchanger.superiormc.cn/change-rules/delete-enchants.md)
- [Remove Name/Lore](https://mythicchanger.superiormc.cn/change-rules/remove-name-lore.md)
- [Remove Enchants](https://mythicchanger.superiormc.cn/change-rules/remove-enchants.md)
- [Set Type](https://mythicchanger.superiormc.cn/change-rules/set-type.md)
- [Random](https://mythicchanger.superiormc.cn/change-rules/random.md)
- [Replace Item](https://mythicchanger.superiormc.cn/change-rules/replace-item.md)
- [Replace Name](https://mythicchanger.superiormc.cn/change-rules/replace-name.md)
- [Replace Lore](https://mythicchanger.superiormc.cn/change-rules/replace-lore.md)
- [Replace Enchants](https://mythicchanger.superiormc.cn/change-rules/replace-enchants.md)
- [Set/Remove Color](https://mythicchanger.superiormc.cn/change-rules/set-remove-color.md)
- [Sub Change](https://mythicchanger.superiormc.cn/change-rules/sub-change.md)
- [Parse PAPI](https://mythicchanger.superiormc.cn/change-rules/parse-papi.md)
- [NBT](https://mythicchanger.superiormc.cn/change-rules/nbt.md)
- [Edit Item](https://mythicchanger.superiormc.cn/change-rules/edit-item.md)
- [Edit Lore](https://mythicchanger.superiormc.cn/change-rules/edit-lore.md)
- [Keep](https://mythicchanger.superiormc.cn/change-rules/keep.md)
- [Deapply](https://mythicchanger.superiormc.cn/change-rules/deapply.md)
- [Apply Limit](https://mythicchanger.superiormc.cn/change-rules/apply-limit.md)
- [Conditions](https://mythicchanger.superiormc.cn/change-rules/conditions.md)
- [Remove/Reset Data - Require Paper](https://mythicchanger.superiormc.cn/change-rules/remove-reset-data-require-paper.md)
- [UltimateShop](https://mythicchanger.superiormc.cn/change-rules/ultimateshop.md)
- [EnchantmentSlots](https://mythicchanger.superiormc.cn/change-rules/enchantmentslots.md)
- [MMOItems](https://mythicchanger.superiormc.cn/change-rules/mmoitems.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, and the optional `goal` query parameter:

```
GET https://mythicchanger.superiormc.cn/change-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
