🎨Hex color formating

FortuneWheel 2 supports multiple types of color formatting for text in names, lores, and messages. You can use standard Minecraft formatting, modern hex colors, or gradients.


Vanilla Colors

Use the classic Minecraft color codes with &.

Examples:

  • &a β†’ Green

  • &c β†’ Red

  • &f β†’ White


Hex Colors

Use hex values inside <#...>.

Example:

  • <#ff0000>This is red text

  • <#00ff00>Green color


Gradient Colors

Create smooth color transitions across text using <gradient>.

Syntax:

Example:

<gradient:#ff0000:#0000ff>Hello World</gradient>

  • This will display β€œHello World” with a gradient from red to blue.


circle-check

Last updated