A Minecraft Fabric mod that automatically formats your chat messages with Minecraft color and formatting codes.
This branch (
mc-1.21.4) targets Minecraft 1.21.4. For Minecraft 1.17.1 seemc-1.17.1.
Beautiful Text automatically prepends a configurable formatting prefix to every chat message you send. Set the prefix once in Mod Menu — every message you type will appear with that style, without having to retype color codes by hand.
- Automatic formatting — every chat message you send is wrapped with your configured prefix (default:
&6&l, gold + bold). - Bang-prefix passthrough — messages starting with
!keep the bang and apply the prefix to the rest, so you can call out lines. - Command-safe — anything starting with
/is not touched. - GUI configuration — toggle the mod on/off and edit the prefix from Mod Menu.
| Input | Result |
|---|---|
hello |
&6&lhello (gold bold) |
!hello |
!&6&lhello (literal !, then gold bold) |
/help |
/help (unchanged — it's a command) |
| Minecraft | 1.21.4 |
| Fabric Loader | >= 0.17.2 |
| Fabric API | any build for 1.21.4 |
| Java | >= 21 |
| Mod Menu | recommended (for in-game settings UI) |
- Install Fabric Loader
0.17.2+and Fabric API for Minecraft1.21.4. - Download the latest
beautiful-text-*.jarfrom the Releases page. - Drop the jar into your Minecraft
mods/folder. - Launch the game.
- Open the Minecraft main menu, click Mods.
- Find Beautiful Text, click the gear icon.
- Set your prefix (any Minecraft color/format code, e.g.
&c&lfor red + bold).
&0 black · &1 dark blue · &2 dark green · &3 dark aqua · &4 dark red · &5 dark purple · &6 gold · &7 gray · &8 dark gray · &9 blue · &a green · &b aqua · &c red · &d light purple · &e yellow · &f white
&l bold · &o italic · &n underline · &m strikethrough · &k obfuscated · &r reset
| Branch | Minecraft |
|---|---|
mc-1.21.4 |
1.21.4 |
mc-1.17.1 |
1.17.1 |
git clone https://github.com/Fix85/beautiful-text.git
cd beautiful-text
git checkout mc-1.21.4
./gradlew buildThe jar lands in build/libs/.
Released under CC0-1.0 — do whatever you want with it.
Fix85 — github.com/Fix85
Мод для Minecraft Fabric, который автоматически форматирует ваши сообщения в чате цветовыми кодами Minecraft.
Эта ветка (
mc-1.21.4) собрана под Minecraft 1.21.4. Версия для Minecraft 1.17.1 — в веткеmc-1.17.1.
Beautiful Text автоматически добавляет настроенный префикс форматирования к каждому отправленному сообщению. Настроил префикс один раз в Mod Menu — и больше не нужно каждый раз вручную набирать цветовые коды.
- Автоматическое форматирование — все отправленные сообщения получают настроенный префикс (по умолчанию
&6&l— жёлтый жирный). - Сообщения с
!— если сообщение начинается с!, восклицательный знак остаётся, а префикс применяется к остатку. - Команды не трогаются — всё, что начинается с
/, проходит без изменений. - GUI настройка — включение/выключение и редактирование префикса прямо в Mod Menu.
| Ввод | Результат |
|---|---|
hello |
&6&lhello (жёлтый жирный) |
!hello |
!&6&lhello (! + жёлтый жирный) |
/help |
/help (команда — не обрабатывается) |
| Minecraft | 1.21.4 |
| Fabric Loader | >= 0.17.2 |
| Fabric API | любая сборка для 1.21.4 |
| Java | >= 21 |
| Mod Menu | рекомендуется (для GUI настроек) |
- Установи Fabric Loader
0.17.2+и Fabric API для Minecraft1.21.4. - Скачай последний
beautiful-text-*.jarсо страницы Releases. - Закинь jar в папку
mods/твоего клиента Minecraft. - Запусти игру.
- Открой главное меню Minecraft, нажми Mods.
- Найди Beautiful Text, нажми на шестерёнку.
- Поставь нужный префикс (любой Minecraft код цвета/форматирования, например
&c&l— красный жирный).
&0 чёрный · &1 тёмно-синий · &2 тёмно-зелёный · &3 тёмно-бирюзовый · &4 тёмно-красный · &5 пурпурный · &6 золотой · &7 серый · &8 тёмно-серый · &9 синий · &a зелёный · &b бирюзовый · &c красный · &d розовый · &e жёлтый · &f белый
&l жирный · &o курсив · &n подчёркнутый · &m зачёркнутый · &k случайные символы · &r сброс
| Ветка | Minecraft |
|---|---|
mc-1.21.4 |
1.21.4 |
mc-1.17.1 |
1.17.1 |
git clone https://github.com/Fix85/beautiful-text.git
cd beautiful-text
git checkout mc-1.21.4
./gradlew buildГотовый jar — в build/libs/.
CC0-1.0 — делай с этим что хочешь.
Fix85 — github.com/Fix85