Language - wouter-blockken/ChatBrawl GitHub Wiki
Race files and the language.yml files include entries to completely customize the language of ChatBrawl (hexcolors are supported). To translate blocks/items/mobs in the plugin, you'll need to do some additional configuration. Follow the steps below!
-
Change the 'lang' setting in the language.yml file to your preferred minecraft language code, they can be found on: https://minecraft.gamepedia.com/Language
-
Put the correct LangUtils jar in your plugins folder and let it generate a folder Langutil version:
-
In the generated LangUtils folder --> config.yml , make sure to add your desired language code under "LoadLanguage".
-
Restart to let it load/generate your language, now it should work!