NoEscape

Moved

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

5/5, 33 likes
  1. Had this issue for a while now, players barely get blocked, it's only after they fire like 30 rockets into someones base until they are raid blocked on both sides, the raiders and the raided.
     
  2. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.4.2

     
  3. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.4.2

     
  4. the problem still appearing or im doing bad the config.
    Code:
      "blockAll": false,
      "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,
      "combatDuration": 60.0,
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": true,
      "combatUnblockOnWakeup": false,
      "cupboardShare": false,
      "damageTypes": [
      "Bullet",
      "Blunt",
      "Stab",
      "Slash",
      "Explosion",
      "Heat"
      ],
      "friendCheck": true,
      "friendShare": true,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidDistance": 100.0,
      "raidDuration": 120.0,
      "raiderBlock": false,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "raidUnblockOnDeath": false,
      "raidUnblockOnRespawn": true,
      "raidUnblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.2",
      "zoneEnter": true,
      "zoneLeave": false
    }
    The owner can do /Home and /tp in a raid blocker
     
    Last edited by a moderator: Nov 24, 2016
  5. Nice plugin dude, love it! But can you add support to Kits and InstantCrafting? For InstantCrafting, if you have it so the default crafting is 0 seconds for example, in the config section of this plugin could you add a section where you can change everything to craft in 20 seconds for example or something if your in combat, that way there's no unfair advantage? Thanks, Ryan
     
  6. I get raidblocked when I shoot or hit my own base. Also when my friend who is in same clan shoots my base. I also don't get raidblocked or combat blocked when someone shoots me. I have tried reinstalling the plugin many times. Doesn't work.
     
  7. Post your config.
     
  8. im still have the same problem that i posted, any solution? its useless this plugin if they can do /home and /tp when they are getting raided
     
  9. Do you have the permissions assigned? It only blocks if you have the correct permission assigned.
     
  10. Ty, im stupid, worked
     
  11. Is there a way to block only the RAIDER for Remove
    and not the Owner of building ??

    I think I tried all the configuration possibles and not way
     
  12. No you can't.
     
  13. I dont know why, but it dont work.
    Code:
    {
      "blockAll": false,
      "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": false,
      "clanShare": false,
      "combatBlock": true,
      "combatBlockNotify": true,
      "combatDuration": 60.0,
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": true,
      "combatUnblockOnWakeup": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "friendCheck": false,
      "friendShare": false,
      "ownerBlock": true,
      "raidBlock": false,
      "raidBlockNotify": false,
      "raidDistance": 100.0,
      "raidDuration": 300.0,
      "raiderBlock": false,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "raidUnblockOnDeath": true,
      "raidUnblockOnRespawn": true,
      "raidUnblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.2",
      "zoneEnter": true,
      "zoneLeave": false
    }
    I just need combat block on hit and ontake damage for 60 seconds.
    When I am dealing damage to sleeper or normal player I dont get combat block.
     
    Last edited by a moderator: Dec 4, 2016
  14. Raid block seems to work but combat block doesnt.


    Code:
    {
      "blockAll": false,
      "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": false,
      "clanShare": false,
      "combatBlock": true,
      "combatBlockNotify": true,
      "combatDuration": 180.0,
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": true,
      "combatUnblockOnWakeup": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "friendCheck": false,
      "friendShare": false,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidDistance": 100.0,
      "raidDuration": 300.0,
      "raiderBlock": false,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "raidUnblockOnDeath": true,
      "raidUnblockOnRespawn": true,
      "raidUnblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.2",
      "zoneEnter": true,
      "zoneLeave": false
    }
     
  15. Are you able to block using the shop, /s, while raid/combat blocked? Thanks.
     
  16. Calytic

    Calytic Community Admin Community Mod

    No, you will have to ask k1lly0u to add support with a custom hook like "CanShop"
     
  17. the combat blocked AND raid blocked dont seem to block /home. is there a fix? or we missing a setting?
     
  18. Is this mod still works? I test it now and raidblock works but raider and owner can still use commands to TP away.

    Code:
    {
      "blockAll": false,
      "blockingPrefabs": [
        "door.hinged",
        "door.double.hinged",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "shutter",
        "external"
      ],
      "blockOnDamage": false,
      "blockOnDestroy": true,
      "cacheMinutes": 1.0,
      "clanCheck": false,
      "clanShare": false,
      "combatBlock": true,
      "combatBlockNotify": true,
      "combatDuration": 180.0,
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": false,
      "combatUnblockOnWakeup": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "friendCheck": false,
      "friendShare": false,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidDistance": 100.0,
      "raidDuration": 300.0,
      "raiderBlock": true,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "raidUnblockOnDeath": false,
      "raidUnblockOnRespawn": false,
      "raidUnblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.2",
      "zoneEnter": true,
      "zoneLeave": false
    }
     
  19. When I look into the code shop is already supported. DonĀ“t know if it works.
     
  20. Can /tpb be added as something to be blocked as well?