Rust Limited ladders

Discussion in 'Plugin Requests' started by skullux1, May 11, 2017.

  1. Where can I get a plugin where you can place the ladders not the twig?? is there a plugin like that if not.... Ill be willing to purchase one.
     
  2. Last edited by a moderator: Jun 8, 2017
  3. Confirmed BuildingBlocker works "can place the ladders and not the twig" ----> Building Blocker for Rust | Oxide

    In config/BuildingBlocker.json set "Allow building ladders in the privilage zone": to true

    Please mark solved :D
     
  4. I ran into issues with Building Blocker (and Dynamic Cupboard Sharing?, not sure couldnt pinpoint the problem, but 2 reports of players that couldnt build inside their own bases and I found other server owners with similar issues on Dynamic Cupboard Sharing thread and Building Blocker thread)

    Anyways I tried out Build Revert ----> BuildRevert for Rust | Oxide
    it does allow you to disable twig raiding but keep ladder raiding enabled, Ill report back if I run into any problems with this one

    Snippet from BuildRevert.json, notice ----> "Allow ladder.wooden.wall": true,
    Code:
      "Constructions": {
        "Allow block.stair.lshape": false,
        "Allow block.stair.ushape": false,
        "Allow floor": false,
        "Allow floor.frame": false,
        "Allow floor.ladder.hatch": false,
        "Allow floor.triangle": false,
        "Allow foundation": false,
        "Allow foundation.steps": false,
        "Allow foundation.triangle": false,
        "Allow ladder.wooden.wall": true,
        "Allow pillar": false,
        "Allow roof": false,
        "Allow wall": false,
        "Allow wall.doorway": false,
        "Allow wall.frame": false,
        "Allow wall.low": false,
        "Allow wall.window": false
      },