Hey. Hey.
Is there any way to set the backpack back to its original size after the wipe ?
Any way to wipe data after wipes?Solved
I'm trying to wipe all my players backpacks. I don't want to use the server command backpack.erase <id> with every single ID on my server...
I've tried "backpack.erase * but it doesn't seem to work....
Is there a command to wipe all backpacks or could you please add one?
Thanks
The recommended way to wipe backpacks between map wipes is to enable the config option for that. That should work as long as Oxide and the plugin are loaded when the server creates the first save file for that map+wipe. If that criteria is met but the Backpacks are not wiping, please let us know so we can work together to debug the issue.
When you need to wipe Backpacks at any other time, the simplest solution that people usually follow is to simply unload the plugin, and delete the oxide/data/Backpacks/STEAMID.json for all or some players. That's easy to do for all players, but may be tedious if you want to do it only for only select players. After deleting the necessary files, simply reload the plugin.
We can also add a command to wipe all Backpacks in a future update.
For me..... I just go to my Data in Oxide. Click on Backpacks. And Delete it. No problem. i do it every month.
And in the json you can set it to do it every Wipe.
Thank you. A command to wipe all would be great.
How to we wipe the data at the end of the Wipe so that the backpack reverts to original? Not seeing any Config or Data files for this plugin.
Thank you
BOOBLEJ
How to we wipe the data at the end of the Wipe so that the backpack reverts to original? Not seeing any Config or Data files for this plugin.
Thank you
I apologize, I posted this for the wrong plugin. I had meant to post this in the 'Backpsck Upgrader' Help section.
Backpack Upgrader isn't the right place it post it, it doesn't provide the backpacks, Backpacks does. That's why your thread was merged here with the existing question and answer.BOOBLEJ
I apologize, I posted this for the wrong plugin. I had meant to post this in the 'Backpsck Upgrader' Help section.
Wulf
Backpack Upgrader isn't the right place it post it, it doesn't provide the backpacks, Backpacks does. That's why your thread was merged here with the existing question and answer.

Haha, I was wondering how my original message got here. Makes sense... The only problem is, this is thread does not answer my question. The answer here explains how to wipe Backpacks, which I've done many times by just deleteing the Backpacks folder in Oxide/Data.
What I'm trying to do is revert the Backpacks permissions to default pre Backpack Upgrade. For example, I have the Backpacks plugin set to allow players 4 slots by default. I have a Shop setup where players can purchase Commands and different Perks, including a Backpack Upgrade (1 row). I need to revert all players permissions to only allow 4 rows at the end of the wipe, which wiping Backpack Data does not handle.
Well... I just now took a look at the BackpackUpgrader.cs. It looks like there is a bit of code in there that reverts permissions on wipe. Would be ideal if there was info about this in the plugin description, or a config file to enable / disable this. I'll have to try it out on a test Server to confirm if it works as intended.
BOOBLEJ
Haha, I was wondering how my original message got here. Makes sense... The only problem is, this is thread does not answer my question. The answer here explains how to wipe Backpacks, which I've done many times by just deleteing the Backpacks folder in Oxide/Data.
What I'm trying to do is revert the Backpacks permissions to default pre Backpack Upgrade. For example, I have the Backpacks plugin set to allow players 4 slots by default. I have a Shop setup where players can purchase Commands and different Perks, including a Backpack Upgrade (1 row). I need to revert all players permissions to only allow 4 rows at the end of the wipe, which wiping Backpack Data does not handle.
Well... I just now took a look at the BackpackUpgrader.cs. It looks like there is a bit of code in there that reverts permissions on wipe. Would be ideal if there was info about this in the plugin description, or a config file to enable / disable this. I'll have to try it out on a test Server to confirm if it works as intended.
Okay, I see what you mean now... I misunderstood your orignal post, as all the backpack handling is handled by Backpacks. The Backpack Upgrader plugin primarily provides console commands.