Rockets dont seem to be triggering raidblock on my server. im unsure of the cause.
Rocket Damage type?
It's currently working for me, so if you want you can send me your Config file & I can tell you the cause probably
godofoutlast
It's currently working for me, so if you want you can send me your Config file & I can tell you the cause probably
{
"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": 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",
"Explosion",
"Heat",
"",
],
"deathTypes": [
"Bullet",
"",
"Explosion",
"Heat"
],
"distance": 50.0,
"duration": 300.0,
"enabled": true,
"excludePrefabs": [
"ladder.wooden"
],
"excludeWeapons": [
"torch",
"rock",
],
"includePrefabs": [
"door",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"external"
],
"notify": true
},
"BlockExcept": {
"clan": false,
"friends": false,
"owner": false
},
"BlockWhen": {
"damage": {
"enabled": true,
"minCondition": 100.0
},
"destroy": true,
"unowned": true
},
"BlockWho": {
"clan": false,
"cupboardAuthorized": true,
"everyone": true,
"friends": false,
"owner": true,
"raider": true
},
"Map": {
"duration": 150.0,
"enabled": false,
"icon": "special"
},
"UnblockWhen": {
"death": true,
"respawn": true,
"wakeup": false
},
"Zone": {
"enabled": true,
"enter": true,
"leave": true
}
},
"Settings": {
"Block": {
"Types": [
"remove",
"tp",
"bank",
"trade",
"recycle",
"shop",
"bgrade",
"build",
"repair",
"upgrade",
"vend",
"kit",
"assignbed",
"craft",
"mailbox",
"backpack"
]
},
"cacheMinutes": 1.0
},
"VERSION": "2.1.35"
}
The empty quotes in your config file could be the reason for your error. Could be making the plugin not compile correctlyANX123{
"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": 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",
"Explosion",
"Heat",
"",
],
"deathTypes": [
"Bullet",
"",
"Explosion",
"Heat"
],
"distance": 50.0,
"duration": 300.0,
"enabled": true,
"excludePrefabs": [
"ladder.wooden"
],
"excludeWeapons": [
"torch",
"rock",
],
"includePrefabs": [
"door",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"external"
],
"notify": true
},
"BlockExcept": {
"clan": false,
"friends": false,
"owner": false
},
"BlockWhen": {
"damage": {
"enabled": true,
"minCondition": 100.0
},
"destroy": true,
"unowned": true
},
"BlockWho": {
"clan": false,
"cupboardAuthorized": true,
"everyone": true,
"friends": false,
"owner": true,
"raider": true
},
"Map": {
"duration": 150.0,
"enabled": false,
"icon": "special"
},
"UnblockWhen": {
"death": true,
"respawn": true,
"wakeup": false
},
"Zone": {
"enabled": true,
"enter": true,
"leave": true
}
},
"Settings": {
"Block": {
"Types": [
"remove",
"tp",
"bank",
"trade",
"recycle",
"shop",
"bgrade",
"build",
"repair",
"upgrade",
"vend",
"kit",
"assignbed",
"craft",
"mailbox",
"backpack"
]
},
"cacheMinutes": 1.0
},
"VERSION": "2.1.35"
}
godofoutlast
The empty quotes in your config file could be the reason for your error. Could be making the plugin not compile correctly
That was recent it still doesnt work. i didnt leave any blank spaces