eTrails
Buy eTrailsDiscord
  • 🏠Home
  • ⬇️Installation
  • ⚒️Command & Permissions
  • 🎉Styles & Effects
  • ✏️Configs
  • 💭Format
Powered by GitBook
On this page

Format

PreviousConfigs

Last updated 4 months ago

eTrails has a full support of MiniMessage - syntax to use gradients, hover, clickable messages and other tricks.

Colors

black

dark_aqua

gold

blue

dark_blue

dark_red

gray

green

dark_green

dark_purple

dark_gray

aqua

red

light_purple

yellow

white

Hex colors are supported as well, with the format #RRGGBB. Examples

  • <yellow>Hello <blue>World</blue>!

  • <red>This is a <green>test!

  • <#00ff00>R G B!

  • <Rainbow>Rainbow text!

Gradient

<gradient:[color1]:[color2]:[phase]>

Decoration

Aliases

bold

b

italic

em or i

underlined

u

strikethrough

st

obfuscated

obf

Examples:

  • <underlined>This is <bold>important</bold>!

Reset

Close all currently open tags, resetting color/decoration/etc. The reset tag cannot be closed.

In strict mode, reset tags are forbidden.

Tag

<reset>

  • <yellow><bold>Hello <reset>world!

💭