Bug fixes:
• MiniMessage chat formats no longer break when gradient placeholders or fallback colors use legacy & codes
Bug fixes:
• %perfgradients_gradient_mm% no longer leaves chat names blank when a player has no gradient selected
New features:
• Configurable placeholder fallback gradient or display for new players without an active gradient
Code:# plugins/PerfGradients/config.yml — merge (config-version: 5): placeholders: fallback-gradient-id: "" fallback-display: "<white>{name}"
Bug fixes:
• Your gradient now applies to chat, the name above your character, and the tab list
New features:
• Creator gradients you redeem are only visible and equippable by you in /gradients
• You can redeem multiple Gradient Creator items and keep more than one personal gradient
• Admin command is now /perfgradients givecreator (player) [amount] instead of giveitem
• Choose where the gradient applies: tab, chat, above-player, display-name
• name-priority lets you override other plugins or defer when they already format your name
• PlaceholderAPI placeholders for gradient names in other plugins
Code:# plugins/PerfGradients/config.yml — merge: name-priority: perfgradients apply-gradient-to: tab: true chat: true above-player: true display-name: true # LuckPerms — replace giveitem with: # perfgradients.admin.givecreator # plugins/PerfGradients/messages.yml — merge admin help if customized: # admin-usage / admin-usage-givecreator / admin-givecreator-done (givecreator instead of giveitem)
New features:
• Admins can give gradient unlock vouchers with/perfgradients voucher give <player> <gradientId> [amount]
• Players redeem vouchers with right-click in the main hand to permanently unlock that gradient in/gradients
• Gradient Creator items let players register a personal two-color gradient with/gradients create <hex> <hex> <name>
• Voucher and Creator item name and lore are customizable in config ({gradient_id},{gradient},{gradient_display})
