mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 01:13:18 +00:00
* Add support for multiple MOTD in config (#61589) ## About The Pull Request Changes "motd.txt" from being hardcoded to being a list of files which are read sequentially. CC @ MrStonedOne for config changes ## Why It's Good For The Game On production, our MOTDs contain several individual sections: - Active Trial Admin threads - General game information - MRP specific information I want to automate number 1, I want number 2 to be shared among all servers, and I want number 3 to be shared among all MRP servers. * Add support for multiple MOTD in config Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>