Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
AMOTD - Advanced MOTD Plugin
Introduction
AMOTD (Advanced MOTD) is a feature-rich Minecraft server MOTD customization plugin that supports both traditional color codes and MiniMessage formatting. With AMOTD, you can create server descriptions with gradient colors, rainbow effects, and advanced text formatting, customize player list displays, and set custom server icons.
Features
- Supports traditional color codes (&a, &b, etc.) and MiniMessage formats
- Gradient and rainbow-colored text support
- Custom player count display
- Custom hover text for player lists
- Random switching between multiple server icons
- Access to preset styles from online style libraries
Version
- Supported Minecraft Versions: 1.8.x - 1.21.x
- Current Plugin Version: 1.0.0
Server Compatibility
- Bukkit/Spigot/Paper - Full support (Folia support planned), recommend Paper for optimal MiniMessage support
- Velocity - Full feature compatibility
Commands & Permissions
Commands:
/amotd reload
- Reload configurations and icons/amotd get <StyleCode>
- Fetch preset MOTD styles from online style library
Permissions:
amotd.command.reload
- Permission to use reload commandamotd.command.get
- Permission to use get command for style fetching
Online MOTD Editor
For convenient MOTD creation, we provide an online editing tool:
🔗 MOTD Online Editor
With this tool you can:
- Preview and edit MOTD effects
- Apply gradient colors and special formats
- Generate style codes for direct server application
- Design professional-level MOTD without memorizing complex syntax
Simply use /amotd get <StyleCode>
in-game to apply your designed style to the server after creation!
Config
# AMOTD Plugin Configuration File
# ==============================
# Version Compatibility Notes
# ==============================
# Legacy format: Supported by all Minecraft servers
# MiniMessage format: Requires Paper 1.16.5+ server
# Gradient color support: Requires Paper 1.16.5+ server
# RGB color support: Requires Paper 1.16.5+ server
# ==============================
# Language setting (en, zh_cn)
language: "en"
# Message format type: legacy or minimessage
# legacy: Uses traditional & color codes
# minimessage: Uses MiniMessage format (requires Paper 1.16.5+ server)
message_format: "legacy"
# Legacy format MOTD (using & color codes)
legacy:
line1: "&aWelcome to &bmy &cMinecraft &dserver!"
line2: "&eThis message is generated by &6AMOTD &7plugin &8"
# MiniMessage format MOTD (requires Paper 1.16.5+ server)
#
# Recommended online editor: https://motd.mcobs.cn/
# After using, you can generate a style code and apply it with /amotd get <style code>
#
# Supported tag examples:
# <color:red>Red text</color>
# <gradient:#FF0000:#0000FF>Red-Blue gradient</gradient>
# <rainbow>Rainbow text</rainbow>
# <bold>Bold</bold>, <italic>Italic</italic>, <underlined>Underlined</underlined>
minimessage:
line1: "<gradient:#FF5555:#55FF55>Welcome to my Minecraft server!</gradient>"
line2: "<gradient:#5555FF:#FF55FF>This message is generated by AMOTD plugin</gradient>"
# Whether to enable server icon display
enable_server_icon: true
# Player count display settings
player_count:
# Whether to enable player count modification
enabled: false
# Maximum player count to display
max_players: 100
# Whether to apply this maximum player limit (true: Actually limit the number of players, false: Only display the modified count)
apply_limit: false
# Player list hover text settings
hover_player_list:
# Whether to display player list hover text (when hovering over "xx/xx" player count in server list)
enabled: true
# Text to display when no players are online (only effective on Paper servers)
empty_message: "No players online at the moment"
# Whether to enable debug mode
debug: false