Plugin not working - What am I doing wrong?

I've added the correct permissions in Oxide (grant default group antiofflineraid.protect) and confirmed that all accounts are inheriting it.  I've also only changed the timings in the config so that all bases take no damage until 48 hours has expired.  When I log out an account and wait the 10 minutes, if I check the user:
/ao "<username>"

I get the following:
AntiOfflineRaid Status: <playername>
Player Status: Offline: 04/21/2023 17:07:58 EST
AFK: 0 minutes
Scale: 0

And I can still damage their walls.  Here's my config file, I can't for the life of me figure out what I have wrong or why it isn't working at this point...

Here's my config:

{
"absoluteTimeScale": {
"03": 0.1
},
"activity": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"afkMinutes": 5,
"clanFirstOffline": false,
"clanShare": false,
"cooldownMinutes": 10,
"damageScale": {
"1": 0.0,
"48": 1,
},
"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,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.4.4"
}

if scale is 0 and its taking damage there is something wrong.. do you have any other plugins that deal with damage? I would also limit your Activities to "Input" to reduce the chance of thinking players are back online after looted or death

Having issues with the plugin not working: I get no message. No protection, I've been running this for some months and this just started about a week ago. 

Any help is appreciated!

 

{
"absoluteTimeScale": {},
"activity": [
"input"
],
"afkMinutes": 10,
"clanFirstOffline": false,
"clanShare": true,
"cooldownMinutes": 8,
"damageScale": {
"12": 0.10,
"14": 0.15,
"16": 0.20,
"18": 0.25,
"24": 1.0
},
"interimDamage": 0.0,
"minMembers": 1,
"minutesSinceLastAttackToProtect": 0,
"playSound": true,
"prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"gates.external",
"box",
"locker",
"gates.external.high.stone",
"wall.external.high.stone",
"gates.external.high.wood",
"wall.external.high",
"wall.external.high.ice"
],
"protectBaseWhenAway": false,
"serverTimeOffset": 0,
"showMessage": true,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.4.4"
}

 



Merged post

Got this is Console also:

 

04/27/2023 19:48:38 | AntiOfflineRaid was compiled successfully in 2688ms
04/27/2023 09:10:17 | AntiOfflineRaid was compiled successfully in 2482ms
04/25/2023 17:09:01 | AntiOfflineRaid was compiled successfully in 2773ms
04/24/2023 19:52:53 | AntiOfflineRaid was compiled successfully in 2684ms
04/20/2023 11:53:34 | AntiOfflineRaid was compiled successfully in 2555ms
04/17/2023 02:19:53 | Calling 'OnServerInitialized' on 'AntiOfflineRaid v0.4.4' took 107ms
04/16/2023 18:01:45 | Calling 'OnPlayerInput' on 'AntiOfflineRaid v0.4.4' took average 1639ms
04/16/2023 18:01:35 | Calling 'OnPlayerInput' on 'AntiOfflineRaid v0.4.4' took average 1447ms
04/14/2023 20:56:08 | Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: AntiOfflineRaid - True (Boolean), StartProtection (HitInfo (HitInfo))
04/13/2023 21:51:41 | Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: StartProtection - HitInfo (HitInfo), AntiOfflineRaid (True (Boolean))
04/13/2023 12:14:51 | AntiOfflineRaid was compiled successfully in 2498ms

you have 2 plugins trying to control damage Anti-Offline raid and start protection