I've just been checking on a report I had yesterday of disallowed items being placed in backpacks, and I'm getting the same result when testing. Previously when I've tested this, any items that shouldn't be allowed in my backpack have been ejected so I know it was working a few weeks back. I removed my admin permission to Backpacks and tried adding in a rocket launcher and C4 and both went into my backpack. Is there something that has changed that I've missed in one of the updates?
This is my relevant section of the config:-
"Item restrictions": {
"Enabled": true,
"Enable legacy noblacklist permission": true,
"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": [
"sulfur",
"sulfur.ore",
"explosive.timed",
"gunpowder",
"explosives",
"charcoal",
"grenade.flashbang",
"grenade.f1",
"grenade.beancan",
"rifle.ak",
"rifle.bolt",
"smg.2",
"shotgun.double",
"pistol.eoka",
"flamethrower",
"hmlmg",
"rifle.l96",
"rifle.lr300",
"lmg.m249",
"rifle.m39",
"pistol.m92",
"smg.mp5",
"grenade.molotov",
"multiplegrenadelauncher",
"pistol.prototype17",
"shotgun.pump",
"pistol.python",
"pistol.revolver",
"rocket.launcher",
"pistol.semiauto",
"rifle.semiauto",
"shotgun.spas12",
"smg.thompson",
"shotgun.waterpipe",
"ammo.shotgun",
"ammo.shotgun.fire",
"ammo.shotgun.slug",
"ammo.grenadelauncher.he",
"ammo.grenadelauncher.buckshot",
"ammo.grenadelauncher.smoke",
"ammo.rifle",
"ammo.rifle.explosive",
"ammo.rifle.hv",
"ammo.pistol.hv",
"ammo.handmade.shell",
"ammo.rocket.hv",
"ammo.rifle.incendiary",
"ammo.pistol.fire",
"ammo.rocket.fire",
"ammo.rocket.mlrs",
"ammo.pistol",
"ammo.rocket.basic",
"ammo.rocket.sam",
"ammo.rocket.smoke",
"submarine.torpedo.straight"
],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
},Thanks. 🙂

