Stop logging all connected playersSolved
Is there a way to get it to stop logging all the connected players in a list to the file or console? I have it every 10 seconds putting a log in console/file that shows this: 

  {
    "SteamID": "*******",
    "OwnerSteamID": "*****",
    "DisplayName": "Player1",
    "Ping": XX,
    "Address": "*.*.*.***",
    "ConnectedSeconds": 2207,
    "VoiationLevel": 0.0,
    "CurrentLevel": 0.0,
    "UnspentXp": 0.0,
    "Health": 100.0
  }
]​
That is from your RCON client, not this plugin.
It didn't start until after i installed the plugin on my server. That is why I'm asking. Is there a command i can add to the blacklist to not have it show this?
"players" is the command your RCON client is using to get that information I believe.
I searched google and in past ppl used rcon.print but tried it and it didnt work. Also added status and players and none of that works either. I just dont want it to display every connected player like that repeatedly. I'm using rustadmin and its showing this every 10 seconds in the console there, and id rather it not show it at all.
Looks like it's the "playerlist" command.
That stopped it...thank you @Wulf Much appreciated. That was starting to drive me nuts. I'm such a noob, but needed this to log chat and commands so badly :D
Locked automatically