CrazyVouchers 3.5.4
on Jun 10, 2024Changes:
- Updated how the menu opened by /vouchers admin is handled, this should fix the issues people had with the next/back button sending an error in console.
CrazyVouchers 3.5.3
on Jun 9, 2024Changes:
- No longer remapping the plugin when booted on paper servers.
CrazyVouchers 3.5.2
on Jun 4, 2024Changes:
- https://textures.minecraft.net/texture/ is no longer needed when using Custom Heads from minecraft-heads.com.
Fixed:
- Custom Skulls using player names or textures from minecraft-heads.com weren't working.
CrazyVouchers 3.5.1
on Jun 4, 2024Changes:
- Improved performance with configuration files.
- Improved performance with choosing prizes.
CrazyVouchers 3.5
on May 25, 2024Added:
- 1.20.6 support
- Folia support
Removed:
- 1.20.4 support
CrazyVouchers 3.4
on May 19, 2024Changed:
- Adds a toggle called
settings.use-old-file-system
- It defaults to false however this is the system that was before the per-file change.
CrazyVouchers 3.3
on May 5, 2024Changed:
- Ability to have files categorized by folder.
- It will search for folders in
vouchers
&codes
such asvouchers/sub_folder
orcodes/sub_folder
- It will not search for folders inside
vouchers/sub_folder
orcodes/sub_folder
such asvouchers/sub_folder/secondary_folder
orcodes/sub_folder/secondary_folder
- It will not search for folders inside
- It will search for folders in
CrazyVouchers 3.2.5
on Mar 28, 2024Removed:
- Example sub-folder which caused initial runtime error on first install.
CrazyVouchers 3.2.4
on Feb 14, 2024Changed:
- Updated to use recently added damage source api. The previous way to prevent firework damage stopped working.
CrazyVouchers 3.2.3
on Feb 9, 2024Fixed:
- The whole bug and nothing but the whole bug with /vouchers open.
CrazyVouchers 3.2.2
on Feb 9, 2024Fixed:
- Critical bug, It is recommended you update.
CrazyVouchers 3.2.1
on Dec 19, 2023Fixed:
- Error with item builder.
CrazyVouchers 3.2
on Dec 11, 2023Added:
- 1.20.4 support.
CrazyVouchers 3.1.6
on Nov 3, 2023Fixed:
- Two step not converting with the migrator.
CrazyVouchers 3.1.5
on Oct 6, 2023Fixed:
- All the bugs when migrating old configs to the new format If you are using this plugin as a fresh install, You can ignore this.
- If you have a backup of your CrazyVouchers files pre-update, You can delete your current CrazyVouchers folder
- You can then just drop in your old CrazyVouchers folder and hit start, It should auto convert properly
- If you don't have a backup, You can contact us in Discord and we'll help you get sorted.
CrazyVouchers 3.1.4
on Oct 6, 2023Changed:
- Default permission messages in
Example.yml
when plugin first enables.
Fixed:
- The migration service for the configs.
- Duplicate prefixes in messages.
- Coloring in certain messages.
- Two-step-authentication.
CrazyVouchers 3.1.3
on Oct 4, 2023Fixed:
- Locale not changing on /crazyvouchers reload
CrazyVouchers 3.1.2
on Oct 4, 2023Fixed:
- Bug where vouchers were potentially stone.
CrazyVouchers 3.1.1
on Oct 3, 2023Fixed:
- Fixed locale reloading.
CrazyVouchers 3.1
on Oct 3, 2023Added:
- 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.