Fixed error for premium servers trying to update a player's username after they change their minecraft account name.
Added 'skull: playerName/texture' as possible ids.
Added the possibility to set items for buying from shops. You can either use them along coins or set buyValue to 0 and rely on items only.
You will need to add %item-requirements% placeholder in the lore-buy-addition message. If you don't want to bother with that just delete shops.yml and let it regenerate.
There is a known issue which I might fix in the future: items that are set up as requirement for the main shop (not the detailed right click one) must not be sellable. But they work in the detailed shop.
Changed some mechanics in coins handling to prevent some plugins from creating negative balance.
Fixed some misspells and also added a debug message instead of a crash in case there are any more left.
If the buying with items works alright there will be a trade shop system added in the future.
Fixed first load error caused by recent modifications
Fixed another insignificant NullPointerException
Added a setting to disable interest if desired.
Fixed detailed buy menu item display.
Fixed a NullPointerException.
Fixed some MySQL SharedBank Errors caused by typos in the source code.
Added %item-count% placeholder for sell-message, buy-message, buyback-message in shops.yml
Added MythicMobs Support for kill coins!
You have to specify the name of the mythic mob in the file, more details in killCoinsAndPurseDeath.yml.
You can enable short format and edit the short display in config.yml!
1,000 -> 1K
1,000,000 -> 1M
1,000,000,000 -> 1G
1,000,000,000,000 -> 1T
1,000,000,000,000,000 -> 1Q
You can also use the short format as inputs for bank deposit/withdrawal as well as pay command!
