CrazyVouchers 3.7.4
on Aug 11, 2024Changes:
- Bumped to 1.21.1
- Bumped nbt api
CrazyVouchers 3.7.3
on Jul 12, 2024Fixed:
- Issue with file manager not properly loading/reloading files.
CrazyVouchers 3.7.2
on Jul 12, 2024Fixed:
- Apply
MaxStackSize
to the player's inventory when using Player#addItem, so now instead of 99 items popping up in the inventory if giving 99 keys or any items, it'll split 64/35- Spigot for some odd reason made Player#addItem use the max stack size for the inventories. #hardforkwhen
CrazyVouchers 3.7.1
on Jul 12, 2024Changes:
- Simplified parsing messages internally with placeholders
CrazyVouchers 3.7
on Jul 11, 2024Removed:
- Migration for the old folder
Vouchers
->CrazyVouchers
Changes:
- Moved all i/o operations off the main thread.
- Bumped nbt-api out of snapshot state to 2.13.1.
- Added PlaceholderAPI support to all messages.
Fixed:
- Issue with voucher-codes path not being correct in the
codes
folder.
CrazyVouchers 3.6.4
on Jul 1, 2024Fixed:
- Player Heads were not stacking previously, they should now.
CrazyVouchers 3.6.3
on Jun 25, 2024Fixed:
- Null pointer exception with HeadDatabaseAPI
CrazyVouchers 3.6.2
on Jun 23, 2024Added:
- Added support for HeadDatabaseAPI (the previous way of doing custom heads i.e.
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVkMzE1NTkyNjFiM2U3OTAyNDc1MWZlMDdiNzExYzhmZWVmNTFkNTZjMDM2MzUyMjY5NTU4MDViYzQyODk0ZSJ9fX0=
will be removed in the next major version of Minecraft.
voucher:
# The material.
item: 'PLAYER_HEAD'
# The name of the item.
name: '&cA player head example'
# The lore of the item.
lore:
- '&7Use this voucher to get fancy trims.'
- '&7&l(&6&l!&7&l) &7Right click to redeem.'
# Only uncomment this if using HeadDatabase by Arcaniax
skull: '61151'
# The items to give when claiming the voucher.
items:
# Only uncomment this is using HeadDatabase by Arcaniax
- 'Item:PLAYER_HEAD, Skull:61151, Name:&cA fancy head, Lore:&eA fancy lore,&7with lines, Amount:3, Glowing:true'
CrazyVouchers 3.6.1
on Jun 22, 2024Fixed:
- Issue with one of our dependencies #70
CrazyVouchers 3.6
on Jun 20, 2024Added:
- 1.21 support
CrazyVouchers 3.5.6
on Jun 12, 2024Fixed:
- config.yml got deleted after migrating causing the plugin to disable.
CrazyVouchers 3.5.5
on Jun 10, 2024Fixed:
- Do not create voucher-codes.yml or vouchers.yml if the option use-old-file-system is set to false.
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.