For some reason, I'm unable to get raid block to block me.
I assigned the following rights to myself (to test)
noescape.raid.mailboxblock, noescape.raid.craftblock, noescape.raid.assignbedblock, noescape.raid.kitblock, noescape.raid.vendblock, noescape.raid.upgradeblock, noescape.raid.repairblock, noescape.raid.buildblock, noescape.raid.shopblock, noescape.raid.recycleblock, noescape.raid.tradeblock, noescape.raid.bankblock, noescape.raid.tpblock, noescape.raid.removeblock
I create a structure.
I used Entity Owner to set the owner to someone else.
I destroyed the structure walls.
Nothing happened.
Here's my config:
{
"Combat": {
"Block": {
"damageTypes": [
"Bullet",
"Arrow",
"Blunt",
"Stab",
"Slash",
"Explosion",
"Heat",
"ElectricShock"
],
"duration": 180.0,
"enabled": false,
"notify": true
},
"BlockWhen": {
"giveDamage": {
"enabled": false,
"minCondition": 100.0,
"minDamage": 1.0
},
"npcGiveDamage": false,
"npcTakeDamage": false,
"takeDamage": {
"enabled": false,
"minCondition": 100.0,
"minDamage": 1.0
}
},
"UnblockWhen": {
"death": true,
"respawn": true,
"wakeup": false
}
},
"Notifications": {
"Chat": true,
"GUIAnnouncements": {
"backgroundColor": "Red",
"enabled": true,
"textColor": "White"
},
"UI": true
},
"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": 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": 150.0,
"enabled": false,
"icon": "special"
},
"UnblockWhen": {
"death": true,
"respawn": true,
"wakeup": false
},
"Zone": {
"enabled": true,
"enter": true,
"leave": false
}
},
"Settings": {
"Block": {
"Types": [
"remove",
"tp",
"trade",
"shop",
"repair",
"vend",
"kit"
]
},
"cacheMinutes": 1.0
},
"VERSION": "2.1.22"
}
What am I missing? I even waited a minute or two in case there was anything caching, restarted the plugin, restarted server.
The plugin loads fine, no problems.