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.
CrazyVouchers 3.0.1
on Aug 12, 2023Fixed:
- Properly apply the damage to the items given to you when you right click the voucher.
CrazyVouchers 3.0
on Aug 12, 2023Added:
- Added the ability for an item to have damage applied to it.
- Added the ability for armor trim support as you can see below.
Trims:
Item: 'DIAMOND_HELMET'
Name: '&8&l>&7&l>&cTrim Example&7&l<&8&l<'
# Only works on items with durability. This will make the item appear more damaged.
# It does not set the durability but subtracts this number from the durability
# Durability is 100, It subtracts 50.
# It cannot be 0.
DisplayDamage: 50
DisplayTrim:
# Available Materials: https://jd.papermc.io/paper/1.20/org/bukkit/inventory/meta/trim/TrimMaterial.html
Material: 'QUARTZ'
# Available Patterns: https://jd.papermc.io/paper/1.20/org/bukkit/inventory/meta/trim/TrimPattern.html
Pattern: 'SENTRY'
Lore:
- '&7Use this voucher to get fancy trims.'
- '&7&l(&6&l!&7&l) &7Right click to redeem.'
Player: ''
Glowing: true
# Available Materials: https://jd.papermc.io/paper/1.20/org/bukkit/inventory/meta/trim/TrimMaterial.html
# Available Patterns: https://jd.papermc.io/paper/1.20/org/bukkit/inventory/meta/trim/TrimPattern.html
Items:
- 'Item:DIAMOND_HELMET, Damage:50, Trim-Pattern:SENTRY, Trim-Material:QUARTZ, Amount:1, Protection:4, Respiration:1, Aqua_Affinity:3, Unbreaking:3, Thorns:3'
- 'Item:DIAMOND_CHESTPLATE, Damage:50, Trim-Pattern:DUNE, Trim-Material:REDSTONE, Amount:1, Protection:4, Unbreaking:3, Thorns:3'
CrazyVouchers 2.9.14.5
on Jun 10, 2023Added:
- 1.20 support.
CrazyVouchers 2.9.14.4
on Apr 27, 2023Changed:
- CraftItemEvent to PrepareCraftItemEvent so vouchers cannot be used as materials for recipes while not interfering with custom recipe plugins.
- Added 2 new config options
Prevent-Using-Vouchers-In-Recipes.Toggle
which defaults to true, Prevents crafting recipes from being complete when including a voucher.Prevent-Using-Vouchers-In-Recipes.Alert
which defaults to false, Sends a message when an item that is a voucher is in the Crafting Table's 9 slots.
CrazyVouchers 2.9.14.3
on Apr 13, 2023Added:
- Add a toggle to prevent people from opening vouchers in creative.
Removed:
- Removed the update checker for Spigot, The option in config.yml is a paperweight.
- Removed unused config / messages.
CrazyVouchers 2.9.14.2
on Mar 21, 2023Added:
- 1.19.4 support.
Removed:
- 1.18.2 support and below.
CrazyVouchers 1.9.10.1
on Jan 10, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
Fixed:
- Weird static abuse causing an error.
CrazyVouchers 1.9.10
on Jan 8, 2023Notice:
This is only for Legacy ( 1.8 - 1.16.5 ) Support, No new features will be added.
CrazyVouchers 2.9.14
on Jan 8, 2023Added:
- 1.18.2 support
CrazyVouchers 2.9.13
on Dec 29, 2022Fixed:
- Do not rename "Vouchers" folder if "CrazyVouchers" already exists with console warnings.
CrazyVouchers 2.9.12
on Dec 23, 2022Added:
- Update checker with a toggle.
Fixed:
- Rename the old "Vouchers" directory to "CrazyVouchers"... Sorry!
CrazyVouchers 2.9.11
on Dec 14, 2022The first release for CrazyVouchers on Modrinth! 🎉🎉🎉🎉🎉
Changes:
Changes:
Added 1.19.3 support.