
Randomize and beautify your server MOTD as never before!

<gradient:#RRGGBB:#RRGGBB>text</gradient><rb>text</rb>&#RRGGBB format&a, &c, etc.)&l), italic (&o), underline (&n), strikethrough (&m), obfuscated (&k)<gradient:#FF0000:#FFFF00>Your Text</gradient> - Smooth transition from red to yellow<rb>Your Text</rb> - Automatic rainbow effect&#FF5500 - Any RGB color&a (green), &c (red), &b (aqua), &e (yellow), etc.&l - Bold&o - Italic&n - Underlined&m - Strikethrough&k - Obfuscated (random characters)&r - Reset all formattingPlace formatting codes before gradient tags:
&l<gradient:#FF0000:#FFFF00>Bold Gradient Text</gradient>
&o<rb>Italic Rainbow Text</rb>
"motds": A list of possible MOTDs lists! The mod will pick a random MOTD from every part of the list and concatenate them, producing a full MOTD. This feature is mainly so if you would like to contain a static part of information independent of a random one.
"use_randomized_icons": A boolean either enabling or disabling the randomized icon feature. Defaults to true.
"icons": A list of paths to server icons or HTTPS URLs. Paths are relative to the server directory. URLs must use HTTPS protocol for security. All icons must be 64x64 PNG images.
"log_when_loaded": A boolean telling whether to log for every reload. Off by default.
"CONFIG_VERSION_DO_NOT_TOUCH_PLS": Mod version --please do not touch it.
{
"motds": [
[
"&l<rb>⚡ RAINBOW SERVER ⚡</rb>",
"&l<gradient:#FF0000:#FFFF00>» FIRE REALM «</gradient>",
"&l<gradient:#00FFFF:#0000FF>≋ OCEAN VIBES ≋</gradient>"
],
[
"&r&o- Join the &l<rb>adventure</rb>&r&n!",
"&r- <gradient:#00AA00:#005500>Survival</gradient> | <gradient:#FF0000:#AA0000>PvP</gradient>",
"&r&o- Fresh <gradient:#00FF00:#FFD700>world</gradient> just released!"
]
],
"use_randomized_icons": true,
"icons": [
"server-icon.png",
"server-icon-2.png",
"https://dummyimage.com/64x64/000/fff.png&text=Icon3"
],
"log_when_loaded": false
}
mods folderconfig/enhanced_motd.json to customize your MOTDs/reload to apply changes without restartingBased on the original RandomMOTD fabric mod, ported to NeoForge with enhanced gradient support