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"
}