NoEscape

Moved

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

5/5, 33 likes
  1. u have mabye just update the plugin without config wipe, sometimes u need delete the config, too :p
     
  2. perfect plugin !
     
    Last edited by a moderator: Feb 1, 2018
  3. hi i swapped your config for mine.
    All seems good so far except
    when raidblocked i can use the shop even though the shop is blocked in your config
    Do u have the same issue ??
     
  4. How come when i hit one of my walls it raid blocks my neighbors??
     
  5. I would not know to tell you .... the store on my server is physical using the plugin betterwarp which has the necessary hook and blocks the jump to it
     
  6. Hi guys
    When my players shoot an animal they get combat blocked how do i stop this from happening
     
  7. apply these permissions in console

    oxide.grant group default noescape.raid.shopblock
    oxide.grant group default noescape.combat.shopblock
     
  8. check this pic for my permissions
    Yet when i blow a wall i can still use shop

    Imgur: The magic of the Internet
     
  9. Has anyone reported the issue of prefab door_barricade_a causing raidblock? This is the wooden door barricade at monuments. I included it in the excluded prefab, but it's still causing raid block.
     
  10. I've also noticed this. My players doesn't get raidblocked when destroying a sheet metal door with explosive bullets. However woodendoors seems to work for some reason.
    I've also noticed that when players die in raidblock from another player their raidblock goes away. Even when I've checked off raidblock should never go away except for the timer. Have no idea why.

    Any solutions?

    EDIT: After some thought experiment I realised the combatblock settings might interfere with the raidblock settings. So what I did was set UnblockWhen for combatblock and raidblock to all false. Then I somehow fixed so players doesn't get rid of their raidblock during their pvp. But that also means when people die during combat block they don't get rid of that. Please fix! But I still find the explosive bullets more of a problem than this.

    Code:
        "UnblockWhen": {
          "death": false,
          "respawn": false,
          "wakeup": false
        },
     
    Last edited by a moderator: Feb 5, 2018
  11. Can you add /grt to commands blocked?
     
  12. Hi i have a problem when i'm blocked i'm allow to tpr and home outside a buildingblock. I try to change my config but I don't have to do a few things right.

    My config :
    Code:
    {
      "Combat": {
        "Block": {
          "damageTypes": ["Bullet", "Arrow", "Blunt", "Stab", "Slash", "Explosion", "Heat", "ElectricShock"],
          "duration": 300,
          "enabled": true,
          "notify": true
        },
        "BlockWhen": {
          "giveDamage": true,
          "takeDamage": true
        },
        "UnblockWhen": {
          "death": true,
          "respawn": true,
          "wakeup": false
        }
      },
      "Notifications": {
        "Chat": false,
        "GUIAnnouncements": {
          "backgroundColor": "Red",
          "enabled": false,
          "textColor": "White"
        },
        "UI": true
      },
      "Raid": {
        "Block": {
          "damageTypes": ["Bullet", "Blunt", "Stab", "Slash", "Explosion", "Heat"],
          "distance": 100,
          "duration": 1800,
          "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": true,
          "owner": true
        },
        "BlockWhen": {
          "damage": true,
          "destroy": true,
          "unowned": false
        },
        "BlockWho": {
          "clan": false,
          "cupboardAuthorized": false,
          "everyone": true,
          "friends": false,
          "owner": false,
          "raider": false
        },
        "Map": {
          "duration": 150,
          "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
      },
      "VERSION": "2.0.1"
    }
    
     
  13. you have to give these two permissions to the default group:

    noescape.raid.tpblock
    noescape.combat.tpblock
    Blocks teleportation (/home /tpr)

    example:

    oxide.grant group default noescape.raid.tpblock
    oxide.grant group default noescape.combat.tpblock
     
  14. Oh yes my bad -_-'. Thank you
     
  15. How to make that it was impossible to repair buildings 5 minutes.
     
  16. Would it be possible to add a blocker for the BackPack plugin?
     
  17. Why does this Plugin not work =O ? I have granted all needed permissions and it still wont work.

    Error LOG:

    Failed to call hook 'Unload' on plugin 'NoEscape v2.0.1' (InvalidOperationException: out of sync)
    at System.Collections.Generic.Dictionary`2+Enumerator[System.String,Oxide.Plugins.NoEscape+RaidZone].VerifyState () [0x00000] in :0
    at System.Collections.Generic.Dictionary`2+Enumerator[System.String,Oxide.Plugins.NoEscape+RaidZone].MoveNext () [0x00000] in :0
    at Oxide.Plugins.NoEscape.Unload () [0x00000] in :0
    at Oxide.Plugins.NoEscape.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0

    Unloaded plugin NoEscape v2.0.1 by rustservers.io

    Loaded plugin NoEscape v2.0.1 by rustservers.io
     
  18. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    2.0.2

     
  19. Thanks Calytic!!! and it was a real pleasure talking to you!
     
  20. if you raid a base and your in raidblock you can place ladders! how can i fix this