makupi / pavlov-bot

Discord bot to inferface with Pavlov VR RCON
GNU General Public License v3.0
24 stars 19 forks source link

Finish turning `;players` into full Scoreboard #109

Closed invicta-nz closed 2 years ago

invicta-nz commented 3 years ago

Now that you are querying the server and getting player state, we might as well finish turning ;players into a full scoreboard.

1) Sort output by team 2) Second sort by a 3) Add k/d/a section after playername

Too bad RCON has a blind spot and the game score has never been available. Maybe after this scoreboard is complete I will present it to the devs as evidence as to why ServerInfo should include this (have asked before, but understandably low priority.

invicta-nz commented 3 years ago

image Ah.. and somewhere along the line the Devs silently delivered. There is now score and round data in ServerInfo. Well that goes in as well now for sure

Derpyhsi commented 3 years ago

I will be taking care of this issue.

invicta-nz commented 2 years ago

This feature is complete