Recoded the database structure to prevent memory leaks.
Added hikari pools for MySQL.
Changed Project Framework to MAVEN.
Added log activity setting for shops.
Added a shop click cooldown that activates when the system has too many tasks to execute.
Added the posibility to remove the unique uuid from coin bags in case you want to stack them.
Added the posibility to disable self-pay and also added display names for the pay command (%to-player-display-name%, %from-player-display-name%).
Fixed some bugs that I forgot to what they were related.
Also hopefully improved overall performance.
Added /rec shop list command.
Added 1.16.2 compatibility.
Did some performance improvements on multiple events. (Hopefully I did it good and no problems will appear because of this).
/bank command may not work on NPCs anymore. If that is the case, please use /rec bank forceopen <p> or /rec sharedbank forceopen <p>
Completely changed the loading system, the plugin will now load before Vault and hook into it when it loads so there are no plugins in between that miss the currency system.
Added CMI Import Data command.
Added /rec bank forceopen <player> command.
Added /rec sharedbank forceopen <player> command.
Added disabled-worlds for kill-coins feature as well as for purse-death-events.
Fixed /coinsbag get taking double amount of coins.
Made it so the plugin only takes one bag if bags are stacked even though they are not intended to be stacked.
Fixed interest placeholders not working properly.
Made sure some database functions are running async.
Changed a class name due to some reported incompatibility.
Anvil GUI not working properly fixed.
Made the plugin load before some other plugins to ensure compatibility.
Fixed the detailed buy lore not adding on some items.
Fixed the spammed balancetop of shared banks.
Added a new table in the database for plugins who generate data that doesn't belong to players directly, example Towny.
Sorry for this quick double update, fixed an unhandled exception.
Added a uuid duplication prevention in case of changing a server from online-mode to offline or the other way around or caused by corrupted files/other plugins. If you already have duplicated uuids, database reset will be needed. You can check duplication by checking for repetitive names in /baltop.
Added the possibility to add commands to execute when a specific item is bought, you can also disable the buying of the item itself and let only the commands execute. The commands have 2 placeholders: %player% and %price% (I think you guess what they do).
Added BentoBox Support for shared banks, will work only on new generated islands.
Fixed a bug regarding default coins values.
