coffins are not supported, so I added them. I also use SecureChests plugin. that one is outside my wheelhouse to add lol it basically gives players assets/prefabs/deployable/chinooklockedcrate/chinooklockedcrate.prefab to store their items. it has a data file so ya.
I could midagat the SecureChests by setting a 30day cooldown. If I find any other storageTyps I could add them to this threed.
private static readonly string[] StorageTypes = {
"skull_fire_pit",
"bbq.deployed",
"dropbox.deployed",
"stocking_small_deployed",
"campfire",
"coffinstorage",
"furnace.large",
"furnace",
"box.wooden.large",
"small_stash_deployed",
"refinery_small_deployed",
"cupboard.tool.deployed",
"vendingmachine.deployed",
"woodbox_deployed",
"locker.deployed",
};