Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 3 months ago
Updated last week
xMotd-VS ⚡
xMotd-VS is a high-performance Velocity proxy plugin designed to handle your server's MOTD with extreme efficiency. It features full Hex color support, automatic centering, and a smart caching system to ensure zero impact on performance.
🚀 Key Features
- 🎨 Full RGB/Hex Support: Use codes like
&#FF0000for vibrant gradients and colors. - 📏 Auto-Centering: The plugin mathematically calculates the text width to center your MOTD perfectly on any resolution.
- ⚡ Zero-Lag Caching: Colors and formatting are pre-calculated in memory. The plugin serves the MOTD instantly from RAM, handling thousands of pings without CPU stress.
- 👥 Custom Hover Sample: Customize the player list shown when hovering over the connection bars.
- 🖼️ Favicon Support: Easily manage your
server-icon.pngper configuration. - 🔄 Random MOTD: Define multiple MOTDs; the plugin will randomly select one for each ping.
📥 Installation
- Download the
.jarfile. - Drop it into your Velocity
pluginsfolder. - Start your proxy.
- Edit
plugins/xMotd-VS/config.yml. - Run
/xmotd reloadto apply changes.
🛠️ Commands & Permissions
| Command | Permission | Description |
|---|---|---|
/xmotd reload |
xmotdvs.command.reload |
Reloads the configuration and refreshes the cache. |
⚙️ Configuration (config.yml)
# _ _
# __ __ /\/\ ___ | |_ __| |
# \ \/ // \ / _ \| __/ _` |
# > </ /\/\ \ (_) | || (_| |
# /_/\_\/ \/\___/ \__\__,_|
# Version - Velocity
enabled: true
center-motd: true
# List of MOTDs. The plugin will pick one at random.
motds:
default:
- "&#FF0000&lMY SERVER &8| &#F7F7F7&lNETWORK"
- "&fJoin now and have fun!"
event:
- "�FF00&lLIVE EVENT!"
- "&7Join now to participate."
# Server Icon configuration (must be 64x64 pixels)
favicon:
enabled: true
file: "server-icon.png"
# Text shown when hovering over the player count
sample:
enabled: true
lines:
- "&bxPlugins Network"
- ""
- "&aIP: &fplay.myserver.com"
- "&6Online: &e%online%&7/&f%max%"



