# ❓FAQ

## Seems that my item does not have enchantment slot lore added! <a href="#why-all-my-enchantments-are-english-or-seems-a-id" id="why-all-my-enchantments-are-english-or-seems-a-id"></a>

* Check whether you have installed the packet listener plugin you set in `config.yml`. If yes, then please check whether that plugin is worked in your server.
* Check whether you have other plugin also try to modify this item's lore. The best way to test this is delete all plugins except for EnchantmentSlots and your packet listener plugin.
* Usually, that because you didn't put this item into `item-can-be-enchanted` section or didn't set a default slot value for it. Try hold the item in survival mode and use command /es setslots 5, if the lore display after that, this just because your config wrong.
* Check your config file, your `config.yml` maybe has wrong format, try regenerate config file.
* Don't drag item from creaative inventory, please keep your game mode into survival, and try use /give command, crafting and other ways to gain items.
* There is auto-add-lore option in config.yml, if all of those above does not work for you, try to enable this option.

## Why all my enchantments are English or seems a ID? <a href="#why-all-my-enchantments-are-english-or-seems-a-id" id="why-all-my-enchantments-are-english-or-seems-a-id"></a>

You should set enchantment name at the plugin `config.yml`'s `enchant-name` section.

## I want to XXX item does not display enchantment slot lore!

Use `black-items, black-items-contains-lore, black-items-contains-name, black-items-has-name` option in `config.yml` to do this!

## Why menu plugin's item also modified, I don't want this!

Enable `add-lore.only-in-player-inventory` option. If enabled, only item in player inventory will deal with enchantment slot feature, and this can save many plugin performance.

If this doesn't work for you,  use `black-items, black-items-contains-lore, black-items-contains-name, black-items-has-name` option in `config.yml`, add keywords in those options.

## Does enchantment lore order be changed in item lore?

If you EnchantmentSlots auto add lore for those items, it can only at first or last of item lore, or you use our [item placeholder](/for-4.1.8/features/item-placeholder.md) into your item lore.

## How to hide enchantment slot lore?

Please view [this page](/for-4.1.8/features/item-placeholder.md).


---

# 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/for-4.1.8/info/faq.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.
