Trying to get 100% offline raid protection

try to get rid of offline raiding and the plugin for 100% protection isnt working 

{
"absoluteTimeScale": {}
},
"DamageScale": {
"1": 0,
"3": 0,
"6": 0,
"12": 0,
"48": 0
},
"Activities": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"AfkMinutes": 5,
"ClanFirstOffline": false,
"ClanShare": false,
"CooldownMinutes": 10,
"InterimDamage": 0.0,
"MinMembers": 1,
"MinutesSinceLastAttackToProtect": 10,
"PlaySound": false,
"Prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker"
],
"ProtectBaseWhenAway": false,
"ServerTimeOffset": 0,
"ShowMessage": true,
"SoundFile": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"DamageScaleKeys": [
1,
3,
6,
12,
48
]
}

Not sure of all of your requirements but I'll post my config that works for me, in case it can help you.

{
"AbsoluteTimeScale": {},
"DamageScale": {
"1": 0,
"3": 0,
"6": 0,
"12": 0,
"48": 0
},
"Activities": null,
"AfkMinutes": 5,
"ClanFirstOffline": false,
"ClanShare": false,
"CooldownMinutes": 10,
"InterimDamage": 0,
"MinMembers": 1,
"MinutesSinceLastAttackToProtect": 5,
"PlaySound": false,
"Prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker"
],
"ProtectBaseWhenAway": true,
"ServerTimeOffset": 0,
"ShowMessage": true,
"SoundFile": null,
"DamageScaleKeys": [
1,
3,
6,
12,
48
]
}

Merged post

Also, as always, check your permissions.