NoEscape isn't working at all on my server, I have GUI and all the plugins that use NoEscape but it just won't work. I've tried reinstalling the plugin, manually removed the permissions and added them back. I've updated oxide through my control panel, also restarted the server numerous times and nothing happens. When in RCON if I tried to reload the plugin it just unloads itself.
This is my current config:
This is my current config:
{
"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",
"Blunt",
"Stab",
"Slash",
"Explosion",
"Heat"
],
"deathTypes": [
"Bullet",
"Blunt",
"Stab",
"Slash",
"Explosion",
"Heat"
],
"distance": 100.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": 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.24"
}