The plugin seems to be working except that it is not applying the excludes to all the items in the list. It only works on the large wooden box, and not for any other entity in the list. Any ideas out there?
{
"AdminCanLoot": false,
"CanAuthorizeCupboard": true,
"CanLootBackpack": true,
"CanLootBackpackPlugin": true,
"CanLootCorpse": true,
"CanLootEntity": false,
"CanLootPlayer": true,
"CanOvenToggle": false,
"CanPickup": false,
"ExcludeEntities": [
"mailbox.deployed",
"dropbox",
"planter.large",
"box.wooden.large",
"box.wooden",
"coffin.storage",
"box.repair.bench",
"vending.machine",
"wall.frame.shopfront.metal",
"wall.frame.shopfront",
"fireplace.stone",
"skull_fire_pit",
"campfire",
"water.catcher.large",
"planter.small",
"water.catcher.small",
"furnace",
"locker",
"stash.small",
"cursedcauldron"
],
"UseCupboard": true,
"UseCupboardInclude": [
"storage"
],
"UseExcludeEntities": true,
"UseFriendsAPI": false,
"UseOnlyInCupboardRange": true,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": false,
"UseTeams": false,
"UseZoneManager": false,
"ZoneID": [
"12345678"
],
"ZoneManagerIncludeMode": false
}