Patchnote v5.3.2 - Bevor updating, always backup your files and Database!
[FIXES]
removed some debug messages on deposit from third party plugins
removed some errors from console commands, if the player was not existing
removed the dupe glitch from the vouchers permanently. "Cheating" is not cool.
fixed some tab completions to ingame commands.
fixed reversed singular and plural currency output
fixed the custom model data for the vouchers
[IMPROVEMENTS]
implemented more async functions for depositing
baltop command and the top placeholder have now seperated format settings. The top placeholder formating was moved into the settings.yml
updated explicit support for Spigot 1.20.3
downgraded the api version from 1.18 to 1.17. Now you can use lightEconomy with 1.17-1.20.3 servers
updated PlaceholderAPI tzo 2.11.5
updated HikariCP to 5.1.0
updated MariaDB client to 3.3.1
complete redesign for console outputs
[NEW]
added new money top placeholder for bank balance %lighteconomy_banktop_[number]% The format is defined in the settings.yml
added new console command eco help
redesigned the debug command ingame /le debug
added options for title sounds like name, volume and pitch. You can find these options in the settings.yml
added new feature named time rewards. Applys certain amount of money to all online players on your server/network. The timer starts until the server is loaded. You can find these options in the settings.yml
added new option named bankAsPocket: false If the players pocket is empty, but his bank account has enough money, all transactions from third party plugins will withdraw from their bank account.
DISCLAIMER: It depends on the other plugin and how it queries whether the player has enough money. If, for example, the Shop plugin uses the vault method getBalance() instead of has(), it will not work. In summary, if it doesn't work, you should ask the plugin developer if they can use the has() method in their plugin to inquire whether the player has enough money.
added a permission to the /bank ingame command. Requested by the community