p455w0rd's MOTD Customizer

This mod is designed exclusively for the server side and operates on the Forge platform, allowing complete customization of your Minecraft server's Message of the Day (MOTD).
Main Features
The modification is compatible with the vanilla game version and supports versions 1.7.10, 1.9.4, 1.10, and 1.10.2. Key features include customizable random daily messages and player list tooltip customization.
Getting Started
On first launch, the mod automatically creates two necessary files for MOTD configuration in the
Configuration Files
Two text files are used for operation:
customotdlist.txt
Supports multi-line daily messages (up to two lines, as in the vanilla version). To create a new line, use the vertical bar symbol | in the custommotdlist.txt file entry. Each separate entry in this file represents a unique daily message, which is why the | symbol is used to denote the second line.
customplayerlist.txt
Contains the template for replacing player list tooltips.
Available Variables
The following variables can be used in settings:
- {playercount} - current number of players on the server
- {maxplayers} - maximum allowed number of players
- {difficulty} - server difficulty level
- {mcversion} - server Minecraft version
- {radio} - obfuscated radio bars
- {playerlist} - list of up to 10 players currently online
Color Codes and Formatting
Full support for standard Minecraft color codes and formatting. To use an ampersand (&), you need to write two symbols consecutively (&&).
The p455w0rdsLib library is required for the mod to work.