# ESMythicChangerExtension

ESMythicChangerExtension is a addon plugin for MythicChanger, it can help you add more change and match rules from EnchantmentSlots.

Download Link: <https://www.spigotmc.org/resources/esmythicchangerextension-a-addon-plugin-that-provides-extra-rules-for-mythicchanger-1-14-1-21-4.110600/>

## Set Slot <a href="#set-slot" id="set-slot"></a>

```yaml
real-changes:
  # Automatically calculate the slot of items
  es-set-slot: true
  # Manually set the slot
  es-set-slot: 5
```

## Add Slot <a href="#reset-slot" id="reset-slot"></a>

```yaml
real-changes:
  es-add-slot: -5
```

## Reset Slot <a href="#reset-slot" id="reset-slot"></a>

Reset means we will override the slot already exist in the item.

```yaml
real-changes:
  # Automatically calculate the slot of items
  es-reset-slot: true
  # Manually reset the slot
  es-reset-slot: 5
```

## Add Enchantment Slot Lore <a href="#add-enchantment-slot-lore" id="add-enchantment-slot-lore"></a>

```yaml
fake-changes: 
  es-add-lore: true
```

## Parse Item Placeholder from ES

For more info about Item Placeholder, please view [here](/features/item-placeholder.md).

```yaml
fake-changes: 
  es-parse-lore: true
```

## Remove Excess Enchantments

```yaml
real-changes:
  es-remove-excess-enchants: true
```

## Remove Enchantment Slot Lore

```yaml
real-changes:
  es-remove-lore: true
```

## Has Slot

Does the slot is more than specifed value?

```yaml
match-item:
  has-slot: 5
```


---

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