> 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/features/only-in-player-inventory.md).

# ✔️Only In Player Inventory

## Enable it in each rule

You can add `only-in-player-inventory` option in each rule to make this rule only apply to items in player inventory, all items outside player inventory won't be modified by MythicChanger.

Please note that this option only work for fake changes, for real change, it already be limited to player inventory, which means real changes itself never modify item outside player's inventory which is very danger.

## Check custom menu only

After enable this option, all slots outside player's inventory will not apply fake change, however, some people just want to hide our changes in custom menu plugins, so you can enable `check-chests-only` option in `config.yml`, after enable, crafting table, enchantment table and so on will still display our fake changes, only custom chest menu will be effected.


---

# 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/features/only-in-player-inventory.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.
