Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20.1–1.20.2
1.19.3–1.19.4
1.18.2
1.16.5
1.12.2
1.8.8
Platforms
Folia
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
Changelog
Added:
- 1.20.2 support.
- Added volume/pitch controls to each sound section in the vouchers.
Changed:
- Made sounds respect client side sound settings.
- Properly handle how Metrics shuts down and turns on when you change the true/false.
- Add more verbose logging with an option to turn off the spammy garbage.
- Internal placeholders such as %random% or %player% which are handled by us have been changed to {random} or {player}.
Breaking Changes:
- Vouchers have been moved out of the
Config.yml
into a folder calledvouchers
- All the configurations should auto migrate. Let me know if I missed something.
- Voucher codes have been moved from
VoucherCodes.yml
to thecodes
folder.
Performance:
- No longer use the player object in hashmap's/arrays just the uuid as god intended.
Developers / API:
- Cleaned up some internals, reduce duplicated code.
- The api artifact id is now crazyvouchers-paper-api, Note: this is subject to change in the future so just be mindful of what your doing. I am actively designing a proper api for everyone to use which won't change as much.
- Bumped nbt-api.