Crazy Vouchers

MC Plugin Crazy Vouchers v3.2.5
Vouchers allows you to give a player a piece of paper with a special command on it for Money, RankUp

Fixed the whole bug and nothing but the whole bug with /vouchers open - It is recommended you update.
Please read the changelogs for v3.1-3.1.4 ( shh ) for any other information which you will likely need.

Bugs Fixed:
  • Fixed 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.
Please read the changelogs for v3.1 and v3.1.1 for any other information which you will likely need.

Bugs Fixed:
  • Fixed an issue where vouchers were potentially stone? I couldn't reproduce it.
Release 3.1, Please take a backup of your CrazyVouchers folder.
Please read the previous change-log as it has information you need to know.

If you have any problems, Please make a github issue so we can look into it.
> https://github.com/Crazy-Crew/CrazyVouchers/issues

Changes:
  • Added 1.20.2 support.
  • 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}.
  • Added volume/pitch controls to each sound section in the vouchers.
Breaking Changes:
  • Vouchers have been moved out of the Config.yml into a folder called vouchers
    • All the configurations should auto migrate. Let me know if I missed something.
  • Voucher codes have been moved from VoucherCodes.yml to the codes 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.

Make sure to join our discord if you have any questions or would like support -> Click Me
Please check #general-updates for more information.
Fix:
  • Properly apply the damage to the items given to you when you right click the voucher.
New Features:
  • Added the ability for an item to have damage applied to it.
    • You do need a mod to be able to see how much durability an item has by default in order to apply the correct damage.
Code:
  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.'
   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'
  • Added 1.20 support. This build does not work on 1.19-1.19.4, You will have to use 2.9.14.4 for that!
Make sure to join our discord if you have any questions or would like support -> https://discord.gg/badbones-s-live-chat-182615261403283459
Please check #general-updates for more information.
Top Bottom