MiniMessageBridge
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #801 of 1224 bukkit mods in this game by downloads
📋 About This Mod
**MiniMessageBridge** Global Legacy-to-MiniMessage Translation Layer !(https://i.postimg.cc/PryMTjbs/MMB.png) Transform every plugin's colors without touching a single config file **What is MiniMessageBridge?** MiniMessageBridge is a **high-performance packet interceptor** that globally translates legacy Minecraft color codes (§ and &) into modern **MiniMessage format** in real-time. **The Problem:** Old plugins use ugly §c&l formatting that looks terrible on modern servers. You want vibrant hex colors, gradients, and hover effects, but those plugins don't support MiniMessage. **The Solution:** MiniMessageBridge sits between your plugins and your players. It intercepts every outgoing chat packet, detects legacy formatting, and instantly translates it to your custom MiniMessage definitions. ``` Plugin sends: §c§lHello World Player sees: Hello World (Hot pink bold text) ``` **Features** - **Zero Configuration Required** - Works out of the box with sensible defaults - **Packet-Level Interception** - Modifies output at the protocol level, affects ALL plugins - **Universal Compatibility** - Works with hardcoded messages from any plugin - **High Performance** - Caffeine caching with 5000 entry LRU cache - **Runtime Configurable** - Reload configs without restart - **Modern Paper Support** - Fully compatible with Paper 1.20+ Adventure API - **Advanced MiniMessage** - Support for gradients, rainbows, hover events, click events - **Selective Interception** - Choose which packet types to modify - **Debug Mode** - Detailed logging for troubleshooting - **bStats Integration** - Anonymous usage statistics **How It Works** !(https://i.postimg.cc/Z56Drgp2/image.png) **1. Detection** Plugin sends a message using legacy codes: ``` §cError: Invalid command ``` **2. Interception** ProtocolLib catches the outgoing SYSTEM_CHAT packet before it reaches the player **3. Serialization** The packet's Adventure Component is converted back to legacy format to detect formatting codes **4. Translation** Legacy codes are matched against your config mappings and converted to MiniMessage tags **5. Rendering** MiniMessage deserializes the tags into a modern Adventure Component with hex colors **6. Delivery** The modified packet is sent to the player with beautiful modern formatting **Installation** **Requirements:** - Paper 1.20+ (or forks like Purpur, Pufferfish) - ProtocolLib 5.1.0+ - Java 17+ **Steps:** 1. Download (https://ci.dmulloy2.net/job/ProtocolLib) and place it in your **plugins/** folder 2. Download MiniMessageBridge and place it in your **plugins/** folder 3. Start your server 4. Edit **plugins/MiniMessageBridge/config.yml** to customize your color scheme 5. Run **/mmb reload** or restart to apply changes **Default Config Structure:** ``` legacy-mappings: "&c": "<#ff3860>" # Map &c to hot pink "&a": "<#00ff41>" # Map &a to neon green "§c": "<#ff3860>" # Also map section symbol variant format-mappings: "&l": "<bold>" # Bold formatting "&r": "<reset>" # Reset all formatting settings: enable-cache: true # Enable translation caching debug: false # Debug logging packet-interception: system-chat: true # Intercept server messages action-bar: true # Intercept action bar ``` **Advanced Example - Gradients:** ``` legacy-mappings: "&c": "<gradient:#ff3860:#ff0000>" # Red gradient "&a": "<rainbow>" # Rainbow cycling "&6": "<hover:show_text:'<gold>Click!'><gold>" # Hover text ``` **Performance** - Translation cache eliminates re-parsing of identical messages - Concurrent data structures for thread safety - Average overhead: <0.1ms per message - Memory usage: ~10MB for 5000 cached entries - Zero impact when processing modern MiniMessage plugins (bypass mode) **Support** (https://github.com/GodlyCow203/MiniMessageBridge) (https://discord.gg/3wu8B2j7 )
MiniMessageBridge Global Legacy-to-MiniMessage Translation Layer
!(https://i.postimg.cc/PryMTjbs/MMB.png)
Transform every plugin's colors without touching a single config file
What is MiniMessageBridge?
MiniMessageBridge is a high-performance packet interceptor that globally translates legacy Minecraft color codes (§ and &) into modern MiniMessage format in real-time.
The Problem: Old plugins use ugly §c&l formatting that looks terrible on modern servers. You want vibrant hex colors, gradients, and hover effects, but those plugins don't support MiniMessage.
The Solution: MiniMessageBridge sits between your plugins and your players. It intercepts every outgoing chat packet, detects legacy formatting, and instantly translates it to your custom MiniMessage definitions.
``` Plugin sends: §c§lHello World Player sees: Hello World (Hot pink bold text) ```
Features
- Zero Configuration Required - Works out of the box with sensible defaults
- Packet-Level Interception - Modifies output at the protocol level, affects ALL plugins
- Universal Compatibility - Works with hardcoded messages from any plugin
- High Performance - Caffeine caching with 5000 entry LRU cache
- Runtime Configurable - Reload configs without restart
- Modern Paper Support - Fully compatible with Paper 1. 20+ Adventure API
- Advanced MiniMessage - Support for gradients, rainbows, hover events, click events
- Selective Interception - Choose which packet types to modify
- Debug Mode - Detailed logging for troubleshooting
- bStats Integration - Anonymous usage statistics
How It Works
!(https://i.postimg.cc/Z56Drgp2/image.png)
1. Detection Plugin sends a message using legacy codes: ``` §cError: Invalid command ```
2. Interception ProtocolLib catches the outgoing SYSTEM_CHAT packet before it reaches the player
3. Serialization The packet's Adventure Component is converted back to legacy format to detect formatting codes
4. Translation Legacy codes are matched against your config mappings and converted to MiniMessage tags
5. Rendering MiniMessage deserializes the tags into a modern Adventure Component with hex colors
6. Delivery The modified packet is sent to the player with beautiful modern formatting
Installation
Requirements:
- Paper 1. 20+ (or forks like Purpur, Pufferfish)
- ProtocolLib 5. 1. 0+
- Java 17+
Steps:
1. Download (https://ci.dmulloy2.net/job/ProtocolLib) and place it in your plugins/ folder 2. Download MiniMessageBridge and place it in your plugins/ folder 3. Start your server 4. Edit plugins/MiniMessageBridge/config.yml to customize your color scheme 5. Run /mmb reload or restart to apply changes
Default Config Structure:
``` legacy-mappings: "&c": "<#ff3860>" # Map &c to hot pink "&a": "<#00ff41>" # Map &a to neon green "§c": "<#ff3860>" # Also map section symbol variant
format-mappings:
"&l": "
settings: enable-cache: true # Enable translation caching debug: false # Debug logging packet-interception: system-chat: true # Intercept server messages action-bar: true # Intercept action bar ```
Advanced Example - Gradients:
```
legacy-mappings:
"&c": "
Performance
- Translation cache eliminates re-parsing of identical messages
- Concurrent data structures for thread safety
- Average overhead: <0. 1ms per message
- Memory usage: ~10MB for 5000 cached entries
- Zero impact when processing modern MiniMessage plugins (bypass mode)
Support
(https://github.com/GodlyCow203/MiniMessageBridge) (https://discord.gg/3wu8B2j7 )
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- _GodlyCow
- Version
- 1
- Downloads
- 101
- Endorsements
- 0
- Category
- bukkit
- Created
- 2/16/2026
- Updated
- 2/15/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- management
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does MiniMessageBridge support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of MiniMessageBridge?
Version 1, published 2026-02-15 with 101 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await