Compatibility
Minecraft: Java Edition
1.19
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
Details
Changes the server's MOTD and icon at a fixed rate.
The new status is chosen randomly between the provided statuses.
Configuration
The configuration file looks like this:
{
"delay": 3600,
"statuses": {
"Example, using the default icon": "server-icon.png",
"§4Custom formatting\n§9example": "diamond.png",
"You can also use subfolders!": "icons/creeper.png",
}
}
delay
: how often to change the status in seconds, defaults to 3600 (1 hour)statuses
: the custom statuses to display, in a"motd": "icon"
formatmotd
: the message-of-the-day. Can contain Formatting codesicon
: the path to the desired file. Can point to subfolders. The images must be 64x64 .png files
Examples