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

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

Reset Slot

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

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

Add Enchantment Slot Lore

fake-changes: 
  es-add-lore: true

Parse Item Placeholder from ES

For more info about Item Placeholder, please view here.

fake-changes: 
  es-parse-lore: true

Remove Excess Enchantments

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

Remove Enchantment Slot Lore

real-changes:
  es-remove-lore: true

Has Slot

Does the slot is more than specifed value?

match-item:
  has-slot: 5

Last updated