Skip to main content

MiniMessage

Voucher text uses MiniMessage formatting.

FioVoucher applies MiniMessage to voucher names, lore, and several action messages. The bundle uses standard Adventure/Paper MiniMessage tags rather than a custom formatting language.

Common tags in the source include:

  • <gray>
  • <gold>
  • <yellow>
  • <dark_gray>
  • <green>
  • <red>
  • <white>
  • <italic>
  • <bold>
  • <gradient:...>
  • <shadow:...>

You can also use line breaks inside action strings and lore text.

Example:

name: "<gradient:#95D5B2:#40916C>Random Food Voucher</gradient>"

More examples:

display-name: "<gradient:#FFD166:#F77F00><shadow:#6B3B00:1>Money Voucher</shadow></gradient>"
lore:
- "<dark_gray>Voucher"
- "<gray>Reward: <yellow>Money"
- "<yellow>Click to redeem this voucher"

External reference

Use the official Adventure/Paper MiniMessage documentation for the complete standard tag list and syntax:

Important standard tags for FioVoucher authors include colors, decorations, gradients, rainbow, shadow color, hover/click events, fonts, and newlines. Availability can still depend on how the server platform renders Adventure components.