Permissions dont workNot An Issue

config :
{
"AdminCanLoot": true,
"CanAuthorizeCupboard": true,
"CanLootBackpack": true,
"CanLootBackpackPlugin": true,
"CanLootCorpse": true,
"CanLootEntity": true,
"CanLootPlayer": true,
"CanOvenToggle": true,
"CanPickup": true,
"ExcludeEntities": [
"mailbox.deployed"
],
"UseCupboard": true,
"UseCupboardInclude": [
"storage"
],
"UseExcludeEntities": true,
"UseFriendsAPI": true,
"UseOnlyInCupboardRange": false,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": true,
"UseTeams": true,
"UseZoneManager": true,
"ZoneID": [
"pvp"
],
"ZoneManagerIncludeMode": false
}

Permissions that i want to grant default group :
backpack, corpse, player and storage

players are able to loot corpses and storage with permissions granted

i used PermissionsManager to grand and revoke permisson but they didnt seem to work

already grant preventlooting.storage , but player still can loot the storage

Permissions work for a player who cannot be looted.If the player has permission, then he cannot be robbed.
Locked automatically