New Feature: Shop Discount
From now one you can create discounts per specific shop or global
There is new config added discounts.yml
There is 2 types of discounts PERCENTAGE and FLAT based ones.
PERCENTAGE ones works like there name is self saying xd.
FLAT ones give discount of specific amount which is specified in config.
Currently FLAT have bigger priority over PERCENTAGE ones
and server will pick biggest discount you got access.
To give access to discount you need to give permission example:
BeastTokens.Shop.Discount.Vip
Vip represents id from discount.yml
There is new formatting for %price% placeholder
Which you can format now in messages.yml.
Some of you will need to edit your old shops I am sorry about it but this new feature will give u a bit more flexibility.
Fixed reported problem with depositing tokens and API Hook not working when File storage was used.
Added new event for registering drops from all rewards like: Mining,Killing Mobs, Fishing etc...
So you can just hook in one event to check if there was token reward drop.