NoEscape

Moved

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

5/5, 33 likes
  1. Help solve this problem please do not plugin works

    (19:39:08) | Failed to call hook 'OnEntityDeath' on plugin 'NoEscape v0.4.2' (KeyNotFoundException: The given key was not present in the dictionary.)
    (19:39:08) | Failed to call hook 'OnEntityDeath' on plugin 'NoEscape v0.4.2' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  2. Wulf

    Wulf Community Admin

    Are you still planning on maintaining this @Calytic?
     
  3. The way this mod is written, /tpb is a problem with the teleport mod. In the case with NTeleportation, the mod has /tpb set as an admin command, so it never checks if the player can teleport, which is what NoEscape is trying to ask NTeleportation.
    [DOUBLEPOST=1487832982][/DOUBLEPOST]@Wulf For the sake of this mod, is there a way to intercept and block /commands for oxide? Seems like it would be pretty useful for this mod and you could have a config where you could specify a list of /commands to block.
     
  4. Wulf

    Wulf Community Admin

    OnServerCommand and OnPlayerCommand hooks.
     
  5. Cool, hopefully @Calytic will switch to using those instead of calling hooks of other addons.
     
  6. warp thread
    Warp System | Page 34 | Oxide

    New

    hey wulf i currently use raid blocker "noescape" plugin so people cant tp out with loot during a raid i also use zone manager and you are able to still warp out its as there is no way to block them tried a ton of stuff any idea how i can stop people from tping while using these plugins i know i am not the only one

    maxakiShack Builder
    That you can request in the NoEscape oxide thread

    (And this one might need a hook for it to use)

    can you add this to noescape

    if you use warp people can just use /warp to * and bam they are free from raid block
     
  7. Is there any way to set this so the person who is raid blocked can accept tp's .. Sometimes random people on the server want to come help a person defend / it would be cool if they could tp clan members in to help defend. But they can't because it says they are unavailable.
     
  8. 23:25 [Error] Error while compiling: NoEscape.cs(870,68): error CS1955: The member `BasePlayer.IsConnected' cannot be used as method or delegate
     
  9. Wulf

    Wulf Community Admin

    Wulf updated NoEscape with a new update entry:

    0.4.3

     
  10. for some reason this plugin still allows players to tp away from raid when being raided. is it my config maybe

    Code:
    {
      "blockAll": true,
      "blockingPrefabs": [
        "door.hinged",
        "door.double.hinged",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "shutter",
        "external"
      ],
      "blockOnDamage": true,
      "blockOnDestroy": true,
      "cacheMinutes": 1.0,
      "clanCheck": true,
      "clanShare": true,
      "combatBlock": true,
      "combatBlockNotify": true,
      "combatBlockNotifyMessage": "You are combat blocked for {time}",
      "combatDuration": 300.0,
      "combatMessage": "You may not teleport while in combat ({time})",
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": true,
      "combatUnblockOnWakeup": false,
      "cupboardEnter": true,
      "cupboardLeave": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion"
      ],
      "friendCheck": true,
      "friendShare": true,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidBlockNotifyMessage": "You are raid blocked for {time}",
      "raidDistance": 100.0,
      "raidDuration": 300.0,
      "raiderBlock": true,
      "raiderClanShare": true,
      "raiderFriendShare": true,
      "raidMessage": "You may not do that while raid blocked ({time})",
      "raidUnblockOnDeath": false,
      "raidUnblockOnRespawn": false,
      "raidUnblockOnWakeup": false,
      "unblockOnDeath": false,
      "unblockOnRespawn": false,
      "unblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.3",
      "zoneEnter": true,
      "zoneLeave": true
    }
     
  11. wulf, how can I make it so that people are only raid blocked from explosions? In the config I know it shows things like "stab, bullet, heat, explosion" but if I delete bullet then people are no longer COMBAT blocked when shooting, how can I make it so that people are still combat blocked when shooting, but only explosions when raiding? thx
     
  12. We have the same issue with NTeleportation. People are able to teleport even though they are raid blocked
     
  13. If I shoot a wall of my house I have raidblock, is it normal?
     
  14. Do you set the permissions?
    • noescape.raid.tpblock
      noescape.combat.tpblock
      Blocks teleportation (/home /tpr)

    • noescape.raid.removeblock
      noescape.combat.removeblock
      Blocks remover tool (/remove)

    • noescape.raid.bgradeblock
      noescape.combat.bgradeblock
      Blocks automatic building grades (/bgrade)

    • noescape.raid.buildblock
      noescape.combat.buildblock
      Blocks regular building

    • noescape.raid.repairblock
      noescape.combat.repairblock

      Blocks regular repairing

    • noescape.raid.tradeblock
      noescape.combat.tradeblock
      Blocks trade (/trade)

    • noescape.raid.recycleblock
      noescape.combat.recycleblock
      Blocks recycling (/recycle)

    • noescape.raid.bankblock
      noescape.combat.bankblock
      Blocks bank (/bank)

    • Ex. grant group default noescape.raid.tpblock
    • Ex. grant user Calytic noescape.raid.tpblock
     
  15. Calytic

    Calytic Community Admin Community Mod

    That is unlikely. Those integration points were created for the sole purpose of allowing plugins like NoEscape to do it's thing.
    [DOUBLEPOST=1490303526][/DOUBLEPOST]
    Thanks @wazzzup
    [DOUBLEPOST=1490303613][/DOUBLEPOST]
    The integration between NoEscape and EntityOwner was removed last year.
    [DOUBLEPOST=1490304009][/DOUBLEPOST]
    Which plugin?
     
  16. Hi getting this after last update 23/3/07
    Failed to call hook 'CanRecycle' on plugin 'NoEscape v0.4.3' (InvalidCastException: Cannot cast from source type to destination type.)
     
  17. Same as above
     
  18. Failed to call hook 'CanRecycle' on plugin 'NoEscape v0.4.2' (InvalidCastException: Cannot cast from source type to destination type.)
     
  19. same error for me

    (01:55:27) | Failed to call hook 'CanRecycle' on plugin 'NoEscape v0.4.3' (InvalidCastException: Cannot cast from source type to destination type.)