Status Changer

Quick rating

Community listing page, reviews here may not be monitored by the author.

Status Changer

By PsyvernOwner

No reviews yet

Changes the server's MOTD and icon at a fixed rate

Mod Loaders
Minecraft
1.19

About

Description

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" format
    • motd: the message-of-the-day. Can contain Formatting codes
    • icon: the path to the desired file. Can point to subfolders. The images must be 64x64 .png files

Examples