Plugin API
Download API at: https://www.spigotmc.org/resources/advancedenchantments-api.76819/
Last updated
Download API at: https://www.spigotmc.org/resources/advancedenchantments-api.76819/
Last updated
ItemStack item = your item;
item = AEAPI.applyEnchant("enchantName", enchantLevel, item);@EventHandler
public void onEnchantActivate(EffectsActivateEvent e) {
// Do as you wish or cancel the event
}