TPR still allowed upon combat block
{
  "Combat": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Arrow",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat",
        "ElectricShock"
      ],
      "duration": 120.0,
      "enabled": true,
      "notify": true
    },
    "BlockWhen": {
      "giveDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 1.0
      },
      "npcGiveDamage": false,
      "npcTakeDamage": false,
      "takeDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 1.0
      }
    },
    "UnblockWhen": {
      "death": false,
      "respawn": false,
      "wakeup": false
    }
  },
  "Notifications": {
    "Chat": false,
    "GUIAnnouncements": {
      "backgroundColor": "Red",
      "enabled": true,
      "textColor": "White"
    },
    "UI": true
  },
  "Raid": {
    "Block": {
      "damageTypes": [
        "Explosion",
        "Heat"
      ],
      "distance": 100.0,
      "duration": 180.0,
      "enabled": true,
      "excludePrefabs": [
        "shutter"
      ],
      "excludeWeapons": [
        "torch"
      ],
      "includePrefabs": [
        "door",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "external"
      ],
      "notify": true
    },
    "BlockExcept": {
      "clan": true,
      "friends": true,
      "owner": true
    },
    "BlockWhen": {
      "damage": {
        "enabled": true,
        "minCondition": 100.0
      },
      "destroy": true,
      "unowned": false
    },
    "BlockWho": {
      "clan": false,
      "cupboardAuthorized": false,
      "everyone": true,
      "friends": false,
      "owner": false,
      "raider": false
    },
    "Map": {
      "duration": 240.0,
      "enabled": false,
      "icon": "special"
    },
    "UnblockWhen": {
      "death": false,
      "respawn": false,
      "wakeup": false
    },
    "Zone": {
      "enabled": false,
      "enter": true,
      "leave": false
    }
  },
  "Settings": {
    "Block": {
      "Types": [
        "tp",
        "trade",
        "assignbed",
        "mailbox"
      ]
    },
    "cacheMinutes": 1.0
  },
  "VERSION": "2.1.25"
}

This is my settings and it still allows player to TPR on combat block.

Have you o.grant group default noescape.combat.tpblock ?
Oops I didn't know they had that till I check the Plugin Page.

Also just an FYI, each permission works only if this is included in CFG.

Default Block Types
remove
tp
bank
trade
recycle
shop
bgrade
build (optimized)
repair (optimized)
upgrade (optimized)
vend (optimized)
kit
assignbed (optimized)
craft (optimized)
mailbox (optimized)​

Thanks for the help. :)