EasyMOTD
A Fabric mod that enables creating randomized server messages of the day for your Minecraft server. Instead of a static text, you can configure a list of various greetings that will be displayed to players when they connect to the server.
Configuration
Configuration is done through a JSON file located at easymotd:texts/motd.json. This file contains a list of text messages in JSON format. Don't worry - even plain strings will work correctly.
To force a line break, use the \n character within the text.
The actual file location is: world/datapacks/config/data/easymotd/texts/motd.json
You will also need a pack.mcmeta file at world/datapacks/config/pack.mcmeta. More information about data packs can be found in the links below.
Configuration Example
[
"Come play with us!\nBottom Text",
"I see you",
"If I were a rich man with a million or two, I'd live in a penthouse in a room with a view.",
{"text": "I LOVE BEING PURPLE!", "color": "dark_purple"}
]