Minimessage elements

Minimessage-like tags

Delphi includes support for a number of tags that aim to replicate the styling of minimessage text.

This means that <yellow>Hello, <bold>world</bold>!</yellow> is valid and will render correctly in Delphi menus.

List of supported tags

  • <black>
  • <dark_blue>
  • <dark-blue>
  • <dark_green>
  • <dark-green>
  • <dark_aqua>
  • <dark-aqua>
  • <dark_red>
  • <dark-red>
  • <dark_purple>
  • <dark-purple>
  • <gold>
  • <gray>
  • <grey>
  • <dark_gray>
  • <dark_grey>
  • <dark-gray>
  • <dark-grey>
  • <blue>
  • <green>
  • <aqua>
  • <red>
  • <light_purple>
  • <light-purple>
  • <purple>
  • <yellow>
  • <white>

Limits

Some tags used by the Minimessage format are not possible to support in XML, such as the <gradient> tag in Minimessage. The <gradient:[color1],[colors,]></gradient> syntax is not possible in XML.