Changes:
- Added support for a 'required-permission' when purchasing items from the shop
Code:messages: shop-permission-required: '%prefix% &cYou do not have permission to purchase this item &e(%required-permission%)'Code:rewards: '11': price: 0 give-item: false material: '' damage: 0 amount: 1 glow: true display-name: '' lore: [] enchants: [] commands: [] required-permission: ''
Changes:
- Added support to disable redeeming tokens when interacting with certain blocks
Code:disable-redeem-on-block: - 'SIGN' - 'CHEST'
Changes:
- Corrected an issue that still affected all players even when specifying only online players using "/tokens set * <amount> online"
Changes:
- Added support for setting all saved and online players token balance using the following command: "/tokens set * <amount> [online]". Add the word "online" to specify only online players
Code:messages: set-all: '%prefix% &eAll &fsaved &eplayers token balance has been set to %amount%' set-all-online: '%prefix% &eAll &aonline &eplayers token balance has been set to %amount%'
Changes:
- Added support for custom item models for the token item, and within the token shop
Example of how to use this feature:
Code:token: material: 'DOUBLE_PLANT' data: 0 glow: true display-name: '&e&lToken &7(&fRight-Click&7)' lore: - '' - '&7Right-Click to redeem your token(s)!' custom-model-data: 0
