Backpack block timer resets everytime you try to access it while in a Raid/PVP Block but doesn't update timer and you never know until you just leave it alone for awhile.

{
  "Combat": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Arrow",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat",
        "ElectricShock"
      ],
      "duration": 90,
      "enabled": true,
      "notify": true
    },
    "BlockWhen": {
      "giveDamage": {
        "enabled": true,
        "minCondition": 100,
        "minDamage": 1
      },
      "npcGiveDamage": false,
      "npcTakeDamage": false,
      "takeDamage": {
        "enabled": false,
        "minCondition": 100,
        "minDamage": 1
      }
    },
    "UnblockWhen": {
      "death": true,
      "respawn": true,
      "wakeup": true
    }
  },
  "Notifications": {
    "Chat": true,
    "GUIAnnouncements": {
      "backgroundColor": "Red",
      "enabled": false,
      "textColor": "White"
    },
    "UI": true
  },
  "Raid": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "deathTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "distance": 100,
      "duration": 90,
      "enabled": true,
      "excludePrefabs": [
        "ladder.wooden"
      ],
      "excludeWeapons": [
        "torch"
      ],
      "includePrefabs": [
        "door",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "shutter",
        "external"
      ],
      "notify": true
    },
    "BlockExcept": {
      "clan": false,
      "friends": false,
      "owner": true
    },
    "BlockWhen": {
      "damage": {
        "enabled": true,
        "minCondition": 100
      },
      "destroy": true,
      "unowned": false
    },
    "BlockWho": {
      "clan": false,
      "cupboardAuthorized": false,
      "everyone": true,
      "friends": false,
      "owner": false,
      "raider": false
    },
    "Map": {
      "duration": 90,
      "enabled": false,
      "icon": "special"
    },
    "UnblockWhen": {
      "death": true,
      "respawn": true,
      "wakeup": true
    },
    "Zone": {
      "enabled": false,
      "enter": true,
      "leave": false
    }
  },
  "Settings": {
    "Block": {
      "Types": [
        "remove",
        "tp",
        "bank",
        "trade",
        "recycle",
        "shop",
        "bgrade",
        "build",
        "repair",
        "upgrade",
        "vend",
        "kit",
        "assignbed",
        "craft",
        "mailbox",
        "backpack"
      ]
    },
    "cacheMinutes": 1
  },
  "VERSION": "2.1.31"
}​