Shadow
FioVoucher examples use MiniMessage shadow tags inside voucher names.
Example:
display-name: "<gradient:#28C9A4:#84e0cb><shadow:#065A47:1>Armor Trims</shadow></gradient>"
<shadow:#065A47:1> adds a shadow layer to the text.
Use it when you want the voucher title to feel more polished.
Syntax
MiniMessage shadow color uses this general pattern:
<shadow:<color-or-hex>[:alpha]>Text</shadow>
Examples:
name: "<shadow:#000000:0.75><gold>Premium Voucher</gold></shadow>"
name: "<gradient:#28C9A4:#84e0cb><shadow:#065A47:1>Armor Trims</shadow></gradient>"
The color may be a named MiniMessage color or a hex value such as #065A47. The optional alpha value is a number from 0 to 1.
External reference
Shadow is a standard MiniMessage tag, not a separate FioVoucher-only feature. Use the official MiniMessage standard tags page for the full syntax: