Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
CrazyVouchers

CrazyVouchers

Want to make a paper that can give you an axolotl with a pretty firework display, Look no further!

20.2k
40
Adventure
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20.4
1.20.1–1.20.2
1.19.3–1.19.4
1.18.2
1.16.5
1.12.2
1.8.8

Platforms

Folia
Paper
Purpur
Spigot

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

CrazyCrew
CrazyCrewOrganization

Details

Licensed MIT
Published 2 years ago
Updated 5 months ago
DescriptionChangelogVersions

Show all versions

1
2
3

CrazyVouchers 4.1.1

on Jan 31, 2025
Download
  • Fixed an issue with dupe protection

CrazyVouchers 4.1.0

on Jan 30, 2025
Download
  • Added /crazyvouchers migrate which will migrate old vouchers to the new vouchers
    • The permission for the command is crazyvouchers.migrate
  • Deprecated use of voucher.admin and voucher.redeem
    • They have been replaced by crazyvouchers.admin and crazyvouchers.redeem
    • Old permissions starting with voucher will work for the time being.
  • Deprecated old /voucher command, please use /crazyvouchers as /voucher will be removed in future updates.
  • Fixed an issue where dupe protection uuids were applied twice.

CrazyVouchers 4.0.0

on Dec 16, 2024
Download

Update

  • Removed NBT API as warned previously since 3.8.
    • Previous vouchers created prior to 3.8 will be useless.
  • Updated to 1.21.4.

CrazyVouchers 3.9.0

on Nov 3, 2024
Download

Changes:

  • Updated to 1.21.3
  • Bumped nbt-api
    • Please make an effort to migrate existing vouchers made prior to v3.8 as nbt-api will be removed.
    • This is a notice, to give you more time until that happens.

CrazyVouchers 3.8.3

on Oct 31, 2024
Download

Changes:

  • Check if player is null on /voucher give, and return early.

Fixed:

  • The argument was not being applied to the voucher, due to checking if it was empty. We have to check if it's not empty.

CrazyVouchers 3.8.2

on Oct 22, 2024
Download

Changes

  • Check if item is air everywhere, before going forward to please NBT-API

CrazyVouchers 3.8.1

on Oct 21, 2024
Download

A fix, but not really a fix.

  • I simply told nbt-api to shut up about the material being air.

CrazyVouchers 3.8

on Oct 21, 2024
Download

Notice:

  • Once 1.21.2 drops, NBT-API will be stripped from the plugin.
    • This is your warning to migrate old vouchers players have and technically the second warning, I forgot to push this update.
  • All old vouchers will stop working once NBT-API is removed!
  • The migration for old configurations has been removed.
    • If you need to migrate, use 3.7.4 as the migration works there.

Future Changes:

  • MiniMessage Support
    • There will be a migration from Legacy Color Codes -> MiniMessage
  • Updates to configurations with materials, sounds, and how items work
    • Internally, all materials, and trims will be handled internally, so need not worry about that.
    • Sounds will have to be migrated manually, not much I can do about that.
      • This change with sounds will allow custom sounds from resource packs.
  • This is a step in removing a large chunk of deprecated, or otherwise outdated ways of doing things as Minecraft has changed a lot internally.

Additions:

  • Added dupe protection for vouchers which is toggled false.
    • A config option was also added to append a line to the lore.

Changes:

  • Switched vouchers to use PersistantDataContainer which is much more performant, and achieves a similar goal.
    • Previous vouchers will work until 1.21.2, so please migrate them.
  • Allowed switching between file systems on /crazyvouchers reload
    • There will not be a migration to switch between.
  • Updated vital api

Fixes:

  • Fixed an issue on Folia #73

CrazyVouchers 3.7.4

on Aug 11, 2024
Download

Changes:

  • Bumped to 1.21.1
  • Bumped nbt api

CrazyVouchers 3.7.3

on Jul 12, 2024
Download

Fixed:

  • Issue with file manager not properly loading/reloading files.

CrazyVouchers 3.7.2

on Jul 12, 2024
Download

Fixed:

  • 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, 2024
Download

Changes:

  • Simplified parsing messages internally with placeholders

CrazyVouchers 3.7

on Jul 11, 2024
Download

Removed:

  • 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, 2024
Download

Fixed:

  • Player Heads were not stacking previously, they should now.

CrazyVouchers 3.6.3

on Jun 25, 2024
Download

Fixed:

  • Null pointer exception with HeadDatabaseAPI

CrazyVouchers 3.6.2

on Jun 23, 2024
Download

Added:

  • 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, 2024
Download

Fixed:

  • Issue with one of our dependencies #70

CrazyVouchers 3.6

on Jun 20, 2024
Download

Added:

  • 1.21 support

CrazyVouchers 3.5.6

on Jun 12, 2024
Download

Fixed:

  • config.yml got deleted after migrating causing the plugin to disable.

CrazyVouchers 3.5.5

on Jun 10, 2024
Download

Fixed:

  • Do not create voucher-codes.yml or vouchers.yml if the option use-old-file-system is set to false.
1
2
3

Modrinth is open source.

new-orgs-page@a27b5f4

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.