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
  • Default Slots
  • Default Slots by Item
  • Max Slots/Max Slots by Item
  • Slot Conditions
  1. 🎯Enchantment Slot

↔️Default Slot/Max Slot

Previous⚡Auto Add LoreNext#️⃣Set Slot

Although you have set which , if you do not set default slots and max slots for them, they will still not be able to be enchanted properly.

You can set each item's default slot and max slot at config.yml.

  default-slots:
    default: 3
    vip: 5
  #default-slots-by-item:
  #  diamond_sword:
  #    default: 20
  #    vip: 30
  #  # You can type third plugin item ID here.
  #  # For now, EnchantmentSlots support:
  #  # MMOItems, EcoItems, EcoArmor, MythicMobs, NeigeItems, ItemsAdder, Oraxen, ExecutableItems.
  #  superior_sword:
  #    default: 100
  #    vip: 200
  # Only work for extra slot items.
  # Remove this section if you don't want this feature.
  max-slots:
    default: 10
    vip: 15
  # max-slots-by-item:
  # Similar to default-slots-by-item, remove the section to not use this feature.
  slots-conditions:
    vip:
      1:
        type: permission
        permission: 'group.vip'

Default Slots

The default-slots section determines the default slot quantity for all items.

Among them, default represents the default quantity, while the other options are the condition IDs in the slot-conditions section. Players who meet the corresponding conditions will use the value after the corresponding condition ID. We will ultimately take the highest value.

Default Slots by Item

Max Slots/Max Slots by Item

Slot Conditions

You can set different numbers of enchantment slots for specific items through this section, and also support setting different values for different players based on conditional IDs. The vanilla items will use the material ID, while items from will use their custom item ID.

Players can use to increase the enchantment slots of items, but this is not infinite. The max-slots section determines the maximum number of items that can be expanded through Extra slot items, while max-slots-by-item sets separate values for specific items.

You can set countless condition groups here, and each condition ID can be used in the options above. Players who meet specific conditions can use values different from the default option. Use in each condition group section.

items can be enchanted
supported item plugins
Extra slot items
Condition Format