How does one hide commands that start with a forward slash?

Noisy Pants

Refugee
I have a dedicated server that is managed by 7D2D RAT 3 and it comes with a teleport feature which: 1. I have no clue how to use, 2. the forward slash commands popping up in the game chat non stop are annoying as hell! Please help.

 
I have a dedicated server that is managed by 7D2D RAT 3 and it comes with a teleport feature which: 1. I have no clue how to use, 2. the forward slash commands popping up in the game chat non stop are annoying as hell! Please help.
dont know what type of access they give you but this is in the server config:

Code:
<property name="HideCommandExecutionLog"		value="0"/>					<!-- Hide logging of command execution. 0 = show everything, 1 = hide only from Telnet/ControlPanel, 2 = also hide from remote game clients, 3 = hide everything -->
 
You would need an API mod like CPM or ServerTools which has the ability to hide command execution in the chat window. It's Possible RAT has a similar feature, but I haven't used that in years since I host on Linux.

 
Back
Top