Languages
The plugins comes with built-in English and German translations. More can be added manually.
Adding a custom language
- Copy the
en_US.properties
in thetranslations
folder and name it after your language (e.g.fr.properties
). - Adjust the translation values within the file.
- Set the
language
key in theconfig.yml
to your language file code (e.g.fr
from the example above). - Reload the plugin or restart the server to make use of the new translations.