<propertyname="ServerPort"value="26900"/><!-- Port you want the server to listen on. -->
<propertyname="ServerIsPublic"value="true"/><!-- Should this server register to master server -->
<propertyname="ServerName"value="SERVERNAME"/><!-- Whatever you want the name to be. -->
<propertyname="ServerName"value="My Game Host"/><!-- Whatever you want the name to be. -->
<propertyname="ServerPassword"value=""/><!-- Password to gain entry to the server -->
<propertyname="ServerMaxPlayerCount"value="8"/><!-- Maximum Concurrent Players -->
<propertyname="ServerReservedSlots"value="0"/><!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
<propertyname="ServerReservedSlotsPermission"value="100"/><!-- Required permission level to use reserved slots above -->
<propertyname="ServerAdminSlots"value="0"/><!-- This many admins can still join even if the server has reached MaxPlayerCount -->
<propertyname="ServerAdminSlotsPermission"value="0"/><!-- Required permission level to use the admin slots above -->
<propertyname="ServerDescription"value="A 7 Days to Die server"/><!-- Whatever you want the description to be. -->
<propertyname="ServerWebsiteURL"value=""/><!-- Website URL for the server -->
<propertyname="ServerDisabledNetworkProtocols"value="UNET"/><!-- Networking protocols that should not be used. Separated by comma. Possible values: UNET, RakNet, SteamNetworking. Ex: "unet,steamnetworking" -->
<propertyname="GameWorld"value="Navezgane"/><!-- Navezgane, Random Gen -->
<propertyname="GameName"value="My Game"/><!-- Whatever you want the game name to be THIS CONTROLS THE RANDOM GENERATION SEED -->
@ -25,19 +31,19 @@
<propertyname="ControlPanelEnabled"value="false"/><!-- Enable/Disable the control panel -->
<propertyname="ControlPanelPort"value="8080"/><!-- Port of the control panel webpage -->
<propertyname="ControlPanelPassword"value="ADMINPASSWORD"/><!-- Password to gain entry to the control panel -->
<propertyname="ControlPanelPassword"value="CHANGEME"/><!-- Password to gain entry to the control panel -->
<propertyname="TelnetEnabled"value="true"/><!-- Enable/Disable the telnet -->
<propertyname="TelnetPort"value="8081"/><!-- Port of the telnet server -->
<propertyname="TelnetPassword"value="ADMINPASSWORD"/><!-- Password to gain entry to telnet interface -->
<propertyname="TelnetPassword"value=""/><!-- Password to gain entry to telnet interface -->
<propertyname="AdminFileName"value="serveradmin.xml"/><!-- Server admin file name -->
<propertyname="BlockDurabilityModifier"value="100"/><!-- percentage in whole numbers -->
@ -45,7 +51,7 @@
<propertyname="LootAbundance"value="100"/><!-- percentage in whole numbers -->
<propertyname="LootRespawnDays"value="30"/><!-- days in whole numbers -->
<propertyname="LandClaimSize"value="7"/><!-- Size in blocks that is protected by a keystone -->
<propertyname="LandClaimSize"value="41"/><!-- Size in blocks that is protected by a keystone -->
<propertyname="LandClaimDeadZone"value="30"/><!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
<propertyname="LandClaimExpiryTime"value="3"/><!-- The number of days a player can be offline before their claims expire and are no longer protected -->
<propertyname="LandClaimDecayMode"value="0"/><!-- Controls how offline players land claims decay. All claims have full protection for the first 24hrs. 0=Linear, 1=Exponential, 2=Full protection until claim is expired. -->
<propertyname="HideCommandExecutionLog"value="0"/><!-- Hide logging of command execution. 0 = show everything, 1 = hide only from Telnet/ControlPanel, 2 = also hide from remote game clients, 3 = hide everything -->
<propertyname="MaxUncoveredMapChunksPerPlayer"value="131072"/><!-- Override how many chunks can be uncovered on the ingame map by each player. Resulting max map file size per player is 512 Bytes times this value. Default 131072 means max 32 km² can be uncovered at any time -->
<propertyname="BedrollDeadZoneSize"value="15"/><!-- Size of bedroll deadzone, no zombies will spawn inside this area, and any cleared sleeper volumes that touch a bedroll deadzone will not spawn after they've been cleared. -->
<!--property name="SaveGameFolder" value="absolute path" /--><!-- use this to override the default save game path -->