Part of the PreventLooting plugin allows players to /share and /unshare storage items in your tc radius. The plugin was pretty generic and only allowed this control over StorageContainers. I added the updated BoxStorage class and a bunch of other classes that inluded items that contain storage. Here is the list of classes I added:
BoxStorage
VendingMachine
DropBox
Fridge
ChineseLantern
Beehive
BaseOven
TorchDeployableLightSource
WeaponRack
BaseFuelLightSource
ContainerIOEntity
PlanterBox
GunTrap
FogMachine
FlameTurret
AutoTurret
ElectricOven
LiquidContainer
SamSite
ResearchTable
MixingTable
SnowMachine
RepairBench
LootPanelFrankensteinTable
HitchTrough
ChickenCoop
Composter
CookingWorkbench
CookingWorkbenchBbq
Mannequin
Locker
Everything is working as intended, but I have 3 items I cannot seem to get to work. They are the Fridge, the CookingWorkbenchBbq (the crafting side is working as intended), and the new Wall Cabinet (ContainerIOEntity). I have tried everything I can think of. Does anyone know why I wouldnt be able to prevent looting on just these 3 items?