Zones¶
Create protected areas with configurable enforcement rules.
What It Does¶
Zones let you define geographic areas on the DayZ map with custom rules. When players enter or interact with a zone, the bot can trigger actions like bans, manhunts, or simply log the violation.
Creating Zones¶
Add a Zone¶
Creates a new zone with the given name and opens an interactive polygon editor. The editor lets you:
- Define the polygon — Enter coordinates in
x / yformat, one per line, to trace the zone boundary on the map - Choose trigger territory — Select whether the rules apply to players inside or outside the polygon
- Select triggers — Choose which actions trigger the zone rules (0-3 triggers):
- Trespass — Player enters the zone
- Kill — Player kills someone in the zone
- Trap — Player sets a trap in the zone
- Tent — Player places a tent in the zone
- Build — Player builds a structure in the zone
- Set action — Choose what happens when triggered:
- None — No action (informational only)
- Manhunt — Start a manhunt against the violating player
- Ban — Ban the violating player
- Add whitelist — Specify player names who are exempt from zone rules
- Set report channel — Choose which Discord channel receives zone violation reports
Edit a Zone¶
Opens the polygon editor pre-loaded with the zone's current settings. Use autocomplete to find existing zones.
Delete a Zone¶
Permanently removes a zone and all its configuration. Use autocomplete to find existing zones.
How Zone Checking Works¶
Zone checking runs automatically as the bot processes server logs. When new player activity is recorded:
- The zone checker reads each zone's polygon and triggers
- Player positions from the logs are checked against each zone
- If a player violates a zone rule, the configured action is triggered
- Violation reports are sent to the configured report channel
Polygon Coordinates¶
Zone polygons are defined by entering GPS coordinates in the format:
One coordinate pair per line. For example:
The bot generates a visual polygon overlay on the server map image to help you verify your zone shape.
Related Features¶
- Anti-Cheat & Bans — Ban actions and cheater detection
- Manhunts — Manhunt rewards and tracking
- Notifications — Zone report channels