I'm using a plugin called logger made by "Wulf" which helps me immensely on my community rust server, but there is a feature that I feel is missing.
Now I don't know how hard it would be to add this to the already existing logger plugin or if it's easier to make a separate one, or if it is simply impossilble since I am basically illiterate when it comes to programming.
Would it be possible to create a plugin that keeps tracks of a players kills (preferably tied to the steamid since lots of players seem to enjoy changing their names).
It wouldn't need to log the specific player someone killed, rather the amount of kills a player has as well as pvp deaths. So basically a K/D ratio.
So that it would look something like this:
SteamID Kills Deaths Ratio
76561198094304362 | 10 | 6 | 1.66
76561198094736450 | 23 | 17 | 1.35
76561198099872640 | 50 | 3 | 16.66
etc
The reason this would be useful is that I as an admin would be able to see if someone has an unusual KD ratio so that I could go and manually monitor/spectate that player more closely so I can rule out possible cheats/hacks.
Right now I have to rely a lot on word of mouth, players usually have to contact me about suspicious players. If you could check a log which tells me the amount of Kills/deaths then I might be able to catch cheaters/hackers before they do too much damage.
In the example log I made I would immediately see that the third player on the list has a suspicious ratio and I'd go and spectate/monitor that player more closely.
If you read all of this, then I am very grateful.
If this is not possible then it's okay, if you can't calculate a ratio that's fine also. Just displaying kills and deaths would be enough.
I tried messaging Wulf about this but he doesn't accept direct messages.