Changes: - Added new feature/patch to put a cooldown on players when purchasing items from the shop! (Add the following to your config.yml and shops.yml)
- Added new feature/patch to disable gems from being received when breaking a block connected to the ground (Add the following to dropRates.yml)
Code (Text):
Messages:
onShopCooldown: '{prefix} &cPlease wait to purchase another item!'
Code (Text):
purchase-cooldown: 1 #Cooldown, in seconds, between how long a player must wait to purchase another item. (Cooldown resets when the server or plugin restarts)
Code (Text):
BlockDropRates:
SUGAR_CANE: #Sugarcane
preventFirstBlock: true #Enable this to disable gems from being received from the block connected to the ground. (Recommended for blocks that grow upwards)