Changes: - Fixed issue with upgrades, that allowed players to purchase them for free, caused in v1.8.7
- Added support for a "required permission" to receive gems through each applicable drop types (dropRates.yml)
- Added support for a max limit when running the "/gem give" command (This helps prevent against accidentally spawning in too many gems at once) (config.yml)
Code (Text):
Messages:
amountExceedsMaximum: '{prefix} &cThis amount exceeds the maximum amount allowed. Max: {maxAmount}'
# Maximum amount of gems that can be received using the "/gems give" command. Set to 0 to disable.
# This feature helps prevents your server from crashing from too many entities, if you accidentally give too many gems.
max-gem-give: 10000