API
Information about the API for Custom Enchants+
How to utilize CustomEnchants+'s API
softdepend: [CustomEnchantsPlus]depend: [CustomEnchantsPlus]Add CustomEnchants+ to your Java Project as an external library
Utilize the API by using the static methods within CustomEnchantsAPI
CustomEnchantsAPI.openGui(player, CustomEnchantGui.ENCHANTER);Obtaining a specific custom enchantment
Enchantment enchant = CustomEnchantment.EXPLOSIVE_ARROW;Obtaining a scroll
Scroll scroll = Scrolls.ENCHANTMENT_REMOVAL;Last updated