Creating Enchantments
How to create your own enchantments
Creating enchantments is a simple process, and you can customize each one to your likings. You can create enchantments via the YAML file or the Web Panel.
Using the Web Panel will require you to generate a link in-game via /ee upload
NEW: You can now add multiple types and execute different effects depending on the effect type you have triggered
Value
Description
Name (Lowercase)
This is the id you will use to fetch the enchantment via commands and how the plugin will fetch the enchantment backend.
Display Name
This is the name that gets displayed on the enchantment item and when the enchantment is applied to an item.
Description
This is the text used on the enchantment item.
Group
This is the enchantment group, This can control the color, position, and activation depending on the values you set in the groups.yml.
Applies
These are the items that the enchantment can be applied to. This can be overridden by any user with permission to apply the enchantment using a command.
Type
This is the trigger event, meaning when this happens, the enchantment will activate if all conditions are met.
Effect
These are the custom abilities triggered by the enchantment.
Last updated