
SystemMessageMod
Adds a command to the game that lets you put colored messages in chat
Last updated | a day ago |
Total downloads | 18 |
Total rating | 1 |
Categories | Tools Server-side |
Dependency string | Daltongoesfast-SystemMessageMod-1.1.1 |
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.