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

# ⛔Limitation

## Creative Mode

The **fake change feature** of this plugin will not have any effect on **creative modes**.

## Compatibility of other packet based item plugins

Some other item plugins and enchantment plugins **MAY** are also using packet to change items, in which case MythicChanger's **fake change** may not work on items from these plugins. MythicChanger provides a free version for testing plugin compatibility.

## Real change is not instantaneous

This plugin does not instantly apply **real changes**. We will only attempt to make real changes to the item after the player interacts with it. In survival mode, the vast majority of operations that can obtain items will be recognized by the plugin and successfully perform real changes. So this limitation can almost be ignored.

## Real change will only occur within the player's inventory

In order to prevent abnormal situations such as **item duplication**, **real change** will only be performed within the player's inventory, and items in the "treasure chest" and "vault" will not undergo real change. Due to this issue, it is highly recommended that you use both real change and fake change if you are using change rules like `replace-item`.

```yaml
fake-changes:
  replace-item:
    hook-plugin: MMOItems
    hook-item: 'MATERIAL;;REAR_INGOT'
real-changes:
  replace-item:
    hook-plugin: MMOItems
    hook-item: 'MATERIAL;;REAR_INGOT'
```


---

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