Web Analytics Made Easy - Statcounter

Tools / 7 Days to Die Recipes / Chill PvE Co-op

Chill PvE Co-op

A relaxed vanilla 7 Days to Die dedicated-server preset for small PvE groups: public listing off by default, easier zombies, longer days, lighter death penalty, and manageable blood moons.

working · 7 Days to Die 1.2 · verified 2026-07-10 · vanilla, pve, casual, co-op

Deployable config

[serverconfig.xml]
ServerName=Chill PvE Co-op
ServerDescription=Relaxed PvE co-op world with safer defaults for friends.
ServerVisibility=1
ServerPassword=change-me
MaxPlayerCount=8
GameWorld=Navezgane
GameName=ChillPve
GameDifficulty=1
DayNightLength=90
DayLightLength=18
BloodMoonFrequency=7
BloodMoonEnemyCount=6
EnemyDifficulty=0
LootAbundance=125
XPMultiplier=125
DropOnDeath=0
PlayerSafeZoneLevel=5
PersistentPlayerProfiles=true
Download serverpack.json Host this preset

Install steps

  1. Download serverpack.json to keep a portable copy of the preset.
  2. Copy the serverconfig.xml values into your 7 Days to Die serverconfig.xml.
  3. Change ServerPassword, GameName, and GameWorld if you are using a generated world.
  4. Restart the server, join once as an admin, and confirm the day length, difficulty, and player cap.

Notes

  • ServerVisibility=1 keeps discovery limited while you are testing with friends.
  • DropOnDeath=0 keeps deaths forgiving for casual co-op groups.
  • Use a generated world by replacing GameWorld with the generated world folder name.

serverpack.json

{
  "schema_version": "0.2",
  "game": "7-days-to-die",
  "game_version": "1.2",
  "source": null,
  "compat": {
    "min_game_version": "1.2",
    "max_game_version": null
  },
  "provenance": {
    "tool": "recipe:chill-pve",
    "generated_by": "tools.supercraft.host",
    "generated_at": "2026-07-10T06:32:57.903605+00:00"
  },
  "install": {
    "requires_restart": true
  },
  "mods": [],
  "configs": {
    "serverconfig.xml": {
      "ServerName": "Chill PvE Co-op",
      "ServerDescription": "Relaxed PvE co-op world with safer defaults for friends.",
      "ServerVisibility": "1",
      "ServerPassword": "change-me",
      "MaxPlayerCount": "8",
      "GameWorld": "Navezgane",
      "GameName": "ChillPve",
      "GameDifficulty": "1",
      "DayNightLength": "90",
      "DayLightLength": "18",
      "BloodMoonFrequency": "7",
      "BloodMoonEnemyCount": "6",
      "EnemyDifficulty": "0",
      "LootAbundance": "125",
      "XPMultiplier": "125",
      "DropOnDeath": "0",
      "PlayerSafeZoneLevel": "5",
      "PersistentPlayerProfiles": "true"
    }
  }
}