EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using .NET 8.
https://evosc.io
GNU General Public License v3.0
21 stars 13 forks source link

MOTD Module #141

Closed snixtho closed 10 months ago

snixtho commented 1 year ago

The MOTD (Message Of The Day) module will display a window with a customizable message to all players that join the server. Players can also chose to not show the current one again. If the MOTD is updated, it will show up again. It should also have the possibility to fetch the MOTD from an API so that we can remotely edit it.

Maybe also have a way to only display it to certain players.

The customizable message should allow formatting and possibly an in-game editor to edit it.

DasNeo commented 1 year ago
snixtho commented 1 year ago

This is already done in the 173_reusable_ui_components branch.