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.
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'