ChatSolver
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.7% endorsement rate
- 🏆 #26 of 254 decoration mods in this game by downloads
📋 About This Mod
**Your chat, but supercharged.** ChatSolver transforms vanilla Minecraft chat with HEX colors, custom prefixes/suffixes, emoji placeholders, and advanced formatting. Say goodbye to boring default chat. --- ## ✨ Features ### Design Features - 🎨 **HEX color support** - Use `&#RRGGBB` format in chat, prefixes, and suffixes - 👤 **Custom prefixes & suffixes** - Per-player customization for chat and TabList - 🌈 **Automatic message coloring** - Set default chat colors for players - 🔧 **Custom color codes** - Replace default `&x` colors with your own HEX values - ⭐ **Pretty Tablist** _(Currently Fabric's special)_ - Adds Header and Footer to Tablist ### Enhanced Chat - 😊 **Emoji placeholders** - Type `:heart:` → get ❤️ _(currently works only on Paper\Purpur verison)_ - 📊 **Ping display** - Show player ping in TabList - 🌍 **Multi-language** - English, Russian, Ukrainian (add your own!) --- ## 📋 Commands ### `/prefix <set/clear> <player> ` Sets or clears player's chat/TabList prefix. Supports HEX colors. **Examples:** ``` /prefix set N0rM1x &#ffBB00Friend &e /prefix clear N0rM1x ``` ### `/suffix <set/clear> <player> ` Sets or clears player's chat/TabList suffix. Supports HEX colors. **Examples:** ``` /suffix set N0rM1x &#ffBB00 cool /suffix clear N0rM1x ``` ### `/chatcolor <set/clear> <player> ` Sets or clears player's default chat message color. Supports HEX. **Examples:** ``` /chatcolor set N0rM1x &#ffBB00 /chatcolor clear N0rM1x ``` ## ⚙️ Configuration ### Emoji Placeholders (`emojis.yml`) Create custom emoji shortcuts: ```yaml heart: "❤️" star: "⭐" fire: "🔥" ``` Type `:heart:` in chat → displays ❤️ _(currently works only on Paper\Purpur verison)_ ### Custom Color Codes (`colors_config.yml`) Replace default Minecraft color codes with HEX: ```yaml d: "<#ff0000>" # Makes &d show red instead of light purple ``` ### Language (`config.yml`) Change command feedback language: ```yaml lang: en-US # Options: en-US, ru-RU, ua-UA ``` You can add your own language files in `ChatSolver/message_lang/` directory. ### Tablist _(Currently Fabric's special)_ (`tablist.yml`) Enchance your tablist with cool footer and header features: ```yaml header: enabled: true text: - "" - "&eWelcome, %player%" - "&7Your ping: &f%ping% &7TPS: &f%tps%" - "" ``` Supports multiple placeholders for most of needed information. --- ## 📦 Installation 1. Download `ChatSolver.jar` from (https://modrinth.com/plugin/chatsolver) 2. Place in your server's `plugins/` or `mods` folder 3. Restart server 4. Configure in `plugins/ChatSolver/` or `config/ChatSolver/` **Requirements:** - Paper/Purpur 1.21–1.21.4 server *(Currently working on Spigot/Folia support. Doesnt work on those now. Currently updating and optimising for newest versions.)* - Fabric 1.21–1.21.11 server *(Not sure about every exact version support. Currently works perfect on 1.21.4 and 1.21.11.)* --- ## 📝 License Licensed under GPL-3.0 - see LICENSE file for details. --- ## 🐛 Issues & Support Found a bug? Have a suggestion? Open an issue on (https://github.com/N0rM1x/ChatSolver/issues). --- ## 💡 Why ChatSolver? Vanilla chat is functional but boring. ChatSolver gives server owners and players the tools to make chat truly theirs - with modern HEX colors, emojis, and flexible formatting that actually works. **Made by (https://github.com/N0rM1x/ChatSolver)**
Your chat, but supercharged.
ChatSolver transforms vanilla Minecraft chat with HEX colors, custom prefixes/suffixes, emoji placeholders, and advanced formatting. Say goodbye to boring default chat.
## ✨ Features
### Design Features - 🎨 HEX color support - Use `RRGGBB` format in chat, prefixes, and suffixes - 👤 Custom prefixes & suffixes - Per-player customization for chat and TabList - 🌈 Automatic message coloring - Set default chat colors for players - 🔧 Custom color codes - Replace default `&x` colors with your own HEX values - ⭐ Pretty Tablist _(Currently Fabric's special)_ - Adds Header and Footer to Tablist
### Enhanced Chat - 😊 Emoji placeholders - Type `:heart:` → get ❤️ _(currently works only on Paper\Purpur verison)_ - 📊 Ping display - Show player ping in TabList - 🌍 Multi-language - English, Russian, Ukrainian (add your own!)
## 📋 Commands
### `/prefix
Examples: ``` /prefix set N0rM1x ffBB00Friend &e /prefix clear N0rM1x ```
### `/suffix
Examples: ``` /suffix set N0rM1x ffBB00 cool /suffix clear N0rM1x ```
### `/chatcolor
Examples: ``` /chatcolor set N0rM1x ffBB00 /chatcolor clear N0rM1x ```
## ⚙️ Configuration
### Emoji Placeholders (`emojis.yml`) Create custom emoji shortcuts: ```yaml heart: "❤️" star: "⭐" fire: "🔥" ``` Type `:heart:` in chat → displays ❤️ _(currently works only on Paper\Purpur verison)_
### Custom Color Codes (`colors_config.yml`) Replace default Minecraft color codes with HEX: ```yaml d: "<#ff0000>" # Makes &d show red instead of light purple ```
### Language (`config.yml`) Change command feedback language: ```yaml lang: en-US # Options: en-US, ru-RU, ua-UA ``` You can add your own language files in `ChatSolver/message_lang/` directory.
### Tablist _(Currently Fabric's special)_ (`tablist.yml`) Enchance your tablist with cool footer and header features: ```yaml header: enabled: true text: - "" - "&eWelcome, %player%" - "&7Your ping: &f%ping% &7TPS: &f%tps%" - "" ``` Supports multiple placeholders for most of needed information. ---
## 📦 Installation
1. Download `ChatSolver.jar` from (https://modrinth.com/plugin/chatsolver) 2. Place in your server's `plugins/` or `mods` folder 3. Restart server 4. Configure in `plugins/ChatSolver/` or `config/ChatSolver/`
Requirements: - Paper/Purpur 1. 21–1. 21. 4 server (Currently working on Spigot/Folia support. Doesnt work on those now. Currently updating and optimising for newest versions.) - Fabric 1. 21–1. 21. 11 server (Not sure about every exact version support. Currently works perfect on 1. 21. 4 and 1. 21. 11.)
## 📝 License
Licensed under GPL-3. 0 - see LICENSE file for details.
## 🐛 Issues & Support
Found a bug? Have a suggestion? Open an issue on (https://github.com/N0rM1x/ChatSolver/issues).
## 💡 Why ChatSolver?
Vanilla chat is functional but boring. ChatSolver gives server owners and players the tools to make chat truly theirs - with modern HEX colors, emojis, and flexible formatting that actually works.
**Made by (https://github.com/N0rM1x/ChatSolver)**
📊 Mod Details
- Game
- Minecraft Mods
- Author
- N0rM1x
- Version
- 1.1-F
- Downloads
- 568
- Endorsements
- 4
- Category
- decoration
- Created
- 3/15/2025
- Updated
- 1/24/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- decoration, social, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does ChatSolver support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of ChatSolver?
Version 1.1-F, published 2026-01-24 with 568 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await