Tools / Project Zomboid Recipes / Vanilla (Build 41)

Vanilla (Build 41)

Stock Build 41 servertest.ini for groups still on the previous PZ version. Friendly co-op defaults.

working · Project Zomboid 41 · verified 2026-05-26 · vanilla, build-41, co-op

servertest.ini snippet

MaxPlayers=8
PauseEmpty=true
PVP=false
SafetySystem=true
ShowSafety=true
DisplayUserName=true
ServerWelcomeMessage=Welcome to our Build 41 server.
PingLimit=400

Notes

  • For groups holding back on Build 41 instead of upgrading to 42 (mod compatibility, save preservation, etc.).
  • Pair with Build 41-compatible Workshop mods only; the Workshop Importer flags Build mismatches if it can detect them.

serverpack.json

{
  "schema_version": "0.2",
  "game": "project-zomboid",
  "game_version": "41",
  "source": null,
  "compat": {
    "min_game_version": "41",
    "max_game_version": null
  },
  "provenance": {
    "tool": "recipe:vanilla-build-41",
    "generated_by": "tools.supercraft.host",
    "generated_at": "2026-05-26T07:57:28.067482+00:00"
  },
  "install": {
    "requires_restart": true
  },
  "mods": [],
  "configs": {
    "servertest.ini": {
      "MaxPlayers": "8",
      "PauseEmpty": "true",
      "PVP": "false",
      "SafetySystem": "true",
      "ShowSafety": "true",
      "DisplayUserName": "true",
      "ServerWelcomeMessage": "Welcome to our Build 41 server.",
      "PingLimit": "400"
    }
  }
}