hyperMOTD
Super simple custom MOTD system that allows for very basic random and fixed MOTDs. Supports Paper, Waterfall, and Velocity.
Features
- Complete support for Minimessage formatting.
- Change your server's MOTD and server icon without restarting.
Default config
Use /hypermotd
to reload the config.
Paper & Waterfall Config
# Type can be "random" or "fixed." Random will pick a MOTD from the list. Fixed will only show the fixed MOTD.
type: "random"
random-motd:
- '<red>random'
- '<blue>random2'
fixed-motd: "<yellow>fixed motd"
# Set a custom favicon here. This allows you to reload the icon without having to reload the proxy/server.
# Place the icon in the hyperMOTD folder with the config.yml
use-custom-icon: false
custom-icon-filename: "server-icon.png"
Velocity Config
# Type can be "random" or "fixed." Random will pick a MOTD from the list. Fixed will only show the fixed MOTD.
type="random"
random-motd=[
"<red>random",
"<blue>random2",
]
fixed-motd="<yellow>fixed motd"
# Set a custom favicon here. This allows you to reload the icon without having to reload the proxy/server.
# Place the icon in the hyperMOTD folder with the config.yml
use-custom-icon=false
custom-icon-filename="server-icon.png"
Support
You can join the Discord for support.