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'
Make sure to join our discord if you have any questions or would like support -> https://discord.gg/badbones-s-live-chat-182615261403283459
- 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!
Please check #general-updates for more information.
- Changes it from using the 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.
- Add a toggle to prevent people from opening vouchers in creative.
- Removed the update checker for Spigot, The option in config.yml is a paperweight.
- Removed unused config / messages.
Make sure to join our discord if you have any questions or would like support -> https://discord.gg/crazycrew
- Added 1.19.4 support.
- Removed 1.18.2 and below support.
- Simplified build script.
Please check #plugin-updates for more information.
- Added update checker / config version with toggles.
- Added 1.17-1.17.1 support.
- Re-organized the build script for the last time.
- Cleaned up a few pieces of code.
- Bumped nbt-api to 2.11.1.
- Fixed the nbt-api link.
Make sure to join our discord if you have any questions or would like support -> https://discord.gg/crazycrew
- Added 1.18.2 support.
Please check #plugin-updates for more information.
Make sure to join our discord if you have any questions or would like support -> https://discord.gg/crazycrew
- Do not rename "Vouchers" folder if "CrazyVouchers" already exists with console warnings.
Please check #plugin-updates for more information.