- Использовался AI
- Нет
- Языки
- Английский
- Требуемый плагин
-
Better No Escape creates a balanced gameplay environment by preventing players from exploiting teleportation commands, crafting items, or using other game mechanics to escape from combat situations or active raids. When a player engages in combat or damages a building, they become temporarily "blocked" from performing certain actions, ensuring fair and engaging PvP encounters.
The plugin features two independent blocking systems that work together:
- Combat Block triggers when players deal or receive damage from other players or NPCs. This prevents players from teleporting away mid-fight or using healing items to gain unfair advantages during combat.
- Raid Block activates when players damage buildings or deployables. It can create dynamic raid zones around targeted buildings that block all players within the zone from using escape mechanics, making offline raids and defensive play more meaningful.
Features
- Dual Blocking System - Separate combat and raid blocking with independent durations and rules
- Dynamic Raid Zones - Automatically creates zones around raided buildings using Zone Manager and Zone Domes
- Customizable Action Restrictions - Block teleportation, crafting, building, healing, vending, kits, trading, and 15+ other actions
- Damage Accumulation - Requires minimum damage threshold before triggering blocks to prevent spam
- Friendly Fire Detection - Integrates with Clans and Friends plugins to prevent blocking during friendly damage
- Permission Profiles - Create custom rule sets for different player groups (VIP, Streamer, etc.)
- Entity Filtering - Include/exclude specific entities using keyword matching on prefab or type names
- Distance Checks - Only trigger raid blocks if attacker is within configurable range
- Health Percentage Triggers - Only block raids when building health drops below specified threshold
- Command Blocking - Block specific commands during combat or raid situations
- Real-time HUD Display - Shows remaining block time with customizable UI
- Relationship-Based Blocking - Spread raid blocks to teammates, clanmates, friends, allies, or authorized players
- Unblock Conditions - Configure when blocks are removed (death, respawn, disconnect)
- Weapon Blacklist - Exclude specific weapons from triggering blocks
- Damage Type Filtering - Only trigger blocks from specific damage types (bullets, explosions, etc.)
- Third-Party Integration - Supports Clans, Backpacks, NTeleportation, Zone Manager, Kits, and more
Better No Escape vs No Escape
| Feature | No Escape | Better No Escape |
|---|---|---|
| Setup | Requires granting dozens of individual permissions for each block type (tpblock, craftblock, buildblock, etc.) | Configure your blocked actions in one place and it just works, no permission setup needed |
| Raid Zones | Fixed radius from where damage occurred — same size for every base | Calculates actual building footprint, small bases get small zones, large compounds get appropriate coverage |
| Visual Zone Boundaries | No visual indication of raid zone | Zone Domes integration shows players exactly where the boundaries are |
| Combat Block Detection | Single hit triggers block — stray bullets and accidents count | Damage adds up over a short window, so only real fights trigger blocks |
| Permission Profiles | One global config for all players | Create custom rule sets for VIPs, donors, streamers so each group gets their own blocked actions and commands |
| Blockable Actions | ~15 actions | 21 actions including healing, mounting, TC auth/deauth, stash hiding, item pickup, item deployment |
| Combat vs Raid Rules | Shared settings for both | Independent command lists and action restrictions. Block /home during raids but allow it in combat |
Recommended Plugins
- Nerfed Raid Building -- Makes newly placed or upgraded walls spawn at reduced health during raids instead of full HP, preventing defenders from panic-spamming fresh structures. Replaces the Raidblock Building Health plugin for users migrating from the original No Escape.
Configuration
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.Combat Block Settings
- Enabled -- Master toggle for combat blocking system. Set to false to disable all combat blocking.
- Block Duration Seconds -- How long players remain combat blocked after damage occurs (default: 180 seconds / 3 minutes).
- Block Attacker On Damage Dealt -- Whether the attacking player gets combat blocked when dealing damage.
- Minimum Damage To Block Attacker -- Minimum damage the attacker must deal before getting blocked. Set to 0.0 to block on any damage. Higher values prevent spam from weak weapons (e.g., set to 5.0 to require at least 5 damage).
- Block Victim On Damage Taken -- Whether the victim gets combat blocked when taking damage.
- Minimum Damage To Block Victim -- Minimum damage the victim must take before getting blocked. Works the same as attacker minimum.
- Damage Accumulation Window Seconds -- Time window for accumulating damage to reach minimum threshold. If a player deals 3 damage, then 3 more damage within this window, it counts as 6 total damage. After this window expires, damage counter resets.
- Ignore Friendly Fire -- When true, damage between teammates, clanmates, friends, or allies will not trigger combat blocks. Requires Clans and/or Friends plugins.
- Include Entity Keywords -- List of keywords to match against entity prefab names or type names. Only entities matching these keywords will trigger combat blocks. Use lowercase keywords.
- Exclude Entity Keywords -- Entities matching these keywords will never trigger combat blocks, even if they match include keywords. Useful for excluding specific entity types like corpses.
- Allowed Damage Types -- Only these damage types will trigger combat blocks. Remove types to prevent blocking from those sources. Available types: Bullet, Arrow, Blunt, Slash, Stab, Bite, Poison, Cold, Drowned, Heat, Hunger, Thirst, Radiation, RadiationExposure, Bleeding, Fall, Generic, Explosion, ElectricShock, AntiVehicle.
- Ignored Weapon Prefabs -- Specific weapon short prefab names that will never trigger combat blocks. Example: ["snowball", "candycaneclub"] to exclude snowballs and candy cane clubs.
- Blocked Commands -- List of commands that cannot be used while combat blocked. Commands are checked case-insensitive without the prefix. Example: to block /tp`, /tpr, and /home, use ["tp", "tpr", "home"].
- Disallowed Actions -- List of actions players cannot perform while combat blocked. See Profile Configuration for all available action types.
Raid Block Settings
- Enabled -- Master toggle for raid blocking system.
- Block Duration Seconds -- How long the raid block lasts (default: 300 seconds / 5 minutes). This timer refreshes each time the building takes damage.
- Only Block If Entity Health Below Percent -- Only trigger raid blocks when the damaged entity's health drops below this percentage. Set to 0 to always trigger regardless of health. Set to 50 to only trigger when entity is below 50% health.
- Only Block If Entity Has Owner -- When true, only blocks raids on owned entities. Unowned entities (like monuments) won't trigger blocks.
- Ignore If Attacker Farther Than -- If the attacker is farther than this distance from the damaged entity, no raid block occurs. Set to 0.0 to disable distance checking. Default 10.0 prevents blocking from long-range explosive throws.
- Include Entity Keywords -- Entities must match at least one of these keywords to trigger raid blocks. Default includes "building" and "door". Use lowercase.
- Exclude Entity Keywords -- Entities matching these keywords never trigger raid blocks.
- Allowed Damage Types -- Only these damage types trigger raid blocks. Default includes "Explosion" and "Blunt" for typical raiding tools like rockets, C4, and melee weapons.
- Ignored Weapon Prefabs -- Weapon short prefab names that won't trigger raid blocks.
- Block Nearby Players Within Distance -- Only used when raid zones are disabled. Blocks all players within this distance of the damaged entity who match the relationship criteria below.
- Relations To Block Near Attacker-- Only used when raid zones are disabled. Defines which players get blocked based on their relationship to the attacker or building owner. Available relationships:
- "Everyone" -- Blocks all players in range (overrides all other settings if present)
- "Owner" -- Building owner
- "Teammate" -- Players on the same team (default Rust team system)
- "Friend" -- Friends of attacker or owner (requires Friends plugin)
- "Clanmate" -- Clan members of attacker or owner (requires Clans plugin)
- "ClanAlly" -- Allied clan members (requires Clans plugin)
- "Auth" -- Players authorized on tool cupboards in the building
Raid Zone Configuration
When "Create Zone": true, the plugin creates dynamic zones around raided buildings using Zone Manager and optionally Zone Domes.- Create Zone -- When true, creates a zone around the entire building that blocks all players inside, regardless of relationships. When false, uses the distance and relationship settings above instead.
- Zone Radius -- Additional radius added beyond the building's actual size. The plugin automatically calculates the building's size and adds this buffer.
- Zone Flags-- Zone Manager flags to apply to the raid zone. These control zone behavior:
- "nobuild": "true" -- Prevents building in the zone
- "nodeploy": "true" -- Prevents deploying items in the zone
- "noplayerloot": "true" -- Prevents looting players in the zone
- Dome Stack -- Number of dome layers to stack on the zone for visibility. Set to 0 to disable domes. Each stack adds another dome layer. Default 1 creates a single visible dome. Requires Zone Domes plugin.
- Dome Color-- Color of the zone dome:
- 0 -- Standard (white/transparent)
- 1 -- Red
- 2 -- Blue
- 3 -- Green
- 4 -- Purple
Unblock Conditions
- Unblock When Player Dies -- Removes all blocks when player dies.
- Unblock When Player Respawns -- Removes all blocks when player respawns (not at a bag/bed).
- Unblock When Player Respawns At Bag -- Removes all blocks when player respawns at a sleeping bag or bed. Set to false to prevent respawning at a nearby bag to escape blocks.
- Unblock When Player Disconnects -- Removes all blocks when player disconnects. Set to false to keep blocks active even when offline (they'll resume on reconnect).
Profile Configuration
Each profile creates a permission in the format
betternoescape.<suffix>;. Players with a profile permission use that profile's settings instead of the default combat/raid settings.Permission Suffix-- The suffix appended to betternoescape. to create the permission name. Must be lowercase.Disallowed Actions-- Custom action restrictions for this profile. Only these actions will be blocked, replacing the default lists entirely.Blocked Commands-- Custom command blocks for this profile, replacing default lists.
| Action | Description | Plugin Required |
|---|---|---|
NoCraft | Prevents crafting items | None |
NoBuild | Prevents placing building blocks | None |
NoItemDrop | Prevents dropping items | None |
NoRepair | Prevents repairing structures | None |
NoUpgrade | Prevents upgrading building blocks | None |
NoRecycle | Prevents using recyclers | None |
NoAutoGrade | Prevents BGrade plugin auto-upgrading | BGrade |
NoVending | Prevents using vending machines | None |
NoKit | Prevents redeeming kits | Kits |
NoTeleport | Prevents teleportation | NTeleportation |
NoTrade | Prevents trading | Trade |
NoBackpack | Prevents opening backpacks | Backpacks |
NoHeal | Prevents using medical items | None |
NoBank | Prevents using bank | Bank |
NoStash | Prevents hiding stashes | None |
NoMount | Prevents mounting vehicles/animals | None |
NoItemDeploy | Prevents deploying items like sleeping bags, furnaces, etc. | None |
NoAuth | Prevents authorizing on tool cupboards | None |
NoDeauth | Prevents deauthorizing on tool cupboards | None |
NoItemPickup | Prevents picking up items | None |
NoArmory | Prevents using armory boxes | Armory |
Troubleshooting
Blocks not triggering:- Check that
Enabledistruefor the relevant block type - Verify the damage type is in
Allowed Damage Types - Ensure minimum damage thresholds are met
- Check if the weapon is in
Ignored Weapon Prefabs - Verify entity matches
Include Entity Keywordsand doesn't matchExclude Entity Keywords - For raid blocks: verify attacker is within
Ignore If Attacker Farther Thandistance (set to 0 to disable distance check)
- Install Zone Manager plugin (required)
- Set
"Create Zone": truein configuration - Install Zone Domes plugin for visual domes (optional but recommended)
- Check console for zone creation errors
Players bypassing blocks:
- Check if they have
betternoescape.bypasspermission - Verify the specific action is in
Disallowed Actionsor command is inBlocked Commands - Check if they're using a permission profile with different settings