Blocking Remove not working

I set everything I need to block Remove when damage through combat or raid.
I also set default players to raid.removeblock and combat.removeblock permissions.
But nothing happens.
No message when damage is done and players can still use Remove.

Is this interfering with Raid Time Manager cause this protects stuff during raid time.
Anyway there are items that still can be damaged though and when damaging these there is no block.
Here's my config:
{
"Combat": {
"Block": {
"damageTypes": [
"Bullet",
"Arrow",
"Blunt",
"Stab",
"Slash",
"Explosion",
"Heat",
"ElectricShock"
],
"duration": 300,
"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": false,
"respawn": false,
"wakeup": false
}
},
"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": 300,
"enabled": true,
"excludePrefabs": [
"ladder.wooden"
],
"excludeWeapons": [
"torch"
],
"includePrefabs": [
"door",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"external"
],
"notify": true
},
"BlockExcept": {
"clan": true,
"friends": false,
"owner": true
},
"BlockWhen": {
"damage": {
"enabled": true,
"minCondition": 100
},
"destroy": false,
"unowned": false
},
"BlockWho": {
"clan": true,
"cupboardAuthorized": true,
"everyone": true,
"friends": true,
"owner": true,
"raider": true
},
"Map": {
"duration": 150,
"enabled": false,
"icon": "special"
},
"UnblockWhen": {
"death": false,
"respawn": false,
"wakeup": false
},
"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.35"
}

Combat Block is working btw just not the Raid Block.

Merged post

Also, I don't understand why in combat the attacker is not being blocked but the victim only?
Wouldn't it make sense to block both sides? Or even have an option for this in the config?

Same issue on my server, maybe this help troubleshoot anyone?

08:57 [Error] Failed to call hook 'OnEntityDeath' on plugin 'NoEscape v2.1.35' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.NoEscape.getClanMembers (System.String player) [0x0008c] in <8c3b860b58b44810a2f292020023c82b>:0

at Oxide.Plugins.NoEscape.getFriends (System.String player) [0x0004f] in <8c3b860b58b44810a2f292020023c82b>:0

at Oxide.Plugins.NoEscape.StructureAttack (BaseEntity targetEntity, BaseEntity sourceEntity, System.String weapon, UnityEngine.Vector3 hitPosition) [0x00088] in <8c3b860b58b44810a2f292020023c82b>:0

at Oxide.Plugins.NoEscape.OnEntityDeath (BaseCombatEntity entity, HitInfo hitInfo) [0x00077] in <8c3b860b58b44810a2f292020023c82b>:0

at Oxide.Plugins.NoEscape.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0068c] in <8c3b860b58b44810a2f292020023c82b>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0