RimworldTogether / Rimworld-Together

A Community Driven Multiplayer Mod!
https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691
Other
57 stars 27 forks source link

Multiline Broadcasts #129

Closed FredyJabe closed 2 weeks ago

FredyJabe commented 2 months ago

Gives the ability to server owners to send multi-line broadcasts, could be used as a future MOTD system or automated messages of some kind.

I know for sure that I would use this system to send automated messages every hours to remind players to take a couple minutes breaks :)

Edit: Also moved the ParseMessage method to the ChatManagerHelper instead of the ChatManager itself since I'm using it in the CommandManager too, instead of copy-pasting code.

Byte-Nova commented 1 month ago

If the implementation of this feature is already done, don't worry about keeping it updated with development. I'll do it when it is to be reviewed.

FredyJabe commented 1 month ago

It's been done for a while, juat tried to keep it updated so you'd have less work to do if you decide to merge!

I'll stop keeping it up to date in that case :)