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. 💻Develop

API Download

Previous📍Item PlaceholderNextUseful Methods
  • You can obtain EnchantmentSlots-API.jar at our .

  • To use our API jar in your project, simply use local system way, like this in Maven:

        <dependency>
            <groupId>cn.superiormc.enchantmentslots</groupId>
            <artifactId>EnchantmentSlots</artifactId>
            <version>1.0.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/EnchantmentSlotsAPI-1.0.0.jar</systemPath>
        </dependency>
  • Then put the jar you downloaded at the path you set in systemPath above.

GitHub