Description
Currently, the plugin directly uses Enchantment#getName() to display enchantment names in villager trade lore, which always shows English names and cannot be localized.
Suggestion
Please add independent language/translation files for this plugin.
Move all displayed text (especially enchantment names, trade descriptions) into external language YAML/JSON files.
Allow server owners to customize text and switch to other languages (Chinese, etc.) easily by editing the language file.
This way, users do not need to modify source code or rely on other plugins to achieve localization.
Thanks for your great work!
Description
Currently, the plugin directly uses Enchantment#getName() to display enchantment names in villager trade lore, which always shows English names and cannot be localized.
Suggestion
Please add independent language/translation files for this plugin.
Move all displayed text (especially enchantment names, trade descriptions) into external language YAML/JSON files.
Allow server owners to customize text and switch to other languages (Chinese, etc.) easily by editing the language file.
This way, users do not need to modify source code or rely on other plugins to achieve localization.
Thanks for your great work!