AMPTemplates/seven-days-to-dieconfig.json
IceOfWraith 44e0b48ea7
Update 7d2d Config (#182)
* Update 7d2d

* Update 7d2d

* Update 7d2d Config

The generic 7d2d config doesn't account for the save directory. Updated to add a config version selector under the SteamCMD and Updates tab.

* Update Port Details

* Update manifest.json

* Update manifest.json

* Update save location

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update 7d2d

This fixes an issue with the save location by providing specific config files depending on what a user chooses under SteamCMD & Updates.

* Add pre 20.0 settings

* More settings updated

* Update 7d2d Config

Create manual config download options for 18.4 to Current. Adjusted save location of all generated files to be within the datastore.

* Update manifest.json

* Update seven-days-to-diemetaconfig.json

* Update seven-days-to-dieconfig.json

* Update seven-days-to-dieupdates.json
2022-08-30 22:58:18 -05:00

1155 lines
48 KiB
JSON

[
{
"DisplayName":"Server Name",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"server,name",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"My Amp Host",
"EnumValues":{}
},{
"DisplayName":"Server Description",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the server description to be, will be shown in the server browser.",
"Keywords":"Server,Description",
"FieldName":"ServerDescription",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerDescription']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"An AMP Powered 7 Days to Die server",
"EnumValues":{}
},{
"DisplayName":"Server Website URL",
"Category":"7d2d - Server Settings",
"Description":"Website URL for the server, will be shown in the serverbrowser as a clickable link.",
"Keywords":"Server,Website,URL",
"FieldName":"ServerWebsiteURL",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerWebsiteURL']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"https://cubecoders.com/AMP",
"EnumValues":{}
},{
"DisplayName":"Server Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to the server.",
"Keywords":"Server,Password",
"FieldName":"ServerPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},{
"DisplayName":"Server Login Confirmation Text",
"Category":"7d2d - Server Settings",
"Description":"If set the user will see the message during joining the server and has to confirm it before continuing.",
"Keywords":"Server,Login,Confirmation,Text",
"FieldName":"ServerLoginConfirmationText",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerLoginConfirmationText']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},{
"DisplayName":"Region",
"Category":"7d2d - Server Settings",
"Description":"The region this server is in.",
"Keywords":"Region",
"FieldName":"Region",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='Region']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"NorthAmericaEast",
"EnumValues":{
"NorthAmericaEast": "North America East",
"NorthAmericaWest": "North America West",
"CentralAmerica": "Central America",
"SouthAmerica": "South America",
"Europe": "Europe",
"Russia": "Russia",
"Asia": "Asia",
"MiddleEast": "Middle East",
"Africa": "Africa",
"Oceania": "Oceania"
}
},{
"DisplayName":"Language",
"Category":"7d2d - Server Settings",
"Description":"Primary language for players on this server. Should be the English name of the language, e.g. not \"Deutsch\" but \"German\"",
"Keywords":"Language",
"FieldName":"Language",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='Language']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"English",
"EnumValues":{}
},{
"DisplayName":"Server Port",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"Server,Port",
"FieldName":"$ServerPort",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"26900",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Server Visibility",
"Category":"7d2d - Server Settings",
"Description":"As you are never a friend of a dedicated server, setting this to \"Only shown to friends\" will only work when the first player connects manually by IP.",
"Keywords":"Server,Visibility",
"FieldName":"ServerVisibility",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerVisibility']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"2": "Public",
"1": "Only shown to friends",
"0": "Not listed"
}
},{
"DisplayName":"Server Disabled Network Protocols",
"Category":"7d2d - Server Settings",
"Description":"Dedicated servers should disable SteamNetworking if there is no NAT router in between your users and the server or when port-forwarding is set up correctly.",
"Keywords":"Server,Disabled,Network,Protocols",
"FieldName":"ServerDisabledNetworkProtocols",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerDisabledNetworkProtocols']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"SteamNetworking",
"EnumValues":{
"": "None",
"SteamNetworking": "SteamNetworking",
"LiteNetLib": "LiteNetLib",
"LiteNetLib,SteamNetworking": "Both"
}
},{
"DisplayName":"Server Max World Transfer Speed",
"Category":"7d2d - Server Settings",
"Description":"Maximum speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value.",
"Keywords":"Server,Max,World,Transfer,Speed,KiBs",
"FieldName":"ServerMaxWorldTransferSpeedKiBs",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxWorldTransferSpeedKiBs']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"512",
"EnumValues":{},
"Suffix": "KiBs"
},{
"DisplayName":"Server Max Player Count",
"Category":"7d2d - Server Settings",
"Description":"Maximum Concurrent Players.",
"Keywords":"Server,Max,Player,Count",
"FieldName":"ServerMaxPlayerCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxPlayerCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "players"
},{
"DisplayName":"Server Reserved Slots",
"Category":"7d2d - Server Settings",
"Description":"Out of the Max Player Count this many slots can only be used by players with a specific permission level.",
"Keywords":"Server,Reserved,Slots",
"FieldName":"ServerReservedSlots",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerReservedSlots']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "slots"
},{
"DisplayName":"Server Reserved Slots Permission",
"Category":"7d2d - Server Settings",
"Description":"Required permission level to use the admin slots above.",
"Keywords":"Server,Reserved,Slots,Permission",
"FieldName":"ServerReservedSlotsPermission",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerReservedSlotsPermission']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Control Panel Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable the web control panel.",
"Keywords":"Control,Panel,Enabled",
"FieldName":"ControlPanelEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Control Panel Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the control panel webpage.",
"Keywords":"Control,Panel,Port",
"FieldName":"$ControlPanelPort",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8080",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Control Panel Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to the control panel.",
"Keywords":"Control,Panel,Password",
"FieldName":"ControlPanelPassword",
"InputType":"RandomPassword",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"CHANGEME",
"EnumValues":{}
},{
"DisplayName":"Telnet Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable the telnet.",
"Keywords":"Telnet,Enabled",
"FieldName":"TelnetEnabled",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Telnet Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the telnet server.",
"Keywords":"Telnet,Port",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8081",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Telnet Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to telnet interface.",
"Keywords":"Telnet,Password",
"FieldName":"$RemoteAdminPassword",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Telnet Failed Login Limit",
"Category":"7d2d - Server Settings",
"Description":"After this many wrong passwords from a single remote client the client will be blocked from connecting to the Telnet interface.",
"Keywords":"Telnet,Failed,Login,Limit",
"FieldName":"TelnetFailedLoginLimit",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetFailedLoginLimit']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "attempts"
},{
"DisplayName":"Telnet Failed Logins Block Time",
"Category":"7d2d - Server Settings",
"Description":"How long will the block persist.",
"Keywords":"Telnet,Failed,Logins,Block,time",
"FieldName":"TelnetFailedLoginsBlocktime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetFailedLoginsBlocktime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "seconds"
},{
"DisplayName":"Admin File Name",
"Category":"7d2d - Server Settings",
"Description":"Server admin file name. Path relative to the Save Game Folder.",
"Keywords":"Admin,File,Name",
"FieldName":"AdminFileName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AdminFileName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"serveradmin.xml",
"EnumValues":{}
},{
"DisplayName":"EAC Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enables/Disables EasyAntiCheat.",
"Keywords":"EAC,Enabled",
"FieldName":"EACEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EACEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Hide Command Execution Log",
"Category":"7d2d - Server Settings",
"Description":"Hide logging of command execution..",
"Keywords":"Hide,Command,Execution,Log",
"FieldName":"HideCommandExecutionLog",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='HideCommandExecutionLog']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Show everything",
"1": "Hide only from Telnet/ControlPanel",
"2": "Also hide from remote game clients",
"3": "Hide everything"
}
},{
"DisplayName":"Max Uncovered Map Chunks Per Player",
"Category":"7d2d - Server Settings",
"Description":"Override how many chunks can be uncovered on the ingame map by each player. Resulting max map file size limit per player is (x * 512 Bytes), uncovered area is (x * 256 m²). Default 131072 means max 32 km² can be uncovered at any time.",
"Keywords":"Max,Uncovered,Map,Chunks,Per,Player",
"FieldName":"MaxUncoveredMapChunksPerPlayer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxUncoveredMapChunksPerPlayer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"131072",
"EnumValues":{},
"Suffix": "chunks"
},{
"DisplayName":"Game World",
"Category":"7d2d - Gameplay Settings",
"Description":"\"RWG\" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with: \"Navezgane\", \"PREGEN6k\", \"PREGEN8k\", \"PREGEN10k\").",
"Keywords":"Game,World",
"FieldName":"GameWorld",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"Navezgane",
"EnumValues":{}
},{
"DisplayName":"World Gen Seed",
"Category":"7d2d - Gameplay Settings",
"Description":"If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it.",
"Keywords":"World,Gen,Seed",
"FieldName":"WorldGenSeed",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WorldGenSeed']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"AMP",
"EnumValues":{}
},{
"DisplayName":"World Gen Size",
"Category":"7d2d - Gameplay Settings",
"Description":"If RWG this controls the width and height of the created world. It is also used in combination with WorldGenSeed to create the internal RWG seed thus also creating a unique map name even if using the same WorldGenSeed. Has to be a multiple of 2048 between 2048 and 16384, though large map sizes will take long to generate / download / load.",
"Keywords":"World,Gen,Size",
"FieldName":"WorldGenSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WorldGenSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"6144",
"EnumValues":{}
},{
"DisplayName":"Game Name",
"Category":"7d2d - Gameplay Settings",
"Description":"Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world.`",
"Keywords":"Game,Name",
"FieldName":"GameName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"My AMP Game",
"EnumValues":{}
},{
"DisplayName":"Game Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Only one game mode available at this time. Placeholder for future options.",
"Keywords":"Game,Mode",
"FieldName":"GameMode",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"GameModeSurvival",
"EnumValues":{}
},{
"DisplayName":"Game Difficulty",
"Category":"7d2d - Gameplay Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"Game,Difficulty",
"FieldName":"GameDifficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameDifficulty']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"0": "Scavenger - Easiest",
"1": "Adventurer - Easy",
"2": "Nomad - Normal",
"3": "Warrior - Hard",
"4": "Survivalist - Harder",
"5": "Insane - Hardest"
}
},{
"DisplayName":"Player Block Damage",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do players to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,Player",
"FieldName":"BlockDamagePlayer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamagePlayer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"AI Block Damage",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do AIs do to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,AI",
"FieldName":"BlockDamageAI",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamageAI']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"AI Block Damage Blood Moon",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do AIs do during blood moons to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,AI,Blood,Moon",
"FieldName":"BlockDamageAIBM",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamageAIBM']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"XP Multiplier",
"Category":"7d2d - Gameplay Settings",
"Description":"XP gain multiplier (percentage in whole numbers)",
"Keywords":"XP,Multiplier",
"FieldName":"XPMultiplier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='XPMultiplier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"Player Safe Zone Level",
"Category":"7d2d - Gameplay Settings",
"Description":"If a player is less or equal this level he will create a safe zone (no enemies).",
"Keywords":"Player,Safe,Zone,Level",
"FieldName":"PlayerSafeZoneLevel",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerSafeZoneLevel']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Player Safe Zone Hours",
"Category":"7d2d - Gameplay Settings",
"Description":"Hours in world time this safe zone exists.",
"Keywords":"Player,Safe,Zone,Hours",
"FieldName":"PlayerSafeZoneHours",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerSafeZoneHours']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Build Create",
"Category":"7d2d - Gameplay Settings",
"Description":"cheat mode on/off.",
"Keywords":"Build,Create,cheat,mode",
"FieldName":"BuildCreate",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BuildCreate']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Day Night Length",
"Category":"7d2d - Gameplay Settings",
"Description":"Real time minutes per in game day: 60 minutes.",
"Keywords":"Day,Night,Length",
"FieldName":"DayNightLength",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DayNightLength']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"60",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Day Light Length",
"Category":"7d2d - Gameplay Settings",
"Description":"In game hours the sun shines per day: 18 hours day light per in game day.",
"Keywords":"Day,Light,Length",
"FieldName":"DayLightLength",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DayLightLength']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"18",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Drop On Death",
"Category":"7d2d - Gameplay Settings",
"Description":"What a player drops upon death",
"Keywords":"Drop,On,Death",
"FieldName":"DropOnDeath",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DropOnDeath']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"0": "Nothing",
"1": "Everything",
"2": "Toolbelt Only",
"3": "Backpack Only",
"4": "Delete All"
}
},{
"DisplayName":"Drop On Quit",
"Category":"7d2d - Gameplay Settings",
"Description":"What a player drops upon death",
"Keywords":"Drop,On,Quit",
"FieldName":"DropOnQuit",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DropOnQuit']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Nothing",
"1": "Everything",
"2": "Toolbelt Only",
"3": "Backpack Only"
}
},{
"DisplayName":"Bedroll Dead Zone Size",
"Category":"7d2d - Gameplay Settings",
"Description":"Size (box \"radius\", so a box with 2 times the given value for each side's length) 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.",
"Keywords":"Bedroll,Dead,Zone,Size",
"FieldName":"BedrollDeadZoneSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BedrollDeadZoneSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"15",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Bedroll Expiry Time",
"Category":"7d2d - Gameplay Settings",
"Description":"Number of real world days a bedroll stays active after owner was last online.",
"Keywords":"Bedroll Expiry Time",
"FieldName":"BedrollExpiryTime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BedrollExpiryTime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"45",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Max Spawned Zombies",
"Category":"7d2d - Gameplay Settings",
"Description":"This setting covers the entire map. There can only be this many zombies on the entire map at one time. Changing this setting has a huge impact on performance.",
"Keywords":"Max,Spawned,Zombies",
"FieldName":"MaxSpawnedZombies",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxSpawnedZombies']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"64",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Max Spawned Animals",
"Category":"7d2d - Gameplay Settings",
"Description":"If your server has a large number of players you can increase this limit to add more wildlife. Animals don't consume as much CPU as zombies. NOTE: That this doesn't cause more animals to spawn arbitrarily: The biome spawning system only spawns a certain number of animals in a given area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it.",
"Keywords":"Max,Spawned,Animals",
"FieldName":"MaxSpawnedAnimals",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxSpawnedAnimals']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"50",
"EnumValues":{},
"Suffix": "animals"
},{
"DisplayName":"Server Max Allowed View Distance",
"Category":"7d2d - Gameplay Settings",
"Description":"Max viewdistance a client may request (6 - 12). High impact on memory usage and performance.",
"Keywords":"Server,Max,Allowed,View,Distance",
"FieldName":"ServerMaxAllowedViewDistance",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxAllowedViewDistance']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"12",
"EnumValues":{
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"12": "12"
}
},{
"DisplayName":"Enemy Spawn Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Enable/Disable enemy spawning.",
"Keywords":"Enemy,Spawn,Mode",
"FieldName":"EnemySpawnMode",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EnemySpawnMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Enemy Difficulty",
"Category":"7d2d - Gameplay Settings",
"Description":"Difficulty of the enemies.",
"Keywords":"Enemy,Difficulty",
"FieldName":"EnemyDifficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EnemyDifficulty']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Normal",
"1": "Feral"
}
},{
"DisplayName":"Zombie Feral Sense",
"Category":"7d2d - Gameplay Settings",
"Description":"When zombies should have feral sense.",
"Keywords":"Zombie,Feral,Sense",
"FieldName":"ZombieFeralSense",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieFeralSense']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Off",
"1": "Day",
"2": "Night",
"3": "All"
}
},{
"DisplayName":"Zombie Move Day",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during the day.",
"Keywords":"Zombie,Move",
"FieldName":"ZombieMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Walk",
"1": "Job",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Move Night",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during the night.",
"Keywords":"Zombie,Move,Night",
"FieldName":"ZombieMoveNight",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieMoveNight']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Job",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Feral Move",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed of feral zombies.",
"Keywords":"Zombie,Feral,Move",
"FieldName":"ZombieFeralMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieFeralMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Job",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Move Blood Moon",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during a blood moon.",
"Keywords":"Zombie,Move,blood,moon",
"FieldName":"ZombieBMMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieBMMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Job",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Blood Moon Frequency",
"Category":"7d2d - Gameplay Settings",
"Description":"What frequency (in days) should a blood moon take place. Set to \"0\" for no blood moons.",
"Keywords":"Blood,Moon,Frequency",
"FieldName":"BloodMoonFrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonFrequency']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Blood Moon Range",
"Category":"7d2d - Gameplay Settings",
"Description":"How many days can the actual blood moon day randomly deviate from the above setting. Setting this to 0 makes blood moons happen exactly each Nth day as specified in Blood Moon Frequency.",
"Keywords":"Blood,Moon,Range",
"FieldName":"BloodMoonRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Blood Moon Warning",
"Category":"7d2d - Gameplay Settings",
"Description":"The Hour number that the red day number begins on a blood moon day. Setting this to -1 makes the red never show.",
"Keywords":"Blood,Moon,Warning",
"FieldName":"BloodMoonWarning",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonWarning']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "hour"
},{
"DisplayName":"Blood Moon Enemy Count",
"Category":"7d2d - Gameplay Settings",
"Description":"This is the number of zombies that can be alive (spawned at the same time) at any time PER PLAYER during a blood moon horde, however, MaxSpawnedZombies overrides this number in multiplayer games. Also note that your game stage sets the max number of zombies PER PARTY. Low game stage values can result in lower number of zombies than the BloodMoonEnemyCount setting. Changing this setting has a huge impact on performance.",
"Keywords":"Blood,Moon,Enemy,Count",
"FieldName":"BloodMoonEnemyCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonEnemyCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Loot Abundance",
"Category":"7d2d - Gameplay Settings",
"Description":"Percentage of loot in whole numbers.",
"Keywords":"Loot,Abundance",
"FieldName":"LootAbundance",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LootAbundance']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"Loot Respawn Days",
"Category":"7d2d - Gameplay Settings",
"Description":"Days in whole numbers for loot to respawn.",
"Keywords":"Loot,Respawn,Days",
"FieldName":"LootRespawnDays",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LootRespawnDays']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Air Drop Frequency",
"Category":"7d2d - Gameplay Settings",
"Description":"How often airdrop occur in game-hours, 0 = never.",
"Keywords":"Air,Drop,Frequency",
"FieldName":"AirDropFrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AirDropFrequency']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"72",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Air Drop Marker",
"Category":"7d2d - Gameplay Settings",
"Description":"Sets if a marker is added to map/compass for air drops.",
"Keywords":"Air,Drop,Marker",
"FieldName":"AirDropMarker",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AirDropMarker']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Party Shared Kill Range",
"Category":"7d2d - Gameplay Settings",
"Description":"The distance you must be within to receive party shared kill xp and quest party kill objective credit.",
"Keywords":"Party,Shared,Kill,Range",
"FieldName":"PartySharedKillRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PartySharedKillRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Player Killing Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Player Killing Settings.",
"Keywords":"Player,Killing,Mode",
"FieldName":"PlayerKillingMode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerKillingMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "No Killing",
"1": "Kill Allies Only",
"2": "Kill Strangers Only",
"3": "Kill Everyone"
}
},{
"DisplayName":"Land Claim Count",
"Category":"7d2d - Gameplay Settings",
"Description":"Maximum allowed land claims per player.",
"Keywords":"Land,Claim,Count",
"FieldName":"LandClaimCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{},
"Suffix": "claims"
},{
"DisplayName":"Land Claim Size",
"Category":"7d2d - Gameplay Settings",
"Description":"Size in blocks that is protected by a keystone.",
"Keywords":"Land,Claim,Size",
"FieldName":"LandClaimSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"41",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Land Claim Dead Zone",
"Category":"7d2d - Gameplay Settings",
"Description":"Keystones must be this many blocks apart (unless you are friends with the other player).",
"Keywords":"Land,Claim,Dead,Zone",
"FieldName":"LandClaimDeadZone",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimDeadZone']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"30",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Land Claim Expiry Time",
"Category":"7d2d - Gameplay Settings",
"Description":"The number of real world days a player can be offline before their claims expire and are no longer protected.",
"Keywords":"Land,Claim,Expiry,Time",
"FieldName":"LandClaimExpiryTime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimExpiryTime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Land Claim Decay Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Controls how offline players land claims decay.",
"Keywords":"Land,Claim,Decay,Mode",
"FieldName":"LandClaimDecayMode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimDecayMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Slow (Linear)",
"1": "Fast (Exponential)",
"2": "None (Full protection until claim is expired)"
}
},{
"DisplayName":"Land Claim Online Durability Modifier",
"Category":"7d2d - Gameplay Settings",
"Description":"How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 4x.",
"Keywords":"Land,Claim,Online,Durability,Modifier",
"FieldName":"LandClaimOnlineDurabilityModifier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOnlineDurabilityModifier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"4",
"EnumValues":{},
"Suffix": "X"
},{
"DisplayName":"Land Claim Offline Durability Modifier",
"Category":"7d2d - Gameplay Settings",
"Description":"How much protected claim area block hardness is increased when a player is offline. 0 means infinite (no damage will ever be taken). Default is 4x.",
"Keywords":"Land,Claim,Offline,Durability,Modifier",
"FieldName":"LandClaimOfflineDurabilityModifier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOfflineDurabilityModifier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"4",
"EnumValues":{},
"Suffix": "X"
},{
"DisplayName":"Land Claim Offline Delay",
"Category":"7d2d - Gameplay Settings",
"Description":"The number of minutes after a player logs out that the land claim area hardness transitions from online to offline. Default is 0.",
"Keywords":"Land,Claim,Offline,Delay",
"FieldName":"LandClaimOfflineDelay",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOfflineDelay']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Dynamic Mesh Enabled",
"Category":"7d2d - Gameplay Settings",
"Description":"Is Dynamic Mesh system enabled?",
"Keywords":"Dynamic,Mesh,Enabled",
"FieldName":"DynamicMeshEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Dynamic Mesh Land Claim Only",
"Category":"7d2d - Gameplay Settings",
"Description":"Is Dynamic Mesh system only active in player LCB areas?",
"Keywords":"Dynamic,Mesh,Land,Claim,Only",
"FieldName":"DynamicMeshLandClaimOnly",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshLandClaimOnly']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Dynamic Mesh Land Claim Buffer",
"Category":"7d2d - Gameplay Settings",
"Description":"Dynamic Mesh LCB chunk radius.",
"Keywords":"Dynamic Mesh Land Claim Buffer",
"FieldName":"DynamicMeshLandClaimBuffer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshLandClaimBuffer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Dynamic Mesh Max Item Cache",
"Category":"7d2d - Gameplay Settings",
"Description":"How many items can be processed concurrently, higher values use more RAM.",
"Keywords":"Dynamic,Mesh,Max,Item,Cache",
"FieldName":"DynamicMeshMaxItemCache",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshMaxItemCache']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{},
"Suffix": "items"
},{
"DisplayName":"TwitchServerPermission",
"Category":"7d2d - Gameplay Settings",
"Description":"Required permission level to use twitch integration on the server.",
"Keywords":"Twitch,Server,Permission",
"FieldName":"TwitchServerPermission",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TwitchServerPermission']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"90",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Twitch Blood Moon Allowed",
"Category":"7d2d - Gameplay Settings",
"Description":"If the server allows twitch actions during a blood moon. This could cause server lag with extra zombies being spawned during blood moon.",
"Keywords":"Twitch,Blood,Moon,Allowed",
"FieldName":"TwitchBloodMoonAllowed",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TwitchBloodMoonAllowed']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Release Stream",
"Category":"SteamCMD and Updates",
"Description":"\"public\" is default. Choose a custom release on [SteamDB](https://steamdb.info/app/294420/depots/).",
"Keywords":"use,experimental,release,stream",
"FieldName":"Stream",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"Stream",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"Placeholder":"public",
"EnumValues":{}
},{
"DisplayName":"Config File Version",
"Category":"SteamCMD and Updates",
"Description":"Select which config file to download. Must match the version of the Release Stream.",
"Keywords":"config,file,version",
"FieldName":"ConfigFile",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ConfigFile",
"IncludeInCommandLine":false,
"DefaultValue":"seven-days-settings204",
"EnumValues":{
"seven-days-settings184": "18.4",
"seven-days-settings196": "19.6",
"seven-days-settings200-203": "20.0 to 20.3",
"seven-days-settings204": "20.4 or Higher"
}
},{
"DisplayName":"Install UMOD",
"Category":"SteamCMD and Updates",
"Description":"Auto-installs UMod when the server is updated.",
"Keywords":"install,umod",
"FieldName":"UMOD",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"UMOD",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
}
]