Beautiful Text

Quick rating

Beautiful Text

No reviews yet

Automatically prefixes your chat messages with custom color and formatting codes.

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.2.0+mc26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Beautiful Text

English | Русский


English

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 see mc-1.17.1.

Overview

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.

Features

  • 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.

Examples

Input Result
hello &6&lhello (gold bold)
!hello !&6&lhello (literal !, then gold bold)
/help /help (unchanged — it's a command)

Requirements

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)

Installation

  1. Install Fabric Loader 0.17.2+ and Fabric API for Minecraft 1.21.4.
  2. Download the latest beautiful-text-*.jar from the Releases page.
  3. Drop the jar into your Minecraft mods/ folder.
  4. Launch the game.

Configuration

  1. Open the Minecraft main menu, click Mods.
  2. Find Beautiful Text, click the gear icon.
  3. Set your prefix (any Minecraft color/format code, e.g. &c&l for red + bold).

Minecraft color codes

&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

Format codes

&l bold · &o italic · &n underline · &m strikethrough · &k obfuscated · &r reset

Other Minecraft versions

Branch Minecraft
mc-1.21.4 1.21.4
mc-1.17.1 1.17.1

Build from source

git clone https://github.com/Fix85/beautiful-text.git
cd beautiful-text
git checkout mc-1.21.4
./gradlew build

The jar lands in build/libs/.

License

Released under CC0-1.0 — do whatever you want with it.

Author

Fix85github.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 настроек)

Установка

  1. Установи Fabric Loader 0.17.2+ и Fabric API для Minecraft 1.21.4.
  2. Скачай последний beautiful-text-*.jar со страницы Releases.
  3. Закинь jar в папку mods/ твоего клиента Minecraft.
  4. Запусти игру.

Настройка

  1. Открой главное меню Minecraft, нажми Mods.
  2. Найди Beautiful Text, нажми на шестерёнку.
  3. Поставь нужный префикс (любой Minecraft код цвета/форматирования, например &c&l — красный жирный).

Цветовые коды Minecraft

&0 чёрный · &1 тёмно-синий · &2 тёмно-зелёный · &3 тёмно-бирюзовый · &4 тёмно-красный · &5 пурпурный · &6 золотой · &7 серый · &8 тёмно-серый · &9 синий · &a зелёный · &b бирюзовый · &c красный · &d розовый · &e жёлтый · &f белый

Коды форматирования

&l жирный · &o курсив · &n подчёркнутый · &m зачёркнутый · &k случайные символы · &r сброс

Другие версии Minecraft

Ветка 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 — делай с этим что хочешь.

Автор

Fix85github.com/Fix85

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works