Items instantly disappear when added to backpackNot An Issue
Hello, we have a problem with the plugin.

Everything you put into the backpack disappears instantly.
Installed again and still not working.

Does anyone have the problem too?

Energy

Post your config , it might give a clue as to the reason. Mine is working as normal.

"Drop on Death (true/false)": true,
"Erase on Death (true/false)": false,
"Use Blacklist (true/false)": false,
"Clear Backpacks on Map-Wipe (true/false)": true,
"Only Save Backpacks on Server-Save (true/false)": false,
"Blacklisted Items (Item Shortnames)": [
"autoturret",
"lmg.m249"
],
"GUI Button": {
"Image": "https://i.imgur.com/CyF0QNV.png",
"Background color (RGBA format)": "1 0.96 0.88 0.15",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "185 18",
"Offsets Max": "245 78"
}
},
"Softcore": {
"Reclaim Fraction": 0.5
},
"Backpack Size (1-7 Rows)": 1
}

9u7bddTRX6Bidmc.jpg pookins

Post your config , it might give a clue as to the reason. Mine is working as normal.

Try changing the "clear Backpacks on Map-Wipe to "false" and see if it makes any difference
i use these settings for the Gui button as it puts it right next to first hotkey
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "-245 18",
"Offsets Max": "-205 78"

Unfortunately no success, :/

No setting in the plugin can cause this. This has to be another plugin interfering. Try unloading plugins one by one and testing if this still happens each time. If you can't do that on your live server, copy all the plugins & configs to a test server, confirm you can reproduce the issue, and then unload the plugins one by one while testing.

Once we know which plugin is causing this interaction, we can take a look at its code and figure out how to make the two plugins compatible.

Hello WhiteThunder,

I just removed all plugins from the server and only had my backpack on to see which combination was causing problems.
But the problem with the backpack was still there.
Only the backpack plugin was still on the server.

I removed all files, permissions and config but the problem still exists :(

Did you try a clean boot with just the Backpacks plugin? If that still doesn't work, DM me your Discord username and I can help you debug via screen share.

Hello WhiteThunder, thanks for your help! I was able to solve and fix the problem :) but now I have the problem that the items in the backpack are preserved at death although the setting is on.

Merged post

"Drop on Death (true/false)": true,
"Erase on Death (true/false)": false,
"Use Blacklist (true/false)": false,
"Clear Backpacks on Map-Wipe (true/false)": true,
"Only Save Backpacks on Server-Save (true/false)": false,
"Blacklisted Items (Item Shortnames)": [
"autoturret",
"lmg.m249"
],
"GUI Button": {
"Image": "https://i.imgur.com/CyF0QNV.png",
"Background color (RGBA format)": "1 0.96 0.88 0.15",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "185 18",
"Offsets Max": "245 78"
}
},
"Softcore": {
"Reclaim Fraction": 0.5
},
"Backpack Size (1-7 Rows)": 2
}

Check the permissions you have been granted. There is a perm that allows players to bypass the drop on death config option called keepondeath.

hi,

yes i Check the permission and the group default and VIP have the permission keepondeath 🤷‍♂️

Yeah, so remove that perm and problem solved.

What turned out to be the reason that you couldn"t add items to backpacks?

Hello, I removed the rights but unfortunately still does not work ...

Merged post

I do not understand why only I currently have these problems.

Permissions can be granted individually as well as to groups, so you might be getting it from somewhere you don't expect.

Locked automatically