events.xml DayZ config file guide

Home

The DayZ server events.xml file is used to configure various event settings for your server.

event

string

Name of the event.

nominal

integer

How many of this event can be active on the server.

min

integer

Minimum number of this event to spawn.

max

integer

Maximum number of this event to spawn.

lifetime

integer

Once this event spawns, how long (in seconds) it will stay in place if not triggered.

restock

integer

Time until this event can spawn again.

saferadius

integer

The safe radius around the event where no players will be spawned.

distanceradius

integer

The distance radius around the event where players will be spawned.

cleanupradius

integer

The radius around the event where loot will be cleaned up.

flags

string

Event flags such as deletable, init_random, remove_damaged.

position

string

Positioning type of the event, such as fixed.

limit

string

Spawn limit type, such as mixed.

active

0 or 1

Whether the event is active.

children

string

Child elements of the event, each specifying a different type of child to spawn.