# ⛔Limitation

## eco limitations

Some options does not work when you are using **eco** as packet listener plugin, but ~~**eco** has better performance than **ProtolcolLib**~~**&#x20;(plugin no longer support ProtolcolLib and use packetevents instead)**, choose one of them that meet your requirement.

## Use Item Placeholder in Creative Mode <a href="#creative-mode" id="creative-mode"></a>

Items includes **Item Placeholder** will no longer be updated after you swap the gamemode into creative mode, and this feature does not work in creative mode. In the creative mode, the enchantment slot lore added by the plugin will still works normally.

## 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 EnchantmentSlots's **enchantment slot lore** may not work on items from these plugins.&#x20;

## Won't work for fake custom enchantment plugin

EnchantmentSlots does <mark style="color:red;">**NOT**</mark> support **fake custom enchantment plugins**. The simplest way to determine if your enchantment plugin is a fake custom enchantment plugin is to use the `/enchant` command. If this command introduces the new enchantments in your custom enchantment plugin, then your custom enchantment is real. Otherwise, they are just fake custom enchantment plugins that provide similar functionality.

Confirmed real custom enchantment plugin that EnchantmentSlots supports:

* EcoEnchants
* ExcellentEnchants
* MythicEnchants


---

# Agent Instructions: 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://enchantmentslots.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.
