Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 8 months ago
🏰 xMotd-VS
xMotd-VS is a state-of-the-art, high-performance MOTD manager designed for modern Minecraft networks. Built with a unified core, it offers seamless support for BungeeCord, Velocity, and Paper (1.19.4+) in a single package.
🚀 Key Features
- ✨ Hybrid Color Engine: Full support for MiniMessage (
<gradient>,<rainbow>), Hex Colors (&#RRGGBB), and classic Legacy codes (&c), all working together in perfect harmony. - 🛡️ Advanced Maintenance: Toggle maintenance mode instantly via command. Custom MOTDs, exclusive icons, and masked version text (e.g., "⚠ Maintenance") to keep your player count private.
- 📏 Pixel-Precise Centering: Unlike other plugins, xMotd-VS calculates the actual pixel width of each character (including Bold and special symbols) to guarantee a perfectly centered MOTD on any client.
- 🖼️ Dynamic Icons: Support for randomized favicons. Simply drop your
.pngfiles into theiconsfolder and the plugin will rotate them on every refresh. - ⏳ Live Countdowns: Real-time event timers using
%countdown_YYYY_MM_DD_HH_MM%. Perfect for hype-building! - 👥 Interactive Hover Sample: Fully customizable player list hover (Sample) with support for placeholders and MiniMessage colors (including
<orange>fix). - ⚡ Zero-Lag Architecture: Formatting and centering are pre-calculated and cached in memory. Serves MOTDs with near-zero overhead.
📥 Installation
- Download the
xMotd-VS-v1.0.6.jar. - Drop it into your
pluginsfolder (BungeeCord, Velocity, or Paper). - Restart your server or proxy.
- Configure your settings in
plugins/xMotd-VS/config.yml. - Use
/xmotd reloadto apply changes instantly.
🛠️ Commands & Permissions
| Command | Permission | Description |
|---|---|---|
/xmotd reload |
xmotd.admin |
Reloads configuration and clears the cache. |
/xmotd maintenance <on/off> |
xmotd.admin |
Toggles the maintenance system. |
⚙️ Configuration (config.yml)
# _ _
# __ __ /\/\ ___ | |_ __| |
# \ \/ // \ / _ \| __/ _` |
# > </ /\/\ \ (_) | || (_| |
# /_/\_\/ \/\___/ \__\__,_|
# v1.0.6
settings:
center-motd: true
random-icons: true
update-checker:
enabled: true
message:
- "<aqua>[xMotd-VS]</aqua> <white>New version available: <green>%version%</green></white>"
- "<gray>Download at: <aqua><underlined>https://modrinth.com/plugin/xmotd-vs</underlined></aqua></gray>"
maintenance:
enabled: false
version-text: "<red>⚠ Maintenance!</red>"
icon: "maintenance.png"
motd:
- "<bold><gradient:#ff0000:#aa0000>SERVER MAINTENANCE</gradient></bold>"
- "<gray>We are currently improving the network for you.</gray>"
motds:
default:
- "<gradient:#a855f7:#6366f1><bold> MY SERVER NETWORK</bold></gradient> <dark_gray>| <white>1.8 — 1.21"
- "<white>✦ <aqua>Join now</aqua> for the best experience! <gray>play.myserver.com"
event:
- "<rainbow><bold> ★ SUMMER FEST 2026 ★</bold></rainbow>"
- "<yellow>⏰ Starting in: <white>%countdown_2026_06_01_22_00%</white>"
sample:
enabled: true
lines:
- "<gradient:#a855f7:#6366f1><bold>xPlugins Network</bold></gradient>"
- ""
- "<white>Online:</white> <yellow>%online%</yellow><gray>/</gray><white>%max%</white>"
- "<gold>★ Join our Discord for support!</gold>"
favicon:
enabled: true
file: "server-icon.png"
version: v1.0.6
📋 Compatibility
- BungeeCord / Waterfall / Travertine
- Velocity 3.0+
- Paper / Spigot / Purpur (1.19.4 to 1.21+)


