Hello, So i just installed NoEscape and configured it and it does not seem to give combatblock to each players when one hits or gets damaged by a melee weapon. All the other weapons work such as guns and bows, just not melee weapons. Here is my Config:

 "Combat": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Arrow",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat",
        "ElectricShock"
      ],
      "duration": 10.0,
      "enabled": true,
      "notify": true
    },
    "BlockWhen": {
      "giveDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 0.5
      },
      "npcGiveDamage": true,
      "npcTakeDamage": true,
      "takeDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 0.5
      }
    },
    "UnblockWhen": {
      "death": true,
      "respawn": true,
      "wakeup": false
    }
  },​