Hello
this config not working :
"Clear on wipe": {
"Enabled": true,
Hello
this config not working :
"Clear on wipe": {
"Enabled": true,
Most commonly, reports of this issue are caused by the server being booted after the force wipe, but with the plugin not installed or Oxide not installed. Such circumstances cause the auto wipe feature to fail (for this plugin, and many others) because Oxide will only call the OnNewSave hook on the first boot of the wipe.
The other possibility is that you have granted a permission which allows players to have their items carried across wipes. If that is the case, the server logs should have a statement from the plugin saying that Backpacks were cleared.
WhiteThunder
Most commonly, reports of this issue are caused by the server being booted after the force wipe, but with the plugin not installed or Oxide not installed. Such circumstances cause the auto wipe feature to fail (for this plugin, and many others) because Oxide will only call the OnNewSave hook on the first boot of the wipe.
The other possibility is that you have granted a permission which allows players to have their items carried across wipes. If that is the case, the server logs should have a statement from the plugin saying that Backpacks were cleared.
Hello WhiteThunder,
I posted too soon...
I thought it was deleting the files but in fact it just empties them and I didn't have the curiosity to look into it.
Sorry for my mistake.
Yes. In an upcoming update, I will make the files be deleted. The ability to delete files via Oxide was only recently added so I haven't gotten around to it yet.