We did the update and now, after the wipe, when the server does its daily restart, the main backpack is clearing itself completely for everyone. They log in to find it empty. We can't find any setting that's incorrect?
Broken after update
Yeah, our test server, we haven't updated the plugins yet, and the backpack plugin doesn't even load. On live, it's updated, and it's wiping everyone's stuff on daily restart and randomly when they log out. Definitely needs an update after last night's late night Facepunch server/game client/oxide updates.
We are getting the same issue. This is very concerning.
No problems with my server , restarted server twice to check it out and backpacks (with contents saved from previous wipe) still intact,
Check your config(s)
Configs are fine, things that should be 'true' are true and false are false correctly (dropondeath, etc). Live matches the test server. No issues yesterday until the updates during the night. Not sure what's going on.
I briefly tested with latest Rust/Oxide, but unfortunately I was not able to reproduce this issue. If you have any more information, such as error logs, that may help in finding the root cause.
After the daily restart this morning, everyone's backpacks were wiped (the daily restart is not set to do that). Some folks are reporting losing their backpack inventory when they log out and come back in. There's no error codes in the log relating to this (only a navmesh error relating to a mis-spawned bot). How do I attach a file to this, I can show you our config.
Merged post
{
"Backpack size": {
"Default size": 42,
"Max size per page": 48,
"Enable legacy backpacks.use.1-8 row permissions": true,
"Permission sizes": [
6,
12,
18,
24,
30,
36,
42,
48,
60,
96,
144,
192,
240
],
"Dynamic Size (EXPERIMENTAL)": {
"Enabled": false,
"Reset dynamic size on wipe": {
"Enabled": true
},
"Size profiles": [
{
"Permission suffix": "6-48",
"Initial size": 6,
"Max size": 48
},
{
"Permission suffix": "6-96",
"Initial size": 6,
"Max size": 96
},
{
"Permission suffix": "6-144",
"Initial size": 6,
"Max size": 144
}
]
}
},
"Drop on Death (true/false)": false,
"Erase on Death (true/false)": false,
"Minimum Despawn Time (Seconds)": 300.0,
"GUI Button": {
"Enabled": true,
"Enabled by default (for players with permission)": true,
"Skin Id": 0,
"Image": "https://i.postimg.cc/nhhkvgST/backpack-small-white-with-T.png",
"Background Color": "0.969 0.922 0.882 0.035",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "185 18",
"Offsets Max": "245 78"
}
},
"Container UI": {
"Show page buttons on container bar": false,
"Max page buttons to show": 8
},
"Softcore": {
"Reclaim Fraction": 0.5
},
"Item restrictions": {
"Enabled": false,
"Enable legacy noblacklist permission": false,
"Feedback effect": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab",
"Default ruleset": {
"Allowed item categories": [
"All"
],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
},
"Rulesets by permission": [
{
"Name": "allowall",
"Allowed item categories": [
"All"
],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
}
]
},
"Clear on wipe": {
"Enabled": false,
"Enable legacy keeponwipe permission": true,
"Default ruleset": {
"Max slots to keep": 0,
"Allowed item categories": [],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
},
"Rulesets by permission": [
{
"Name": "all",
"Max slots to keep": -1,
"Allowed item categories": [
"All"
],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
}
]
}
}
Merged post
trying to figure out what other plugin might be causing it, but we don't have another backpack plugin and we didn't add anything new, and it was all working before the wipe and last night's updates.
Deleted Duplication