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!

  1. 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

  2. Put the correct LangUtils jar in your plugins folder and let it generate a folder Langutil version:

  3. In the generated LangUtils folder --> config.yml , make sure to add your desired language code under "LoadLanguage".

  4. Restart to let it load/generate your language, now it should work!