7 Days to Die Loot & Drop Settings

Configure loot abundance, respawn rates, airdrops, and death drop penalties on your 7DTD server.

Control how much loot spawns, how fast it respawns, and what happens to a player's inventory on death.

Loot Settings

In serverconfig.xml:

<property name="LootAbundance" value="100" />
<property name="LootRespawnDays" value="7" />
<property name="AirDropFrequency" value="72" />
<property name="AirDropMarker" value="false" />
SettingDefaultDescription
LootAbundance100Percentage of loot in containers. 200 = double loot, 50 = half.
LootRespawnDays7In-game days before fully looted containers refill
AirDropFrequency72In-game hours between airdrops. 0 = disabled.
AirDropMarkerfalseShow airdrop location on the map and compass

Loot Abundance Guide

ValueExperience
25Very scarce — hardcore scavenging
50Half loot — challenging
100Standard (default)
150Generous — faster progression
200Double loot — casual/relaxed

📝 Note: LootAbundance affects how much loot spawns in containers, not the quality of items. Quality scales with Game Stage.

Drop on Death

<property name="DropOnDeath" value="1" />
<property name="DropOnQuit" value="0" />
ValueBehavior
0Nothing dropped — keep everything
1Drop everything (inventory + toolbelt)
2Toolbelt only
3Backpack only
4Delete all — items are destroyed, not dropped

DropOnQuit uses the same values but triggers when a player disconnects.

Common Configurations

Casual PvE — keep items on death:

<property name="DropOnDeath" value="0" />
<property name="DropOnQuit" value="0" />

Standard survival — drop everything:

<property name="DropOnDeath" value="1" />
<property name="DropOnQuit" value="0" />

Hardcore PvP — destroy items on death (no recovery):

<property name="DropOnDeath" value="4" />
<property name="DropOnQuit" value="3" />

Airdrop Tips

  • Airdrops are supply crates that parachute from a plane at set intervals
  • The default 72 game-hours equals roughly every 3 in-game days (with default day length)
  • Set AirDropMarker to true if you want players to easily find drops
  • Supply crates contain high-quality loot and weapons
  • Admins can force an airdrop with the spawnairdrop console command

⚠️ Modded flag: Changing LootAbundance, LootRespawnDays, AirDropFrequency, or DropOnDeath from defaults marks the server as "Modded" in the browser.

How is this guide?

40% Off — Limited TimeGet your 7 Days to Die server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page