HomeJavaModsAMOTD
AMOTD

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

Version

Server Compatibility

Commands & Permissions

Commands:

Permissions:

Online MOTD Editor

For convenient MOTD creation, we provide an online editing tool:

🔗 MOTD Online Editor

With this tool you can:

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
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more