Plugin to manage custom enchantments and allow them to be easily added to items.
Please note that this plugin only manages, contains methods to create custom enchantments easily and does not contain any custom enchantments inside.
See CustomEnchantmentsAPI for all methods relating to custom enchantments
See ExamplePlugin for an example of using CustomEnchantmentsPlugin
See ExampleEnchantment for an example of using CustomEnchantment
/customenchantments - Display help message.
/customenchantments list - Lists all custom enchantments currently loaded.
/customenchantments disable <enchantment> - Temporarily disables the custom enchantment named <enchantment>.
/customenchantments enable <enchantment> - Temporarily enables the custom enchantment named <enchantment>.
/customenchantments remove <enchantment> - Removes the custom enchantment named <enchantment> from the item that you are holding.
/customenchantments add <enchantment> <level> - Adds the custom enchantment named <enchantment> with level <level> to the item that you are holding.
All permissions associated with commands are customenchantments
followed by the subcommand name (apart from the help message which is customenchantments.help
). E.g. /customenchantments list
's permission node is customenchantments.list
.