In order to simplify translations going forward, I've made a few changes to
messages.yml. If you've not made any customisations to the message strings, then simply delete your current
messages.yml file and the plugin will re-create a new version when the server starts up.
If you have made customisations to
messages.yml then create a backup copy of your version before deleting
messages.yml from the
plugins/TNTRun_reloaded folder. Once the server restarts, you can then compare the new changes with your customised file.
The majority of the changes to
messages.yml involve removing the "
[TNTRun]" tag that was at the start of some of the strings, so for example, strings like this:
Code (Text):
arenarunning: '&7[&6TNTRun&7] &7Arena already running'
have been changed to:
Code (Text):
arenarunning: '&7 Arena already running'
There is a new message string
trprefix which will be added automatically to all the strings that need it at the time the message is sent. So if you are updating
messages.yml manually, please remove the
[TNTRun] tag from the begining of all the message strings that have it (see the example above).
Full Change Log
============
- Added a max leaderboard size to config (default 10)
- Made leaderboard sign colours configurable in messages.yml
- MYSQL updates are now run asynchronously
- MYSQL stats are cached for efficiency
- Replaced ยง with ChatColor in code
- Improvements to the version update check code
- Simplify messages.yml (see above notes)
- Add some new strings to messages.yml
- Fix bug where leaderboard signs fail to create with custom header