EnchantmentSlots Wiki
For 4.4.5 or newer
For 4.4.5 or newer
  • 🎉Welcome
  • 📦Info
    • âś…Requirements
    • ⚙️Install
    • â›”Limitation
    • đź”—Compatibility
      • ESMythicChangerExtension
    • 🛠️Configuration files
    • ⌨️Commands
    • âť“FAQ
    • 🚀Performance
  • đź“‹Format
    • 📝ItemFormat™ (Simply version)
    • 🎬Action Format
    • ⚖️Condition Format
    • 🔍Match Item Format
  • 🤖General Configs
    • ⚡Add Lore
  • đź”§Built-in Placeholders
  • 🎯Enchantment Slot
    • ↔️Item Slot Settings
    • đź”´Custom Enchantment Used Slot
    • 🪄Extra Slot Item
  • ✨Features
    • 🎨Color Code
    • 📍Item Placeholder
Powered by GitBook
On this page
  • Extra Slot Item
  • General Options
Export as PDF
  1. 🎯Enchantment Slot

🪄Extra Slot Item

Extra Slot Item

All apply items are saved in extra_slot_items folder, an example file is here:

display-item:
  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
conditions: []
success-actions:
  1:
    type: sound
    sound: 'block.note_block.harp'
  2:
    type: message
    message: '&#98FB98[EnchantmentSlots] &aAdd {amount} extra enchantment slot to your item!'
fail-actions:
  1:
    type: sound
    sound: 'block.note_block.bass'
  2:
    type: message
    message: '&#98FB98[EnchantmentSlots] &cYou are not very lucky, slot item has broken!'
match-item:
  material:
    - 'diamond_sword'

General Options

  • add-slots: Represents the number of expansion slots.

Previous🔴Custom Enchantment Used SlotNext🎨Color Code

Last updated 3 months ago

display-item: The display item of this extra slot item. Should use here.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.

conditions: Represents what conditions player should meet to use this extra slot item. Use here.

match-item: Read page for more info, which item can use this extra slot item, if removed, all items can use this apply item.

Item Format
ItemFormat
this page
Action Format
Action Format
Condition Format
Match Item Format