Configuration
Learn how to configure the plugin
Every title is a config option
It is the plugin prefix, all messages have it at their start.
- MYSQL
- FILE
If you don't have a MySQL server you can use file.
If you choose mysql you can synchronize the player language across servers.
MySQL database settings.
If you choose file you don't have to configure it
Default player language
Default language base64. See gui for more information.
List of all languages that a player can select.
Example:
languages:
english: "en_us"
All translated strings
Example of a translated string:
1:
# This is the identifier, in this case the placeholder will be %multilang_example%
identifier: "example"
# Default string if language is not selected or is not translated.
default: "Hello world"
# List of locales
locales:
# If the player has italian as language he will see this text
italiano: "Ciao mondo"
It is simple and easy to use.
Last modified 1yr ago