Here's my config and it's in darkrpmod/darkrp_modules
DarkRP.removeChatCommand("ooc")
DarkRP.removeChatCommand("//")
DarkRP.removeChatCommand("pm")
DarkRP.removeChatCommand("yell")
DarkRP.defineChatCommand("ooc", newooc)
DarkRP.defineChatCommand("//", newooc)
DarkRP.defineChatCommand("pm", newpm)
DarkRP.defineChatCommand("yell", newyell)
ULib.tsayColor(Color(255, 255, 255), "[", Color(200, 190, 60, 255), "PM", Color(255, 255, 255), "] ", calling_ply:Nick()..": ", Color(230, 230, 230, 255), msg)
ULib.tsayColor(Color(255, 0, 0), "[YELL] ", calling_ply:Nick(), ": ", Color(255, 255, 255), msg)
ULib.tsayColor(Color(255, 0, 0), "[OOC] ", calling_ply:Nick(), ": ", Color(255, 255, 255), msg)
Maybe I'm stupid but be nice
