NoEscape

Moved

Total Downloads: 12,035 - First Release: Oct 23, 2015 - Last Update: Apr 12, 2018

5/5, 33 likes
  1. bgrade fix please
     
  2. Possible to allow door frame/door building but not wall?

    ^????????????
     
    Last edited by a moderator: May 11, 2018
  3. I have a problem the attackers are disconnected from the server and when reconnecting they no longer have the raid block
     
  4. Hey i got a problem with the plugin. Even when im raidblocked i can still Teleport. Anyone able to help me out?
     
  5. Also problems.. doesn't work at all, says permissions don't exist :s
     
  6. the raid block does not work from the Explosive 5.56 Rifle Ammo !! only damage
     
  7. Suggestion
    Make an option disable/enable UI seperately for combat & raid
     
  8. i have seen a lot of comments like this and i was wondering when it will be fixed or if there is just something that we are all missing.

    at the moment if i disable "Bullet" in the damage type section for raidblock then someone starts raiding with Explosive ammo they will not get raidblocked. obvisouly i could just eneble"Bullet" but then we have the issue of people running around to random bases raidblocking people for fun or that sort of thing. so basically i just want to know if i can raidblock people who you explosive ammo on bases and not all the other types of ammo.

    Any help would be much appreciated.
     
  9. just wondering why rockets are not raid blocking raiders? any ideas what im doing wrong?

    Code:
    {
      "Combat": {
        "Block": {
          "damageTypes": [
            "Bullet",
            "Arrow",
            "Blunt",
            "Stab",
            "Slash",
            "Explosion",
            "Heat",
            "ElectricShock"
          ],
          "duration": 180.0,
          "enabled": true,
          "notify": true
        },
        "BlockWhen": {
          "giveDamage": true,
          "takeDamage": true
        },
        "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": [
            "rock",
            "torch"
          ],
          "includePrefabs": [
            "door",
            "window.bars",
            "floor.ladder.hatch",
            "floor.frame",
            "wall.frame",
            "shutter",
            "external"
          ],
          "notify": true
        },
        "BlockExcept": {
          "clan": false,
          "friends": false,
          "owner": false
        },
        "BlockWhen": {
          "damage": true,
          "destroy": true,
          "unowned": false
        },
        "BlockWho": {
          "clan": false,
          "cupboardAuthorized": false,
          "everyone": true,
          "friends": false,
          "owner": false,
          "raider": true
        },
        "Map": {
          "duration": 150.0,
          "enabled": false,
          "icon": "special"
        },
        "UnblockWhen": {
          "death": true,
          "respawn": false,
          "wakeup": false
        },
        "Zone": {
          "enabled": false,
          "enter": true,
          "leave": false
        }
      },
      "Settings": {
        "Block": {
          "Types": [
            "remove",
            "tpr",
            "outpost",
            "bank",
            "trade",
            "recycle",
            "shop",
            "bgrade",
            "build",
            "repair",
            "upgrade",
            "vend",
            "kit",
            "assignbed",
            "craft",
            "mailbox"
          ]
        },
        "cacheMinutes": 1.0
      },
      "VERSION": "2.0.8"
    }
     
  10. i dont think this works anymore, people in my server can tp and home, even when they're raid or combat blocked..... so, guess this is unmaintained?
     
  11. Yea this plugin appears to be broken. my players are also able to tp away. they don't even get notices anymore.
     
  12. I do not have a raid block on the clan and friends. What could be the problem?
     
  13. Ceased to be put ladders at raidblock.
     
  14. That no one can help?
     
  15. Hey @Wulf , I think it's safe to say this is unmaintained now. No one has touched it since April.
    It's no longer blocking teleports, warps, building, or /home running on the latest version of Oxide and Rust.

    It also seems that /trade is the only thing blocked during a raid, but no one gets any Blocked notices or any warnings in chat.
    Config is set up correctly with no errors.
    Only error in console when loading plugin.
    Code:
    Fallback handler could not load library E:/TCAFiles/UsersFiles/NickH3/14099/RustDedicated_Data/Mono/data-0000000188EDA090.dll
    Calling 'OnServerInitialized' on 'NoEscape v2.0.8' took 135ms
    Loaded plugin NoEscape v2.0.8 by Calytic @ RustServers.io
    Edit: More info
     
    Last edited by a moderator: Jun 22, 2018
  16. Found a couple issues with this plugin:
    1. Explosive ammo no longer properly raidblocks players on some construction tier types (wood and stone). Problem is related to GetMajorityDamageType() and explosive ammo and the explosive damage type not doing the majority of the damage to the entity.

    2. A player can potentially unraidblock themselves through an exploit by disconnecting and reconnecting to the server. The exploit works when a player is only raidblocked, then becomes combatblocked by being killed, disconnects & reconnects then respawns. The plugin only saves the last block.
    I implemented a fix for these issues for anyone else looking for a resolution on either of these problems:
     
    Last edited by a moderator: Jun 23, 2018
  17. What the hell does the plugin not work with friends and with the clan?
     
    Last edited by a moderator: Jun 23, 2018
  18. There seems like there is a glitch in this plugin so had to remove it.
    The glitch is that people hit the base so it is raidblocked.
    At exactly the moment the raidblock is over they place a cupboard and they can raid every base easly.
    It also works with the remover tool. (If you have that plugin)
     
  19. Anyone having issues with it not blocking teleports or such, remember to assign permisions, example: oxide.grant group default noescape.raid.tpblock
     
  20. I don't really understand what the glitch/exploit is that you're describing. Can you elaborate? I'm not sure how placing a TC has to do with being raidblocked or this plugin.
    [DOUBLEPOST=1529945458][/DOUBLEPOST]
    Don't forget noescape.combat.tpblock also