ExfilZones

Quick rating

ExfilZones

No reviews yet

Create customizable evacuation points with green particle effects, timers, and HUD displays. Inspired by Escape from Tarkov.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

撤离点模组 (Evacuation Mod) 介绍

什么是撤离点模组?

这是一个为 Minecraft 1.20.1 Forge 设计的实用模组,允许管理员通过指令创建两种类型的撤离点:正常撤离点倒计时撤离点。撤离点以绿色圆形粒子效果显示,玩家进入后根据设定条件触发传送,适合用于服务器活动、小游戏或生存模式的安全区域。

主要功能

  • 两种撤离模式
    • 正常撤离点:玩家进入后需要等待指定时间(个人计时)才能撤离,撤离后传送到预设位置。
    • 倒计时撤离点:撤离点本身有一个持续时间,时间结束后范围内所有玩家(按人数上限)被强制撤离。
    • 高度自定义:创建时可设置名称、范围半径、等待时间、持续时间、最大人数、传送坐标、是否聊天播报、是否显示屏幕HUD。
    • 视觉提示:撤离点以绿色圆形粒子效果显示,粒子密度随半径变化,清晰可见。
    • 屏幕HUD:当玩家位于撤离点内时,屏幕上方会显示撤离点名称和剩余时间(可单独开关)。
    • 聊天播报:可控制进入、撤离、开启/关闭等消息是否显示。

指令列表

所有指令需要管理员权限。

  • 创建撤离点
    /evac create <类型> <名称> <中心坐标> <半径> <个人等待秒数> <持续时间秒> <最大人数> <传送坐标> <是否播报> <是否显示HUD>
    类型:normal(正常)或 countdown(倒计时)
    示例:/evac create normal 安全区 100 64 200 5 60 30 0 80 0 true true
  • 移除撤离点
    /evac remove <名称>
  • 查看所有撤离点
    /evac list

游戏内效果

  • 撤离点周围有绿色粒子光环,夜晚也很显眼。
  • 进入撤离点时,屏幕上方会实时显示剩余时间(如可开关)。
  • 正常撤离点会提示进入、剩余秒数(最后10秒)和撤离成功。
  • 倒计时撤离点只在开启和结束时播报,不打扰玩家。

适用场景

  • 服务器活动中的安全撤离区域
  • 小游戏中的传送点
  • 生存模式中的临时庇护所
  • 自定义地图中的目标区域

安装方式

  1. 安装 Minecraft 1.20.1 和对应版本的 Forge。
  2. 将下载的 evacuation-1.0.0.jar 放入 mods 文件夹。
  3. 启动游戏,即可使用。

快来试试用指令创建属于你的撤离点吧!

ExfilZones – Create Your Own Extraction Points in Minecraft!

Overview ExfilZones is a Forge mod for Minecraft 1.20.1 that allows server admins to create two types of evacuation (extraction) zones: Normal and Countdown. Players entering these zones will be teleported to a predefined location after meeting certain conditions, just like in Escape from Tarkov. The zones are visually marked by a green circular particle effect, and a customizable HUD displays the remaining time when inside.

Features

Two Extraction Modes:

Normal Zone: Players must stay inside for a set amount of time (personal timer) before being teleported.

Countdown Zone: The zone itself has a duration; when it expires, all players inside (up to the limit) are extracted together.

Fully Customizable: Set the name, radius, personal delay, zone duration, max players, target coordinates, broadcast toggle, and HUD toggle per zone.

Visual Indicator: A green particle circle (using vanilla particles) marks the zone boundary – the particle density scales with radius.

Heads-Up Display (HUD): When inside a zone, the screen displays [Zone Name] Remaining Time: Xm Ys on a semi-transparent background. Can be disabled per zone.

Chat Announcements: Optional broadcasts for zone opening, player entry, extraction countdown (last 10 seconds), and successful extractions. Countdown zones do not spam personal timers.

Persistent Storage: Zones are saved per dimension and survive server restarts.

Simple Commands: All features are controlled via intuitive commands (requires operator permission).

Commands All commands require operator level:

/evac create normal

<personalDelay> <zoneDuration> <maxPlayers> <showHUD> Creates a normal extraction zone.

/evac create countdown

<personalDelay> <zoneDuration> <maxPlayers> <showHUD> Creates a countdown zone (personalDelay is ignored but required).

/evac remove Removes an existing zone.

/evac list Lists all zones in the current dimension with details.

Parameters explained:

name: Unique identifier.

center: Coordinates (x y z) of the zone center.

radius: Radius in blocks (1-100).

personalDelay: Seconds a player must stay inside (normal only; 0-3600).

zoneDuration: Seconds the zone exists (1-86400).

maxPlayers: Maximum number of players who can extract (1-100).

target: Destination coordinates (x y z) after extraction.

broadcast: true/false – enable/disable chat announcements.

showHUD: true/false – enable/disable the on-screen timer display.

Example /evac create normal safezone 100 64 200 10 60 30 0 80 0 true true Creates a normal zone named "safezone" with radius 10, 10-second personal delay, 60-second zone duration, max 30 players, teleporting to (0,80,0), with broadcasts and HUD enabled.

Compatibility & Requirements

Minecraft: 1.20.1

Forge: 47.4.10 or later

Multiplayer ready: Works on dedicated servers; all logic runs server-side, particles and HUD are client-side.

Installation

Install Minecraft Forge 1.20.1.

Download the ExfilZones.jar file and place it into the mods folder.

Launch the game and start using commands!

Support & Feedback For issues or suggestions, please leave a comment on the mod page or contact us via [your preferred platform].

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works