This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
v1.9.0: Support for multiple MOTDs
You can now add multiple MOTDs to a Server list profile.
To not break compatability with the motd
option is this new feature available as a separate option called motds
that takes priority over motd
if both are present.
Note that the syntax is a little bit different for this option. Instead of each entry being a line is each entry the MOTD, meaning you have to use the |-
option of YAML like this:
motds:
- |-
MOTD 1
One of the MOTDs
- MOTD 2
Another MOTD