Removing a single entry within a leaderboard

Howdy all,

I had an admin "test" something out on the active server instead of the test server. As a result I have a PVE kill distance of 1100 meters on the leaderboard. I am wanting to remove that listing as it messes with the intengrity of the list. Is there a way (other than wiping the entire list) to remove this single listing? I tried to find a data/cfg file where this was saved but I was unable to find it. I have simply removed this catagory from showing until next thursdays wipe when I reset the entire list. However, I was hoping to just remove this one instance and leave it up as I do run a PVE server. Any help would be appreciated.

Thanks,

Tim

Hi Tim,

We had the same on our PVE server (hit scientists on Excav from 2,200 away). A lot more than the ~360 most of the other players achieve.

You'll want to unload the plugin.

Open up the challenge_data data file in Oxide/data

Find the admin by their name or steam id and edit them PVEKillDistance to 0

      "DisplayName": "jaybee3",
      "Stats": {
...
        "PVEKillDistance": 0,
...
      }
    }
  },

and also edit the Titles section of the json to have the proper champion

"PVEKillDistance": {
"UserID": steamIDhere,
"DisplayName": theirusername,
"Count": actualDistance here
},

That is awesome. thank you