RCON/log outputSolved
I do not see the private messages in the rcon console, what should I do to see them?
Private messages are supposed to be private. ;)

Unless this plugin outputs private messages to the log file and such, they won't.
In response to Wulf ():
Private messages are supposed to be private. ;)

Unless this plugin outputs private messag...
thanks, but some time ago if I saw in the rcon console
In response to ESPABI ():
thanks, but some time ago if I saw in the rcon console
Not likely with this plugin, it hasn't been updated in a long time and has never had any output other than between the intended players. Perhaps you were using a different one?
There is a massive issue with this - can we set it up to output into a log history?  Or post to RCON again?  In the config?  There are many, many reasons as Admin.  One reason, is that certain rules are described in any given server descriptions, and we could use conspiring/coordinating with other players in say: a server that is meant to be Duo only, as a means of evidence to mount a punshiment against an offending party.  Sometimes, when they do not use an outside program, but use the game itself - its must easier to find this in a history.  Would it possible to bring that back please Mr. Wulf? 
In response to Venomous ():
There is a massive issue with this - can we set it up to output into a log history?  Or post to RCON...
I'll look into adding an option when I finish the re-write (not originally my plugin).
It would be absolutely amazing good sir! I've already run into an issue just recently where yet another player said that someone mistyped private message in public chat, and realized that there were a few players who were breaking the rules on one of my servers. If this were an admin tool once again, it would only be for the betterment of the players as a whole. Thank you for your consideration, either way. 

need to see pms in rcon also

Add

Puts(msg);

Under

PrivateMessage.SendPM(player, target, msg);

For /pm and /r around lines 181 and 232 respectively. It will output the content of the PM and reply, but not target or player name. Couldn't get it to work with all three (every method I know to use printed an error so I gave up), so I switched to another plugin.
I have some toxic players now and then on the server and PM is one of the main channel they use to toxic smacktalk and other stuff.
Is it possible to get a server log option for admin use? 

Regards
Now supports logging
I've noticed PM's will go to RCON, however I'd really love it to go to Rust Admin. I also use Better Chat, which I have outputting to there.
In response to Irish ():
I've noticed PM's will go to RCON, however I'd really love it to go to Rust Admin. I also use Better...
RustAdmin is RCON.
In response to Wulf ():
RustAdmin is RCON.
Sorry, I should have been more specific. Rust:IO Console will show PM's. Rust Admin will not. I'm not sure if that's due to how the regex is set up because of BetterChat or not. 
You will most likly need to add a regex on RustAdmin to show messages with [PM] in them.
Locked automatically