Players not able to use twig and ladders

Hey,

Would someone take a look at my config and tell me which part I messed up that is not allowing players to use "twig" or "ladders" when raiding (not in a TC authed area).

{
  "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": false,
      "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": false,
      "owner": true
    },
    "BlockWhen": {
      "damage": {
        "enabled": true,
        "minCondition": 100.0
      },
      "destroy": true,
      "unowned": false
    },
    "BlockWho": {
      "clan": true,
      "cupboardAuthorized": true,
      "everyone": false,
      "friends": false,
      "owner": true,
      "raider": true
    },
    "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"
}

Are you using DynamicCupShare?

There are settings for that in the config of that plugin.

5bde6492c55e8.png Trillz

Are you using DynamicCupShare?

There are settings for that in the config of that plugin.

(20:57:33) | [NTeleportation] [NOT AN ERROR] Possibly saved Cpxt REK (76561198150721897) from being dragged under the map during a teleport. Distance from position: 0.07415824

According to console it caught the issue. I didn't actually see this happened, was just reviewing logs. :)

To be able to build while raid blocked you need to remove "build" from "Block" "Types".
To be able to deploy ladders while raid blocked you need to add "ladder.wooden" to "excludePrefabs".