๐ Messages & Localization
EzShops supports full localization, allowing you to translate every message and interface element to your serverโs language.
๐ฉ Selecting a Language
You can switch the active language globally in your main-settings.md (config.yml).
# Supported languages: en (English), es (Spanish), nl (Dutch), zh (Chinese)
language: en
๐ Custom Translations
If you want to create your own translation or modify existing messages, you can find the individual files in the plugins/EzShops/messages/ directory.
How to Translate:
- Copy the
en.ymlfile. - Rename it to your language code (e.g.,
gr.yml). - Translate the strings inside the file.
- Change the
languagesetting in yourconfig.ymlto your new code.
Tip: Every message supports Color Codes (e.g.,
&6for gold) and MiniMessage formatting for modern, gradient text.# ๐ Messages & Localization
EzShops supports full localization, allowing you to translate every message and interface element to your serverโs language.
๐ฉ Selecting a Language
You can switch the active language globally in your main-settings.md (config.yml).
# Supported languages: en (English), es (Spanish), nl (Dutch), zh (Chinese)
language: en
๐ Custom Translations
If you want to create your own translation or modify existing messages, you can find the individual files in the plugins/EzShops/messages/ directory.
How to Translate:
- Copy the
en.ymlfile. - Rename it to your language code (e.g.,
gr.yml). - Translate the strings inside the file.
- Change the
languagesetting in yourconfig.ymlto your new code.
Tip: Every message supports Color Codes (e.g.,
&6for gold) and MiniMessage formatting for modern, gradient text.