-
Notifications
You must be signed in to change notification settings - Fork 8
Localization
ChatControl speaks your language! We offer plenty world's languages that will translate the vast majority of plugin's messages to your language. Localization controls messages like "Please do not repeat the same (or similar) message" or "Please wait X seconds before your next message".
- English (en)
- German (de)
- Slovak (sk) + exclusive cases support (pády)
- Czech (cz) + exclusive cases support (pády)
- Spanish (es)
- Chinese (cn)
- Dutch (nl)
- Hungarian (hu)
- Portuguese (pt)
By default, the localization is set to English (en). To change your localization, open settings.yml
file and set the localization code (found above in italics) to the Locale
key.
You can create your own unique localization in few simple steps. If you make an unique localization, you are welcome to send it to me and receive credits!
To avoid data loss, you are encouraged to have your server shut down when manipulating with files.
Navigate to your settings.yml file and find the value assigned to the Locale
key.
Go to your ChatControl/ directory within your plugins/ folder, and make a new localization/ folder.
Open the localization/ folder, and create a new text file.
Rename the created file to 'messages_LOCALE
.yml' (replace LOCALE
with the locale key found in step 1, in my case it's en
for English.)
Start your server again. The newly created file will be filled with the localized messages, and the console will inform what exact messages were placed into the file.
You localization file should now be filled with all the default values. You may edit it to your likings. It will be updated with new keys as the plugin updates. The console will then inform you about the changes.
© MineAcademy | Code Unique Minecraft Plugins & Servers In 20 Days
About
Free version
Basics
Understanding
- Channels
- Formatting
- Rules / Filters
- Handlers
- Groups
- JSON
- Discord
- Toggle ignoring swears
- Variables
- JavaScript Variables
Tweaking
Solving Issues
Miscellaneous