Changes:
- Added a new "data-save-interval" feature to allow you to customize how often the data gets saved. Add the following to the config.yml:
- Disabled gems from being crafted into emerald blocksCode:#In seconds, set how often the gem data should be saved to the database.yml (1800 = saved every 30 min) data-save-interval: 1800
- Fixed an issue where if the gem item was a block, it was able to be placed on the ground, when redeeming
Changes:
- Added new permission: "elementalgems.top" (You can ignore if your players already have the "elementalgems.access" permission)
- (REQUIRED) Added new "Toggleable" feature to disable the option to right-click and redeem gems. Please add the following to your config.yml
Code:canRedeemGems: true #Set to true to allow players to right-click and redeem gems
Changes:
- Added a new "requiredPermission" feature to require the player to have a specific permission in order to purchase an item from the gem shop
- Added a new message to the config.yml
Add to config.yml:
Code:purchaseAccessDenied: '{prefix} &cYou do not have permission to purchase this item. Requires: &e{permission}'
Example of where to implement this new feature in your shops.yml:
![]()
Changes:
- Optimized the gem drop methods
- Corrected an issue where the new "Execution" upgrade would not always attempt to run commands when gems are received
- Added a new "Toggleable". Add the following to the Toggleable section in your config.yml
Code:enableGemVillagerTrades: false #Set this to true to allow players to use gems in villager menus
Changes:
- Added a new Upgrade known as "Execution"! This upgrade will allow you to have any command(s) you desire, to run when a player receives gems!
Note:
- Add the following to your upgrades.yml file: https://hatebin.com/suahqlfkql
Changes:
- Corrected an issue in which the data on '/gem top' would not load all the player data upon restart
Changes:
- Added the ability to Give/Add gems to a player in silence. (Example: "/Gem give <Player> <Amount> -s")
- Added support for 'WildTools' Harvester Hoes
Note:
I have decided to go ahead and extend the sale until December 31st, 2020. Enjoy
Changes:
- Removed some unnecessary code
- Slightly optimized the Gem Top feature
- Added a limited time sale for Black Friday!(Ends December 1st, 2020)
