You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
Release 3.1, Please take a backup of your CrazyVouchers folder.
Please read the previous change-log as it has information you need to know.
If you have any problems, Please make a github issue so we can look into it.
> https://github.com/Crazy-Crew/CrazyVouchers/issues
Changes:
Breaking Changes:
- Added 1.20.2 support.
- 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}.
- Added volume/pitch controls to each sound section in the vouchers.
Performance:
- Vouchers have been moved out of the Config.yml into a folder called vouchers
- All the configurations should auto migrate. Let me know if I missed something.
- Voucher codes have been moved from VoucherCodes.yml to the codes folder.
Developers / API:
- No longer use the player object in hashmap's/arrays just the uuid as god intended.
- 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.