Skip to content

Introduction

Embellish Chat

Embellish Chat modernizes your Minecraft server's chat experience with a fully server-side design. It adds Markdown-style formatting, interactive message events, and a flexible mention system without requiring any client installation.


Overview

Embellish Chat is organized around three main areas:

  • General: Commands, global configuration, compatibility notes, and performance information.
  • Style: Markdown-like formatting, clickable text, hover events, macros, and advanced chat presentation.
  • Mention: Targeted notifications for players, teams, groups, worlds, and custom selectors.

If you are new to the mod, start with Configuration, then move to Style System and Mention System.

Quick Reference

Syntax Cheat Sheet

Use these patterns directly in the chat window.

Feature Syntax Example
Bold **Text** **Important**
Italic _Text_ _Whisper_
Underline __Text__ __Title__
Strikethrough ~~Text~~ ~~Deleted~~
Obfuscated \|\|Text\|\| \|\|Secret\|\|
Color (Hex) [Text]<#Hex> [Sky]<#00AAFF>
Color (Preset) [Text]<Preset> [Warning]<red>
Gradient [Text]<#Hex #Hex...> [Fire]<#ffff00 #ff0000>
Rainbow [Text]<RAINBOW> [Magic]<RAINBOW>
Link [Text](URL) [Click Me](https://google.com)
Font [Text]{Font ID} [Rune]{minecraft:alt}
Item [i] Look at my [i]
Inventory [inv] Look at my [inv]
Ender Chest [end] Look at my [end]
Mention @Target @everyone, @User
Icon :Icon: I :love: you

Note:

  • For advanced styling rules and custom patterns, see Style System.
  • The following icons are available by default: fire, hunger, heart, yes, no, move

Mention Targets

Target Description
@Player Mentions a specific player.
@everyone Mentions all players on the server.
@here Mentions players within a specific radius (Default: 64 blocks).
@team(name) Mentions members of a specific scoreboard team.
@group(name) Mentions members of a specific LuckPerms group.
@world(name) Mentions all players in a specific world.

Note: For advanced mention targeting and custom rules, see Mention System.

More Documentation