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
  1. ✨Features

🪄Extra Slot Item

You can create unlimited extra slot items at add-slot-items section in config.yml.

add-slot-items:
  A:
    material: PAPER
    name: '&dExtra Enchantment Slot &7(+1)'
    lore:
      - '&fDrag this item into your item to use!'
      - '&fApply for all items but have only 50% success rate!'
    add-slots: 1
    chance: 50
    success-actions:
      - 'sound: block.note_block.harp;;1;;1'
      - 'message: &#98FB98[EnchantmentSlots] &aAdd {amount} extra enchantment slot to your item!'
    fail-actions:
      - 'sound: block.note_block.bass;;1;;1'
      - 'message: &#98FB98[EnchantmentSlots] &cYou are not very lucky, slot item has broken!'
  B:
    material: PAPER
    custom-model-data: 5
    name: '&dExtra Enchantment Slot &7(+5)'
    lore:
      - '&fDrag this item into your item to use!'
      - '&f100% success but only work for diamond sword.'
    add-slots: 5
    success-actions:
      - 'sound: block.note_block.harp;;1;;1'
      - 'message: &#98FB98[EnchantmentSlots] &aAdd {amount} extra enchantment slot to your item!'
    fail-actions:
      - 'sound: block.note_block.bass;;1;;1'
      - 'message: &#98FB98[EnchantmentSlots] &cYou are not very lucky, slot item has broken!'
    apply-items:
      - 'diamond_sword'
  • add-slots: Represents the number of expansion slots.

  • apply-items: Reprsents what items can use this extra slot item. If not existed, all item can use. Support use thrid-plugin item ID.

  • black-items: Represents what items can not use this extra slot item. If not exised, all item can use. Support use thrid-plugin item ID.

Previous🎨Color CodeNext📍Item Placeholder

Should use simple version, for more info, please view .

success-actions: Represents actions will excute after success use extra slot item. Use here.

fail-actions: Represents actions will excute after fail to use extra slot item. Use here.

ItemFormat
this page
Action Format
Action Format