Mining Quarries and Pumpjacks

Hello I am running "PreventLooting" (1.12.2) by CaseMan

Most of the time the plugin stops people accessing the pumpjacks and quarries,, but every now and then I get a player saying their PJ or Quarry got looted. Im not sure how I can 'fix' this. I am looking for a more solid suggestion if you have one to offer please, the Quarry and PJ and not usually within TC range

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

problem solved, human error on my part. many thanks