This release fixes some issues with population of translations in the locale file and adds some command aliases.
Locale Fixes
This release fixes a couple of messages that were not properly populated with the values as specified in the locale file. It also removes a few values from being displayed in some locale strings for clarity. Finally, entries in the locale file for command usage was added to allow for translation.
If you are using a customized or modified locale file, you will need to incorporate the changes in your modified or translated json file.
The new locale file version is 7.
Aliases
This release implements aliased commands for /balance, /baltop, /pay, /deposit and /withdraw. These commands map to their /bank equivalents.
Please note, these commands are not translatable like the sub-command in /bank. The sub-command in /bank can still be translated in the locale file, but will not effect these commands. This is the design of Spigot.
If you would like to localize commands for these or the bank commands, it's recommended to handle this with Spigot's commands.yml, or with a 3rd party alias plugin like BoosCooldowns.