Skip to content

Plugin to manage custom enchantments and allow them to be easily added to items.

Notifications You must be signed in to change notification settings

Naaathan/CustomEnchantments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomEnchantments

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.

API Usage

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

Commands

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

Permissions

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.

About

Plugin to manage custom enchantments and allow them to be easily added to items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages