RB Ladder Stats

Hi,
Hope you're well :)
Is there a command to clear the stats on the rb ladder? I'm sure these normally automatically clear each wipe but this time around our players stats from last month are still showing. We updated the plug-in last night too via code fling.

Thanks in advance!

no, not without modification. open .cs and change:

data.Players[entry.Key] = new PlayerInfo();

to:

data.Players[entry.Key].Reset();

then you can type: /rb resetall

if you don't change the .cs then it will wipe everything (lifetime stats and wipe stats)