xMotd VS
PluginApache-2.0

xMotd VS

💸 Give life to your MOTD (Velocity)

129
Downloads
4
Followers
3 months ago
Updated
📦
4
Versions

📖About xMotd VS

🏰 xMotd-VS

Version Platform Dev

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, smart caching, and a complete Maintenance System.

🚀 Key Features

  • 🛡️ Maintenance Mode: Secure your server with one command. Automatically changes the MOTD, Icon, and masks the version text (e.g., "⚠ Maintenance") to hide the player count.
  • 🖼️ Random Icons: Drop multiple .png images in the icons folder, and the plugin will display a random one on every ping.
  • ⏳ Smart Countdowns: Use placeholders like %countdown_2026_01_01_12_00% for live event timers.
  • 🎨 Full RGB/Hex Support: Use codes like &#FF0000 for 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.
  • 👥 Custom Hover Sample: Customize the player list shown when hovering over the connection bars.

📥 Installation

  1. Download the .jar file.
  2. Drop it into your Velocity plugins folder.
  3. Start your proxy.
  4. Edit plugins/xMotd-VS/config.yml.
  5. Run /xmotd reload to apply changes.

🛠️ Commands & Permissions

Command Permission Description
/xmotd reload xmotdvs.command.reload Reloads the configuration and refreshes the cache.
/xmotd maintenance <on/off> xmotdvs.command.maintenance Toggles the maintenance mode system on or off.

⚙️ Configuration (config.yml)

#                       _      _
#   __  __ /\/\   ___ | |_ __| |
#   \ \/ //    \ / _ \| __/ _` |
#    >  </ /\/\ \ (_) | || (_| |
#   /_/\_\/    \/\___/ \__\__,_|
#        Version - Velocity

#   Wiki: [https://xplugins.es/plugins/xmotd-vs](https://xplugins.es/plugins/xmotd-vs) (Soon)
# Discord: [https://xplugins.es/plugins/xmotd-vs](https://xplugins.es/plugins/xmotd-vs) (Discord)


settings:
  # Automatically centers the MOTD to align it in the server list.
  center-motd: true

  # If 'true', it will look for .png icons (64x64) in the /plugins/xMotd-VS/icons/ folder
  # and display a random one every time a player refreshes the list.
  random-icons: true


#           UPDATE CHECKER

# System to notify admins if a new plugin version is available.
update-checker:
  enabled: true
  # Message admins will see upon joining if there is an update.
  message:
    - "&b[xMotd-VS] &fNew update available: &a%version%"
    - "&fDownload it at: &n[https://modrinth.com/project/xmotd-vs](https://modrinth.com/project/xmotd-vs)"

#          MAINTENANCE SYSTEM

# You can toggle this with /xmotd maintenance on
maintenance:
  enabled: false

  # Text that replaces the game version (e.g., where it would say "Velocity 1.20").
  # This prevents players from seeing the real online count.
  version-text: "&c⚠ Maintenance!"

  # Specific icon to use ONLY when maintenance is active.
  # Must be located inside the 'icons' folder.
  icon: "maintenance.png"

  # MOTD to show when maintenance is active.
  motd:
    - "&c&lSERVER MAINTENANCE"
    - "&7We are improving the network for you."
    - "&fMore info at: &bdiscord.gg/xplugins"


#             MOTD LIST

# The plugin will pick one of these groups at random.
# You can use Hex colors: &#RRGGBB
# Countdown placeholder: %countdown_YYYY_MM_DD_HH_MM%
motds:
  default:
    - "&#FF0000&lMY SERVER &8| &#F7F7F7&lNETWORK &7(1.8 - 1.21)"
    - "&fJoin now and enjoy the best quality!"
  event:
    - "&#00FF00&lSPECIAL EVENT!"
    - "&eTime left: &f%countdown_2026_02_01_18_00% &eto start."
  offer:
    - "&#FFD700&lWINTER SALE!"
    - "&bStore: &fstore.myserver.com &7(-50% OFF)"

#           HOVER SAMPLE

# Text shown when hovering over the player count (ping bars).
sample:
  enabled: true
  lines:
    - "&bxPlugins Network"
    - ""
    - "&fIP: &aplay.myserver.com"
    - "&fOnline: &e%online%&7/&f%max%"
    - "&624/7 Support on Discord!"

# Default icon configuration (if random-icons is false)
favicon:
  enabled: true
  file: "server-icon.png"

#           ___ _             _
# __  __ / _ \ |_   _  __ _(_)_ __  ___
# \ \/ // /_)/ | | | |/ _` | | '_ \/ __|
#  >  </ ___/| | |_| | (_| | | | | \__ \
# /_/\_\/    |_|\__,_|\__, |_|_| |_|___/
#                     |___/      v1.0.3

image