API
Information about the API for Custom Enchants+
Within your plugin.yml add
softdepend: [CustomEnchantsPlus]
If you want CustomEnchants+ to be absolutely necessary to your plugin do this instead
depend: [CustomEnchantsPlus]
Example:
CustomEnchantsAPI.openGui(player, CustomEnchantGui.ENCHANTER);
Example:
Enchantment enchant = CustomEnchantment.EXPLOSIVE_ARROW;
Example:
Scroll scroll = Scrolls.ENCHANTMENT_REMOVAL;
Last modified 3yr ago