Option to reset on server wipeSuggestion
Or a console command for /kit resetdata
https://umod.org/plugins/auto-commands
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\""
] 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.
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();
} 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.
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?
- 1
- 2