Skip to content

Localization

Matěj Vnouček edited this page Mar 16, 2024 · 1 revision

Want to change messages like "Play a creeper hiss sound to a player" to something else? This section is for you.

Available Localizations

  • English (en): English is the default language.
  • German (de): German is the second language we support.
  • Czech (cs): Czech is the third language we support.

Changing A Localization

By default, the localization is set to English (en). To change this, edit the Locale key in settings.yml file to one of the available localizations described in the comments above the key.

Making Your Own Localization

Customizing any message is as simple as opening the localization/ folder and then editing the messages_X.yml file, where X represents the Locale key from settings.yml, such as messages_en.yml. Simply make direct changes to that file and you're good!

Contributing Localizations

You are welcome to contribute localizations to this project! If you have a translation or improvement to an existing file, you can submit it via a GitHub pull request to this repository. This process involves forking the repository, making your changes, and then submitting a pull request for review. Your contributions are greatly appreciated and help make the software more accessible to users worldwide.

Clone this wiki locally