Wanting storage to be accessible by TC authed players only, but when outside TC range accessible by anyoneSolved

Hey there, a friend and I have recently started up a PVE/PVP mix server and we are currently having an issue with storage looting, we were aiming to have this plugin set up so if for example a furnace was left outside someone's base but was within their TC range then only the player with TC auth would be able to access it and other players wouldn't be able to, however if this furnace was left in the middle of nowhere then anybody would be able to access and pick it up. We did have it set up this way previously but somehow this changed and we can't figure out how to revert it so currently anyone can access any storage within TC range. We have no other plugins that would be causing this issue, and sifting through older forum posts here didn't really help and I didn't want to necropost. Any help would be greatly appreciated 👍

This is the current config:

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

Figured out the config needs to be set up as:

"CanLootEntity": false,
"UseCupboard": false,
"UseOnlyInCupboardRange": true,

There is always the possibility stories of myself being dropped as a baby were true

Locked automatically