EnchantmentSlots Wiki
For 4.1.8
For 4.1.8
  • 🎉Welcome
  • 📦Info
    • ✅Requirements
    • ⚙️Install
      • Extra Step: Custom Enchantments Plugin Compatibility
    • ⛔Limitation
    • 🔗Compatibility
      • MythicChanger Hook
    • 🛠️Configuration files
    • ⌨️Commands
    • ❓FAQ
    • 🚀Performance
  • 📋Format
    • 📝ItemFormat™ (Simply version)
    • 🎬Action Format
    • ⚖️Condition Format
  • 🤖Auto Add Lore
    • 🔮Item can be enchanted
    • ⚡Auto Add Lore
  • 🎯Enchantment Slot
    • ↔️Default Slot/Max Slot
    • #️⃣Set Slot
  • ✨Features
    • 🎨Color Code
    • 🪄Extra Slot Item
    • 📍Item Placeholder
  • 💻Develop
    • API Download
    • Useful Methods
Powered by GitBook
On this page
  • Set Slot
  • Reset Slot
  • Add Enchantment Slot Lore
  1. 📦Info
  2. 🔗Compatibility

MythicChanger Hook

We add those new change rules for MythicChanger.

Before use those rules, please remove all your item-can-be-enchanted match item, otherwise both EnchantmentSlots and MythicChanger will try modify item's slot.

Set Slot

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

Reset Slot

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

Add Enchantment Slot Lore

fake-changes: 
  add-es-lore: true
Previous🔗CompatibilityNext🛠️Configuration files