Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v1.9.0: Support for multiple MOTDs

Compare
Choose a tag to compare
@Andre601 Andre601 released this 20 Dec 21:28
· 1061 commits to master since this release
f5d2fd1

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