
BannerMOTD - A server list MOTD plugin to make your server unique
Replace plain text with a full 264 × 16 px banner



IMPORTANT:
this plugin only works on 1.21.9 - 1.21.11 older version does not support it and mojang removed it from newer versions, the bannerMOTD is going to be replaced by the fallback motd
How it works
In Minecraft 1.21.9, a new text system feature called object text components was introduced.
This allows you to embed player heads (with skin IDs) in chat, GUIs, and the MOTD. and the skin renders, which means we can fill the MOTD with player heads and assign them specific skins to form a complete image (banner).

The BannerMOTD generator onec manally ran takes a PNG file named mymotd (264 × 16 px), splits it into 66 player head skins, uploads them to get hash, and generates a JSON file ready to be used by this plugin.
Setup
1. Generate your motd.json from an image
you have 2 options:
- use my online converter to cenvert your png (264 x 16px) to usable json file
- do i locally by dowloading this script from github and following its readme
2. Install the plugin
- Download the plugin from here and put it in your plugins folder.
- (Re)start your server to generate the
BannerMOTDplusfolder. - Open the folder and place your
motd.jsoninside. Adjust the plugin config if needed. - Restart the server.
Your MOTD should now display as the banner you created.
Features
- Banner-style MOTD
- ability for random banner each motd load or rolling - banner changes every X seconds
- Custom “outdated version” message
- Option to force an “outdated version” message

- Hide player count

-
Fake player count support
-
Compatibility with older Minecraft versions (without object text components)
- Displays a fallback MOTD from config
- Supports MOTD from
server.propertiesor other MOTD plugins

