Players Use /share on TC but are still not allowed to access TC

Hello, I'm trying to set up the plugin so that no one can loot anything of anyone else's unless they are authed on that player's TC. Yet when someone does /share, it says "you have successfully shared with x player" but when someone tries to open the tc it says "it doesn't belong to you." I've tried so many config and permisson options but I can't seem to get the plugin to work this way.

Here is my current config settings for the plugin:

 

{
"AdminCanLoot": true,
"CanAuthorizeCupboard": false,
"CanLootBackpack": false,
"CanLootBackpackPlugin": false,
"CanLootCorpse": false,
"CanLootEntity": false,
"CanLootPlayer": false,
"CanOvenToggle": false,
"CanPickup": false,
"ExcludeEntities": [
"mailbox.deployed"
],
"UseCupboard": true,
"UseCupboardInclude": [
"storage",
"pickup",
"player",
"corpse",
"backpack",
"backpackplugin"
],
"UseExcludeEntities": false,
"UseFriendsAPI": false,
"UseOnlyInCupboardRange": false,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": false,
"UseTeams": false,
"UseZoneManager": false,
"ZoneID": [
"oilrigai",
"oilrigai2",
"mining_quarry_c",
"mining_quarry_b",
"mining_quarry_a",
"radtown_small_3",
"satellite_dish",
"airfield_1",
"water_treatment_plant_1",
"military_tunnel_1",
"launch_site",
"arctic_research_base_a",
"desert_military_base_a",
"trainyard_1",
"sphere_tank",
"powerplant_1",
"junkyard_1",
"excavator"
],
"ZoneManagerIncludeMode": false
}

 

 

Function "Share" works only for looting storages. Cupboard authorization is not supported.