zEssentials
Spigot
  • Getting Started
    • 🍾Introduction
    • 🔌Installing zEssentials
    • đŸĒConvert
    • 📔Commands
    • đŸĒ§Placeholders
    • đŸŽĢPermissions
    • 🎨Color
    • 📖Messages
    • âšī¸Inventories / Buttons
    • 📂Configuration
  • â›°ī¸Modules
    • âŒ¨ī¸Afk
    • đŸ—Ŗī¸Chat
    • Discord
    • 💲Economy
    • đŸ‘ģHologram
    • 🏡Home
    • âš”ī¸Items
    • Join / Quit
    • đŸŽŋKits
    • đŸ“ŦMailbox
    • Messages
    • 📏Rules
    • âš’ī¸Sanction
    • đŸ’¯Scoreboard
    • 🔁Spawn
    • 🚏Step
    • Teleportation
    • Vault
    • đŸ—’ī¸Vote
    • 🤜Warp
    • đŸĒ“Worldedit
  • Developpers
    • đŸ•ĸEvents
Powered by GitBook
On this page
  1. Getting Started

Color

PreviousPermissionsNextMessages

Last updated 9 months ago

zEssentials supports MiniMessage colors. You can find the MiniMessage documentation .

With MiniMessage, you can add actions to your text, such as clicks and hovers.

Here is a site that allows you to preview your messages:

Minecraft Color
Mini Message Format
Description

&0

<black>

Black color

&1

<dark_blue>

Dark Blue color

&2

<dark_green>

Dark Green color

&3

<dark_aqua>

Dark Aqua color

&4

<dark_red>

Dark Red color

&5

<dark_purple>

Dark Purple color

&6

<gold>

Gold color

&7

<gray>

Gray color

&8

<dark_gray>

Dark Gray color

&9

<blue>

Blue color

&a

<green>

Green color

&b

<aqua>

Aqua color

&c

<red>

Red color

&d

<light_purple>

Light Purple color

&e

<yellow>

Yellow color

&f

<white>

White color

&k

<obfuscated>

Obfuscated text

&l

<bold>

Bold text

&m

<strikethrough>

Strikethrough text

&n

<underline>

Underlined text

&o

<italic>

Italic text

&r

<reset>

Reset formatting

#hex color

<#hex color>

Hex color

You can define keys for your messages.

# Transforms keys by color, used in messages
message-colors:
  - key: "<primary>"
    color: "#24d65d"
  - key: "<secondary>"
    color: "#656665"
  - key: "<error>"
    color: "#ff0000"
  - key: "<success>"
    color: "#00ff00"
🎨
here
https://webui.advntr.dev/