NoEscape

Moved

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

5/5, 33 likes
  1. @Popnfresh
    If you have the remover plugin then this happens:
    People hit the base with a weak weapon.
    They got raid blocked.
    They wait unti the raidblock is ALMOST finished.
    The last 10 seconds they do /remove
    They keep clicking to remove.
    At the moment raid block stops you have a fraction of a second to remove it.
    Sometimes it works sometimes it doesn’t.
     
  2. I have a question - could the plugin owner help to block the command from Nteleportation / tpb so that none of the persons during the raid block could teleport?
     
  3. Interesting... I will see if I can duplicate that behaviour... I'm having a hard time considering the conditions that would make that possible because all NoEscape does is block /remove from being called.
     
  4. The way NoEscape currently "blocks" teleport commands is through an Oxide hook called "CanTeleport". The N Teleportation plugin calls this hook to see if any other plugin (like NoEscape) will allow teleporting. If you don't want anyone to use tpb while combat/raid blocked, then this is most easily done through a modification to the N Teleportation plugin.

    You'd have to call that hook in the appropriate place (see code below) where the ["tpb"] chatcommand code is run within the N Teleportation plugin. This is the same code that "blocks" /home, /tpr, etc.
    Code:
                err = CanPlayerTeleport(player);
                if (err != null)
                {
                    SendReply(player, err);
                    return;
                }
    
     
    Last edited by a moderator: Jun 30, 2018
  5. after applying this: (oxide.grant group default noescape.disable) how do I return the permissions to that group?

    Can somebody help me?
     
  6. Anyone have a working copy of this plugin they could DM me please? The current version doesn't work for me.
     
  7. oxide.revoke group default noescape.disable
     
  8. Let's not talk about this again. I have looked at my permissions so many times and have not seen that one. lol you are the best. Thank you for that.
     
  9. thank you very much
     
  10. What is not working for you?
     
  11. can someone help me with setup this for my own server?
     
  12. add these permissions
    Code:
    oxide.grant group default noescape.raid.tpblock
    oxide.grant group default noescape.combat.tpblock
    oxide.grant group default noescape.raid.removeblock
    oxide.grant group default noescape.combat.removeblock
    oxide.grant group default noescape.raid.bgradeblock
    oxide.grant group default noescape.combat.bgradeblock
    oxide.grant group default noescape.raid.buildblock
    oxide.grant group default noescape.combat.buildblock
    oxide.grant group default noescape.raid.upgradeblock
    oxide.grant group default noescape.combat.upgradeblock
    oxide.grant group default noescape.raid.vendblock
    oxide.grant group default noescape.combat.vendblock
    oxide.grant group default noescape.raid.tradeblock
    oxide.grant group default noescape.combat.tradeblock
    oxide.grant group default noescape.raid.recycleblock
    oxide.grant group default noescape.combat.recycleblock
    oxide.grant group default noescape.raid.bankblock
    oxide.grant group default noescape.combat.bankblock
    oxide.grant group default noescape.raid.kitblock
    oxide.grant group default noescape.combat.kitblock
    oxide.grant group default noescape.raid.assignbedblock
    oxide.grant group default noescape.combat.assignbedblock
    oxide.grant group default noescape.raid.shopblock
    oxide.grant group default noescape.combat.shopblock
    oxide.grant group default noescape.raid.craftblock
    oxide.grant group default noescape.combat.craftblock
    oxide.grant group default noescape.raid.mailboxblock
    oxide.grant group default noescape.combat.mailboxblock
    oxide.grant group moderator noescape.disable
    oxide.grant group admin noescape.disable
     
  13. Any combt block issues ? Dont work with newest update
    people get combat block if they shoot clan members (Plugin: clans reborn)
    any way to fix ?


    can you please update noescape and add the new team option
     
    Last edited by a moderator: Jul 8, 2018
  14. Reload clans then reload NoEscape after server startup
     
  15. ok i think now it works. thanks MisterPixie
     
  16. Hey
    When using NoEscape with Zonemanager,
    When players leave the NoEscape "zone" and reenter, they still get the full length of raidblock applied as when initiating the raidblock, can you make it so, that if the player accidentally exits and reenters the zone, if they are already blocked by that zone they do not get the full effect applied again (maybe just apply the remaining time to anyone entering the zone - Unless someone resets the timer on the zone by destroying something.
     
  17. Hi, I got activate this plugin and run correctly. But then I put:

    oxide.grant group default noescape.disable

    And now dont run the plugin and I cant activate again
     
  18. hi

    can you add a new option for this plugin

    no ladders build when raidblocked

    thanks !
     
  19. sometimes player get no raidblock if they detroy a door.
    its buggy a bit ?