Color Codes in YVtils Plugins
Adventure API
The YVtils plugins use the adventure api mini message format to format messages. This allows for a lot of customization, including color codes. The color codes are formatted as 'html tags' (<green>Example</green>), The closing tag is optional, but it is recommended to use it. The color codes are case insensitive, so <green>Example</green> is the same as <GREEN>Example</GREEN>.
Color Codes
<black>- Black<dark_blue>- Dark Blue<dark_green>- Dark Green<dark_aqua>- Dark Aqua<dark_red>- Dark Red<dark_purple>- Dark Purple<gold>- Gold<gray>- Gray<dark_gray>- Dark Gray<blue>- Blue<green>- Green<aqua>- Aqua<red>- Red<light_purple>- Light Purple<yellow>- Yellow<white>- White<#FFFFFF>- Hex Color
Formatting Codes
<reset>- Reset<bold>- Bold<italic>- Italic<underline>- Underline<strikethrough>- Strikethrough<obfuscated>- Obfuscated
Others
There are also other tags that can be found in the Adventure API Docs, such as hover and click events.