Changes:
- Tweaked the way the plugin handles with MySQL (Possible fix for issue with mysql)
- For the BlockDropRate types, for data values, the usage has been changed from an underscore (_) to a minus (-)
- Changed the way all forced commands are ran (from this plugin), with an example provided below:
Code:Make player run the command: '[player]msg CONSOLE &eI clicked a decoration item!' Make console run the command: '[console]msg {player} &eThanks for playing!'
Changes:
- Made some changes to the API, such as method name changes and usages
Fixed:
- When giving or withdrawing gems; If the inventory ran out of space, the remaining amount will be dropped onto the floor
Fixed:
- Issue with plugin not starting up for some people (Issue only occurred in v1.2.6 and v1.2.7)
Added:
- Support to execute commands when clicking decoration items in the gem shop
(Simply add the 'commands:' section to your decoration item)
Example:
Code:Decorations: 'testMessage': #This is an example of how to use the decoration commands feature material: 'PAPER' damage: 0 amount: 1 glow: true displayName: '&e> Click me! <' lore: - '&7Test message!' commands: - 'msg {player} &eBuy this amazing plugin at &ahttps://www.mc-market.org/resources/14920/&e! :D'
