API Download

  • You can obtain EnchantmentSlots-API.jar at our GitHub.

  • 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.

Last updated