Plugin won't work at all

Hi everybody,

 

I have just downloaded and installed this plugin. When I added it and when I reload it the plugin loads sucesfully. It just doesn't do anything in game. I am not getting any messages related to any blocking at all.

I have granted the default group all the permissions except the disable permission. I have added my config file below.

I hope you can help me out.

{
  "Combat": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Arrow",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat",
        "ElectricShock"
      ],
      "duration": 180.0,
      "enabled": true,
      "notify": true
    },
    "BlockWhen": {
      "giveDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 1.0
      },
      "npcGiveDamage": true,
      "npcTakeDamage": true,
      "takeDamage": {
        "enabled": true,
        "minCondition": 100.0,
        "minDamage": 1.0
      }
    },
    "UnblockWhen": {
      "death": true,
      "respawn": true,
      "wakeup": false
    }
  },
  "Notifications": {
    "Chat": true,
    "GUIAnnouncements": {
      "backgroundColor": "Red",
      "enabled": false,
      "textColor": "White"
    },
    "UI": false
  },
  "Raid": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "distance": 100.0,
      "duration": 300.0,
      "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.0
      },
      "destroy": true,
      "unowned": false
    },
    "BlockWho": {
      "clan": false,
      "cupboardAuthorized": false,
      "everyone": true,
      "friends": false,
      "owner": false,
      "raider": false
    },
    "Map": {
      "duration": 150.0,
      "enabled": false,
      "icon": "special"
    },
    "UnblockWhen": {
      "death": true,
      "respawn": true,
      "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"
      ]
    },
    "cacheMinutes": 1.0
  },
  "VERSION": "2.1.22"
}
I just found out that only the combat block is not working. Anybody got some tips for me?