Changes:
Notes:
- Added Vault support! (see config.yml)
- Fixed the support for 1.20.1 since the last version didn't work properly
- Fixed compatibility with PlaceholderAPI to support the latest versions, which had previously caused placeholders to not work properly for some people
- I realized I put the second jar name as "1.13" instead of "1.13+" in this update, but the "1.13" version will work on all versions from 1.13 - 1.20.1
Code:# Set to true, if you wish to use "ElementalGems" as a vault-supported custom currency vault-hook: false
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: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: 10000Code:permissionsRequiredForDropType: entity: 'elementalgems.gemdrop.entity' block: 'elementalgems.gemdrop.block' fish: 'elementalgems.gemdrop.fish'
Changes:
- Added 1.19.3 Support
- Updated all material types in the configs, to support the latest mc versions, by default
- Slightly optimized MySQL handler
Changes:
- Added support for accessing a specific gem shop, using the command "/gems shop <player> <shop>"
Changes:
- Corrected an issue that caused the physical gem item to display as a normal material, in 1.19
