
SystemMessageMod
Adds a command to the game that lets you put colored messages in chat
Last updated | 2 weeks ago |
Total downloads | 71 |
Total rating | 1 |
Categories | Tools Tweaks Server-side |
Dependency string | Daltongoesfast-SystemMessageMod-2.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function


bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2119README
My first mod, if there's something you think can be improved, feel free to ping me in most of the ROR discords.
Adds a command that lets you print system messages into the ingame chat.
sys_msg
<color>
<message>
You can type a bunch of different colors in the color arugment.
sys_msg red don't be mean
or you can use hex colors, these will need to be in quotations
sys_msg "#FFD800" this is a yellow message
I mainly made this to be used in macros with debugtoolkit, but might be helpful on it's own.
UPDATE 2.0.0:
S H O U L D
work in multiplayer now.