Option to reset on server wipeSuggestion
Is there a way i can do kit resetdata without having to log into game and do it myself after each wipe? Or am i missing something
I don't understand why a feature like this isn't implemented yet.
Or a console command for /kit resetdata
How would it appear, like how would you type it lol as its done through in-game chat not console

maybe this. I'm not sure 'cuz it's a chat command and I'm not sure of the correct syntax. You should try different variations:

  "Run commands on server wipe": true,
  "Commands on server wipe": [
    "\"/kit resetdata\""
  ]
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust

maybe this. I'm not sure 'cuz it's a chat command and I'm not sure of the correct syntax. You should try different variations:

  "Run commands on server wipe": true,
  "Commands on server wipe": [
    "\"/kit resetdata\""
  ]

Chat commands in plugins generally require a player, which the server would not have. So you'll likely see errors if you try something like that, but that isn't a complete example either. I would stick to console commands for that.

There are only chat commands to reset the kit data, is there something else i could do?
Just put this right under the Loaded function.

No idea why this isn't builtin. Can't think of a single case where you'd not want to wipe this when the map wipes.

        void OnNewSave()
        {
            ResetData();
        }​
Any  chance you could make the json lol im still struggling lol

Hey i made it for you it was pretty easy u have to edit the main CS file of the plugin, i hope the coder wont punish me for that XD

Moderator edit: Please do not post random versions in threads.

Funny how all of us server owners understand what we want in terms of auto wipe data on new maps, but no one else does.

h9QxX2415lMEThm.jpg Covfefe

Funny how all of us server owners understand what we want in terms of auto wipe data on new maps, but no one else does.

 I would like player kits data resets on server wipe, I hope that the old player kits data reset command is still in existance although it  is not in the documentation page.
* i just tried it in chat /kit resetdata and got an "The kit resetdata does not exist".

In the kit.json config if you set play data reset on wipe true will that also wipe bps?