Per-Level Descriptions
Learn how to add per-level description for enchantments
Starting 9.5.0, it is possible to add per-level descriptions for enchantments. It's very simple to do:
Here is an example with hasten
enchantment, where you can describle per-level descriptions better:
enchantments.yml
It's as simple as adding a description
value under each level, just like chance
or cooldown
would be added for enchantments!
In config.yml, you must also change for items and books to utilize %level-description% instead of %description%. This will be located at the bottom of config.yml file, under settings
(full path: settings.lore-descriptions.enabled
)
config.yml
and under enchantment-book
(full path: enchantment-book.lore
)
config.yml
Last updated