I just cannot get it to work without it affecting players in PVE.  We have a PVE server (TruePVE) with a very active PVP area.  I want raid block to only affect players raiding and PVP'ing each other.  But it keeps affecting players not involved in PVP.  Someone accidentaly hits their own base, raid blocked.    All sorts of PVE players screaming "Why am I raid blocked?!?!"

 

Any help configuring this thing would be greatly appreciated.  My PVPers are getting pissed because teleporting is on for them (which is not fair) but then my PVE players get pissed when they get raid blocked for no reason.

 HEre is my config....

{
  "Combat": {
    "Block": {
      "damageTypes": [
        "Bullet",
        "Arrow",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat",
        "ElectricShock"
      ],
      "duration": 180.0,
      "enabled": true,
      "notify": true
    },
    "BlockWhen": {
      "giveDamage": {
        "enabled": true,
        "minCondition": 90.0,
        "minDamage": 10.0
      },
      "npcGiveDamage": false,
      "npcTakeDamage": false,
      "takeDamage": {
        "enabled": true,
        "minCondition": 90.0,
        "minDamage": 10.0
      }
    },
    "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"
      ],
      "distance": 50.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": 90.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": false,
      "respawn": false,
      "wakeup": false
    },
    "Zone": {
      "enabled": false,
      "enter": true,
      "leave": false
    }
  },
  "Settings": {
    "Block": {
      "Types": [
        "remove",
        "tp",
        "bank",
        "trade",
        "recycle",
        "shop",
        "bgrade",
        "vend",
        "kit",
        "assignbed",
        "craft",
        "mailbox",
		"where",
		"race",
		"menu",
		"home",
		"warp",
		"tp",
		"tpr"
      ]
    },
    "cacheMinutes": 1.0
  },
  "VERSION": "2.1.22"
}