Custom Styling

Template and Usage of Gucci's Custom Styling

Adventure Styling

Adventure handles our color, gradient, hover, click and most other styles for messages, titles, and action bar messages along with items, menus and any other configurable style component. By default, Adventure comes preconfigured with these tags. The following additional tags are added by us. If you encounter issues or require assistance with these tags please do not report them to Adventure, instead open a ticket in our Discord.

Make sure to also check out the Message Formats wiki.

Centered Tag

Centers a given string for the Minecraft chat bar max length. If players use a different size, it will not be centered for them.

<centered>

Legacy Tag

Allows for use of legacy color codes. Not intended to be used for all styling, but does add some legacy support for things like Factions %rel_factions_relation_color%

<legacy:color-code>

Progress Bar Tag

Generates a progress bar with the given input params.

<progress:current:total:bar-length:complete-color:incomplete-color:char>

  • current - This is the current amount out of the total amount required already complete.

  • total - This is the expected "total" amount of progress

  • bar-length - How long should the progress bar be (in characters)

  • complete-color - The color of the completed side of the bar (optional)

  • incomplete-color - The color of the incomplete side of the bar (optional)

  • char - The character which the bar is made of. (|,▌) (optional)

Block Font

Converts regular English text to the block-font equivilent.

<block-font:"Text">

  • "Text" - This is the text which you'd like to translate to Block Font.

Percentage

Finds the completion percentage of 2 given input numbers.

<percentage:complete:total:\"Complete!\">

  • complete - The amount out of the total

  • total - The total amount to divide with

  • "Complete!" - If the amount is 100% or more, this text will be displayed if present (optional)

Roman Numerals

Converts a given input number into its roman numeral counterpart.

<roman:amount>

  • amount - The number to convert to roman numerals.

Last updated

Was this helpful?