# 🔗Compatibility

## **Direct compatibility**

### <mark style="color:red;">Directly</mark> supported custom enchantments plugins list

EnchantmentSlot can automatically obtain information such as the **name, sort** and **rarity** of newly added enchants from these enchantment plugins. Otherwise, you need to set a custom enchantment name in the `enchant-name` section of `config.yml`.

* EcoEnchants
* ExcellentEnchants&#x20;
* Aiyatsbus

### <mark style="color:red;">Directly</mark> supported custom items plugins list

EnchantmentSlot can automatically obtain the IDs of items from these plugins, so that you can set different [**default slots** and **max slots**](https://enchantmentslots.superiormc.cn/enchantment-slot/item-slot-settings) for items from these plugins separately, even if their materials are the same.

* ItemsAdder
* Oraxen
* EcoItems
* EcoArmor
* MMOItems
* MythicMobs
* eco
* NeigeItems
* ExecutableItems
* Nexo

## PlaceholderAPI: Extra placeholders

EnchantmentSlots provides those new placeholders to PlaceholderAPI!

`%enchantmentslots_has_empty_slot%` - Will display whether main hand item has empty slot to use.

`%enchantmentslots_slot_amount%` - Will disply enchantment slot amount of main hand item.

## MythicChanger: Extra Change Rule <a href="#mythicchanger-extra-change-rule" id="mythicchanger-extra-change-rule"></a>

A addon plugin called ESMythicChangerExtension provides those new change rules to MythicChanger, click [here](https://enchantmentslots.superiormc.cn/info/compatibility/esmythicchangerextension) to know more!


---

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