Bungee MOTD Adaptive
Adaptive MOTDs with RGB support for modern clients and classic colors for legacy clients!
✨ Features
- Automatic Detection – Detects the player's Minecraft client version in real time.
- Adaptive MOTDs – Different MOTDs for different client versions.
- RGB Colors – Full RGB support for modern clients (1.16.5+).
- Legacy Compatibility – Classic color MOTDs for 1.8.x – 1.16.4.
- Flexible Configuration – Fully customizable YAML config.
- Advanced Logging – Robust, configurable logging system.
️
Visual Examples
Legacy Client (1.8.x – 1.16.4)
Modern Client (1.16.5+)
Installation
Requirements:
- BungeeCord 1.21+ (recommended)
- Java 8 or newer
Steps:
Download the plugin `.jar`.
Place it in your BungeeCord `plugins/` folder.
Restart your BungeeCord server.
The plugin will generate its configuration automatically.
⚙️ Configuration
On first run, the plugin creates a config.yml:
Code (YAML):
# MOTD Configuration
motd:
legacy
:
"&6&lWelcome to the server! &e&l1.8-1.16.4 Edition"
modern
:
"&#FF6600&lWelcome to the server! �FF66&lRGB Edition"
# Protocol Settings
protocols:
legacy_max
: 736
# Max protocol for legacy clients (1.16.4)
# Logging
logging:
show_version_info
: true
debug
: true
Color Codes
Basic Colors:
Code (Text):
&0 = Black &1 = Dark Blue &2 = Dark Green &3 = Dark Aqua
&4 = Dark Red &5 = Dark Purple &6 = Gold &7 = Light Gray
&8 = Dark Gray &9 = Blue &a = Green &b = Aqua
&c = Red &d = Light Purple &e = Yellow &f = White
RGB Colors (1.16.5+):
Code (Text):
&#RRGGBB → Custom RGB Color
Example: &#FF6600 = Orange
Formatting Codes:
Code (Text):
&l = Bold &m = Strikethrough
&n = Underline &o = Italic
&k = Obfuscated
How It Works
- Protocol ≤ 736 → Legacy MOTD (no RGB)
- Protocol > 736 → Modern MOTD (full RGB)
Commands
No commands needed — works automatically when the server receives a ping.
️ Development
Build from Source:
Code (Text):
git clone https://github.com/unplayernetwork/bungee-motd-adaptive.git
mvn clean package
License
Licensed under the
MIT License.
Support
⭐ If you enjoy this plugin, give it a star on GitHub!