Update multiple items

Fixed/removed descriptions, switched to OS_CLOSE, added suffixes.
This commit is contained in:
James Manker 2022-03-23 18:29:59 -05:00
parent ade6f52fc8
commit 0085cc23e5
2 changed files with 27 additions and 115 deletions

View File

@ -11,6 +11,7 @@ Meta.MetaConfigManifest=space-engineers-genericmetaconfig.json
Meta.ConfigRoot=space-engineers-generic.kvp Meta.ConfigRoot=space-engineers-generic.kvp
Meta.MinAMPVersion=2.3.0.9 Meta.MinAMPVersion=2.3.0.9
Meta.SpecificDockerImage= Meta.SpecificDockerImage=
Meta.DockerRequired=False
Meta.ContainerPolicy=Supported Meta.ContainerPolicy=Supported
Meta.Prerequsites=[] Meta.Prerequsites=[]
Meta.ConfigReleaseState=NotSpecified Meta.ConfigReleaseState=NotSpecified
@ -27,7 +28,7 @@ App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"298740"} App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"298740"}
App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterFormat=-{0} "{1}"
App.CommandLineParameterDelimiter= App.CommandLineParameterDelimiter=
App.ExitMethod=String App.ExitMethod=OS_CLOSE
App.ExitTimeout=30 App.ExitTimeout=30
App.ExitString=taskkill /IM App.ExitString=taskkill /IM
App.ExitFile=app_exit.lck App.ExitFile=app_exit.lck
@ -47,6 +48,7 @@ App.AdminMethod=STDIO
App.AdminLoginTransform=None App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=5 App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5 App.RCONConnectRetrySeconds=5
App.TelnetLoginFormat={0}
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "298740"},{"UpdateStageName":"Create Config Directory","UpdateSourcePlatform":"All","UpdateSource":"CreateDirectory","UpdateSourceArgs":"space-engineers-generic/298740/servers","OverwriteExistingFiles":false},{"UpdateStageName": "Base Config Download","UpdateSourcePlatform": "All", "UpdateSource": "FetchURL", "UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/SpaceEngineers-Dedicated.cfg","UpdateSourceTarget":"298740/servers","OverwriteExistingFiles":false}] App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "298740"},{"UpdateStageName":"Create Config Directory","UpdateSourcePlatform":"All","UpdateSource":"CreateDirectory","UpdateSourceArgs":"space-engineers-generic/298740/servers","OverwriteExistingFiles":false},{"UpdateStageName": "Base Config Download","UpdateSourcePlatform": "All", "UpdateSource": "FetchURL", "UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/SpaceEngineers-Dedicated.cfg","UpdateSourceTarget":"298740/servers","OverwriteExistingFiles":false}]
App.Compatibility=None App.Compatibility=None
App.SteamUpdateAnonymousLogin=True App.SteamUpdateAnonymousLogin=True
@ -73,4 +75,4 @@ Limits.SleepMode=False
Limits.SleepOnStart=False Limits.SleepOnStart=False
Limits.SleepDelayMinutes=5 Limits.SleepDelayMinutes=5
Limits.DozeDelay=2 Limits.DozeDelay=2
Limits.AutoRetryCount=5 Limits.AutoRetryCount=5

View File

@ -83,7 +83,6 @@
{ {
"DisplayName": "Refinery Speed Multiplier", "DisplayName": "Refinery Speed Multiplier",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Refinery Speed Multiplier",
"Keywords": "Refinery Speed Multiplier", "Keywords": "Refinery Speed Multiplier",
"FieldName": "RefinerySpeedMultiplier", "FieldName": "RefinerySpeedMultiplier",
"InputType": "enum", "InputType": "enum",
@ -126,7 +125,6 @@
{ {
"DisplayName": "Environment Hostility", "DisplayName": "Environment Hostility",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "EnvironmentHostility",
"Keywords": "Environment Hostility", "Keywords": "Environment Hostility",
"FieldName": "EnvironmentHostility", "FieldName": "EnvironmentHostility",
"InputType": "enum", "InputType": "enum",
@ -539,7 +537,6 @@
{ {
"DisplayName": "Max Grid Size", "DisplayName": "Max Grid Size",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max grid size",
"Keywords": "Max Grid Size", "Keywords": "Max Grid Size",
"FieldName": "MaxGridSize", "FieldName": "MaxGridSize",
"InputType": "number", "InputType": "number",
@ -552,7 +549,6 @@
{ {
"DisplayName": "Max Blocks Per Player", "DisplayName": "Max Blocks Per Player",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max blocks per player",
"Keywords": "Max Blocks Per Player", "Keywords": "Max Blocks Per Player",
"FieldName": "MaxBlocksPerPlayer", "FieldName": "MaxBlocksPerPlayer",
"InputType": "number", "InputType": "number",
@ -565,7 +561,6 @@
{ {
"DisplayName": "Total PCU", "DisplayName": "Total PCU",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Total PCU",
"Keywords": "Total PCU", "Keywords": "Total PCU",
"FieldName": "TotalPCU", "FieldName": "TotalPCU",
"InputType": "number", "InputType": "number",
@ -578,7 +573,6 @@
{ {
"DisplayName": "Pirate PCU", "DisplayName": "Pirate PCU",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "PiratePCU",
"Keywords": "PiratePCU", "Keywords": "PiratePCU",
"FieldName": "PiratePCU", "FieldName": "PiratePCU",
"InputType": "number", "InputType": "number",
@ -591,7 +585,6 @@
{ {
"DisplayName": "Max Factions Count", "DisplayName": "Max Factions Count",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max Factions Count",
"Keywords": "Max Factions Count", "Keywords": "Max Factions Count",
"FieldName": "MaxFactionsCount", "FieldName": "MaxFactionsCount",
"InputType": "number", "InputType": "number",
@ -604,7 +597,6 @@
{ {
"DisplayName": "Block Limits Enabled", "DisplayName": "Block Limits Enabled",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Block Limits Enabled",
"Keywords": "Block Limits Enabled", "Keywords": "Block Limits Enabled",
"FieldName": "BlockLimitsEnabled", "FieldName": "BlockLimitsEnabled",
"InputType": "enum", "InputType": "enum",
@ -622,7 +614,6 @@
{ {
"DisplayName": "Enable Remote Block Removal", "DisplayName": "Enable Remote Block Removal",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Remote Block Removal",
"Keywords": "Enable Remote Block Removal", "Keywords": "Enable Remote Block Removal",
"FieldName": "EnableRemoteBlockRemoval", "FieldName": "EnableRemoteBlockRemoval",
"InputType": "checkbox", "InputType": "checkbox",
@ -638,7 +629,6 @@
{ {
"DisplayName": "Enable Saving", "DisplayName": "Enable Saving",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Saving",
"Keywords": "Enable Saving", "Keywords": "Enable Saving",
"FieldName": "EnableSaving", "FieldName": "EnableSaving",
"InputType": "checkbox", "InputType": "checkbox",
@ -654,7 +644,6 @@
{ {
"DisplayName": "Infinite Ammo", "DisplayName": "Infinite Ammo",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Infinite Ammo",
"Keywords": "Infinite Ammo", "Keywords": "Infinite Ammo",
"FieldName": "InfiniteAmmo", "FieldName": "InfiniteAmmo",
"InputType": "checkbox", "InputType": "checkbox",
@ -670,7 +659,6 @@
{ {
"DisplayName": "Enable Container Drops", "DisplayName": "Enable Container Drops",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Container Drops",
"Keywords": "Enable Container Drops", "Keywords": "Enable Container Drops",
"FieldName": "EnableContainerDrops", "FieldName": "EnableContainerDrops",
"InputType": "checkbox", "InputType": "checkbox",
@ -712,7 +700,6 @@
{ {
"DisplayName": "Enable Oxygen Pressurization", "DisplayName": "Enable Oxygen Pressurization",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Oxygen Pressurization",
"Keywords": "Enable Oxygen Pressurization", "Keywords": "Enable Oxygen Pressurization",
"FieldName": "EnableOxygenPressurization", "FieldName": "EnableOxygenPressurization",
"InputType": "checkbox", "InputType": "checkbox",
@ -728,7 +715,6 @@
{ {
"DisplayName": "Enable PCU Trading", "DisplayName": "Enable PCU Trading",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable PCU Trading",
"Keywords": "Enable PCU Trading", "Keywords": "Enable PCU Trading",
"FieldName": "EnablePcuTrading", "FieldName": "EnablePcuTrading",
"InputType": "checkbox", "InputType": "checkbox",
@ -744,7 +730,6 @@
{ {
"DisplayName": "Enable 3rd Person View", "DisplayName": "Enable 3rd Person View",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable 3rd Person View",
"Keywords": "Enable 3rd Person View", "Keywords": "Enable 3rd Person View",
"FieldName": "Enable3rdPersonView", "FieldName": "Enable3rdPersonView",
"InputType": "checkbox", "InputType": "checkbox",
@ -776,7 +761,6 @@
{ {
"DisplayName": "Enable Convert To Station", "DisplayName": "Enable Convert To Station",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Convert To Station",
"Keywords": "Enable Convert To Station", "Keywords": "Enable Convert To Station",
"FieldName": "EnableConvertToStation", "FieldName": "EnableConvertToStation",
"InputType": "checkbox", "InputType": "checkbox",
@ -840,7 +824,6 @@
{ {
"DisplayName": "Scenario Edit Mode", "DisplayName": "Scenario Edit Mode",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Scenario Edit Mode",
"Keywords": "Scenario Edit Mode", "Keywords": "Scenario Edit Mode",
"FieldName": "ScenarioEditMode", "FieldName": "ScenarioEditMode",
"InputType": "checkbox", "InputType": "checkbox",
@ -872,7 +855,7 @@
{ {
"DisplayName": "Can Join Running", "DisplayName": "Can Join Running",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Can Join Running", "Description": "Whether players can join a running server.",
"Keywords": "Can Join Running", "Keywords": "Can Join Running",
"FieldName": "CanJoinRunning", "FieldName": "CanJoinRunning",
"InputType": "checkbox", "InputType": "checkbox",
@ -899,9 +882,8 @@
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Sun Rotation Interval Minutes", "DisplayName": "Sun Rotation Interval",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Sun Rotation Interval Minutes",
"Keywords": "Sun Rotation Interval Minutes", "Keywords": "Sun Rotation Interval Minutes",
"FieldName": "SunRotationIntervalMinutes", "FieldName": "SunRotationIntervalMinutes",
"InputType": "number", "InputType": "number",
@ -909,12 +891,12 @@
"ParamFieldName": "/MyConfigDedicated/SessionSettings/SunRotationIntervalMinutes/text() | /MyObjectBuilder_WorldConfiguration/Settings/SunRotationIntervalMinutes/text()", "ParamFieldName": "/MyConfigDedicated/SessionSettings/SunRotationIntervalMinutes/text() | /MyObjectBuilder_WorldConfiguration/Settings/SunRotationIntervalMinutes/text()",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "120", "DefaultValue": "120",
"Suffix": "Minutes",
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Enable Jetpack", "DisplayName": "Enable Jetpack",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Jetpack",
"Keywords": "Enable Jetpack", "Keywords": "Enable Jetpack",
"FieldName": "EnableJetpack", "FieldName": "EnableJetpack",
"InputType": "checkbox", "InputType": "checkbox",
@ -946,7 +928,6 @@
{ {
"DisplayName": "Start In Respawn Screen", "DisplayName": "Start In Respawn Screen",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Start In Respawn Screen",
"Keywords": "Start In Respawn Screen", "Keywords": "Start In Respawn Screen",
"FieldName": "StartInRespawnScreen", "FieldName": "StartInRespawnScreen",
"InputType": "checkbox", "InputType": "checkbox",
@ -978,7 +959,6 @@
{ {
"DisplayName": "Max Drones", "DisplayName": "Max Drones",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max Drones",
"Keywords": "Max Drones", "Keywords": "Max Drones",
"FieldName": "MaxDrones", "FieldName": "MaxDrones",
"InputType": "number", "InputType": "number",
@ -1007,7 +987,6 @@
{ {
"DisplayName": "Enable Wolfs", "DisplayName": "Enable Wolfs",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Wolfs",
"Keywords": "Enable Wolfs", "Keywords": "Enable Wolfs",
"FieldName": "EnableWolfs", "FieldName": "EnableWolfs",
"InputType": "checkbox", "InputType": "checkbox",
@ -1023,7 +1002,6 @@
{ {
"DisplayName": "Enable Spiders", "DisplayName": "Enable Spiders",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Spiders",
"Keywords": "Enable Spiders", "Keywords": "Enable Spiders",
"FieldName": "EnableSpiders", "FieldName": "EnableSpiders",
"InputType": "checkbox", "InputType": "checkbox",
@ -1052,7 +1030,6 @@
{ {
"DisplayName": "Enable Structural Simulation", "DisplayName": "Enable Structural Simulation",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Structural Simulation",
"Keywords": "Enable Structural Simulation", "Keywords": "Enable Structural Simulation",
"FieldName": "EnableStructuralSimulation", "FieldName": "EnableStructuralSimulation",
"InputType": "checkbox", "InputType": "checkbox",
@ -1068,7 +1045,6 @@
{ {
"DisplayName": "Max Active Fracture Pieces", "DisplayName": "Max Active Fracture Pieces",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max Active Fracture Pieces",
"Keywords": "Max Active Fracture Pieces", "Keywords": "Max Active Fracture Pieces",
"FieldName": "MaxActiveFracturePieces", "FieldName": "MaxActiveFracturePieces",
"InputType": "number", "InputType": "number",
@ -1081,7 +1057,6 @@
{ {
"DisplayName": "Enable Scripter Role", "DisplayName": "Enable Scripter Role",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Scripter Role",
"Keywords": "Enable Scripter Role", "Keywords": "Enable Scripter Role",
"FieldName": "EnableScripterRole", "FieldName": "EnableScripterRole",
"InputType": "checkbox", "InputType": "checkbox",
@ -1097,7 +1072,6 @@
{ {
"DisplayName": "Enable Selective Physics Updates", "DisplayName": "Enable Selective Physics Updates",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Selective Physics Updates",
"Keywords": "Enable Selective Physics Updates", "Keywords": "Enable Selective Physics Updates",
"FieldName": "EnableSelectivePhysicsUpdates", "FieldName": "EnableSelectivePhysicsUpdates",
"InputType": "checkbox", "InputType": "checkbox",
@ -1113,7 +1087,6 @@
{ {
"DisplayName": "Min Drop Container Respawn Time", "DisplayName": "Min Drop Container Respawn Time",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Min Drop Container Respawn Time",
"Keywords": "Min Drop Container Respawn Time", "Keywords": "Min Drop Container Respawn Time",
"FieldName": "MinDropContainerRespawnTime", "FieldName": "MinDropContainerRespawnTime",
"InputType": "number", "InputType": "number",
@ -1126,7 +1099,6 @@
{ {
"DisplayName": "Max Drop Container Respawn Time", "DisplayName": "Max Drop Container Respawn Time",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max Drop Container Respawn Time",
"Keywords": "Max Drop Container Respawn Time", "Keywords": "Max Drop Container Respawn Time",
"FieldName": "MaxDropContainerRespawnTime", "FieldName": "MaxDropContainerRespawnTime",
"InputType": "number", "InputType": "number",
@ -1139,7 +1111,6 @@
{ {
"DisplayName": "Enable Turrets Friendly Fire", "DisplayName": "Enable Turrets Friendly Fire",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Turrets Friendly Fire",
"Keywords": "Enable Turrets Friendly Fire", "Keywords": "Enable Turrets Friendly Fire",
"FieldName": "EnableTurretsFriendlyFire", "FieldName": "EnableTurretsFriendlyFire",
"InputType": "checkbox", "InputType": "checkbox",
@ -1155,7 +1126,6 @@
{ {
"DisplayName": "Enable Subgrid Damage", "DisplayName": "Enable Subgrid Damage",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Subgrid Damage",
"Keywords": "Enable Subgrid Damage", "Keywords": "Enable Subgrid Damage",
"FieldName": "EnableSubgridDamage", "FieldName": "EnableSubgridDamage",
"InputType": "checkbox", "InputType": "checkbox",
@ -1171,7 +1141,6 @@
{ {
"DisplayName": "Sync Distance", "DisplayName": "Sync Distance",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Sync Distance",
"Keywords": "Sync Distance", "Keywords": "Sync Distance",
"FieldName": "SyncDistance", "FieldName": "SyncDistance",
"InputType": "number", "InputType": "number",
@ -1184,7 +1153,7 @@
{ {
"DisplayName": "Experimental Mode", "DisplayName": "Experimental Mode",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Experimental Mode", "Description": "Enable experimental mode to use legacy or untested settings.",
"Keywords": "Experimental Mode", "Keywords": "Experimental Mode",
"FieldName": "ExperimentalMode", "FieldName": "ExperimentalMode",
"InputType": "checkbox", "InputType": "checkbox",
@ -1200,7 +1169,7 @@
{ {
"DisplayName": "Family Sharing", "DisplayName": "Family Sharing",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Family Sharing", "Description": "Whether players using family sharing can join.",
"Keywords": "Family Sharing", "Keywords": "Family Sharing",
"FieldName": "FamilySharing", "FieldName": "FamilySharing",
"InputType": "checkbox", "InputType": "checkbox",
@ -1216,7 +1185,6 @@
{ {
"DisplayName": "Adaptive Simulation Quality", "DisplayName": "Adaptive Simulation Quality",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Adaptive Simulation Quality",
"Keywords": "Adaptive Simulation Quality", "Keywords": "Adaptive Simulation Quality",
"FieldName": "AdaptiveSimulationQuality", "FieldName": "AdaptiveSimulationQuality",
"InputType": "checkbox", "InputType": "checkbox",
@ -1246,9 +1214,8 @@
} }
}, },
{ {
"DisplayName": "Remove Old Identities (in hours)", "DisplayName": "Remove Old Identities",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Remove Old Identities",
"Keywords": "Remove Old Identities (in hours)", "Keywords": "Remove Old Identities (in hours)",
"FieldName": "RemoveOldIdentitiesH", "FieldName": "RemoveOldIdentitiesH",
"InputType": "number", "InputType": "number",
@ -1256,12 +1223,13 @@
"ParamFieldName": "/MyConfigDedicated/SessionSettings/RemoveOldIdentitiesH/text() | /MyObjectBuilder_WorldConfiguration/Settings/RemoveOldIdentitiesH/text()", "ParamFieldName": "/MyConfigDedicated/SessionSettings/RemoveOldIdentitiesH/text() | /MyObjectBuilder_WorldConfiguration/Settings/RemoveOldIdentitiesH/text()",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "0", "DefaultValue": "0",
"Suffix": "Hours",
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Trash Removal Enabled", "DisplayName": "Trash Removal Enabled",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "he server will automatically remove debris based on size, movement, and player distance from the object.", "Description": "The server will automatically remove debris based on size, movement, and player distance from the object.",
"Keywords": "Trash Removal Enabled", "Keywords": "Trash Removal Enabled",
"FieldName": "TrashRemovalEnabled", "FieldName": "TrashRemovalEnabled",
"InputType": "checkbox", "InputType": "checkbox",
@ -1275,9 +1243,8 @@
} }
}, },
{ {
"DisplayName": "Stop Grids Period Min", "DisplayName": "Stop Grids Period",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Stop Grids Period Min",
"Keywords": "Stop Grids Period Min", "Keywords": "Stop Grids Period Min",
"FieldName": "StopGridsPeriodMin", "FieldName": "StopGridsPeriodMin",
"InputType": "number", "InputType": "number",
@ -1285,12 +1252,12 @@
"ParamFieldName": "/MyConfigDedicated/SessionSettings/StopGridsPeriodMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/StopGridsPeriodMin/text()", "ParamFieldName": "/MyConfigDedicated/SessionSettings/StopGridsPeriodMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/StopGridsPeriodMin/text()",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "30", "DefaultValue": "30",
"Suffix": "Minutes",
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Trash Flags Value", "DisplayName": "Trash Flags Value",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Trash Flags Value",
"Keywords": "Trash Flags Value", "Keywords": "Trash Flags Value",
"FieldName": "TrashFlagsValue", "FieldName": "TrashFlagsValue",
"InputType": "number", "InputType": "number",
@ -1301,9 +1268,8 @@
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "AFK Timeount (in minutes)", "DisplayName": "AFK Timeount",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "AFK Timeount (in minutes)",
"Keywords": "AFK Timeount minutes", "Keywords": "AFK Timeount minutes",
"FieldName": "AFKTimeountMin", "FieldName": "AFKTimeountMin",
"InputType": "number", "InputType": "number",
@ -1311,12 +1277,12 @@
"ParamFieldName": "/MyConfigDedicated/SessionSettings/AFKTimeountMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/AFKTimeountMin/text()", "ParamFieldName": "/MyConfigDedicated/SessionSettings/AFKTimeountMin/text() | /MyObjectBuilder_WorldConfiguration/Settings/AFKTimeountMin/text()",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "0", "DefaultValue": "0",
"Suffix": "Minutes",
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Block Count Threshold", "DisplayName": "Block Count Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Block Count Threshold",
"Keywords": "Block Count Threshold", "Keywords": "Block Count Threshold",
"FieldName": "BlockCountThreshold", "FieldName": "BlockCountThreshold",
"InputType": "number", "InputType": "number",
@ -1329,7 +1295,6 @@
{ {
"DisplayName": "Player Distance Threshold", "DisplayName": "Player Distance Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Player Distance Threshold",
"Keywords": "Player Distance Threshold", "Keywords": "Player Distance Threshold",
"FieldName": "PlayerDistanceThreshold", "FieldName": "PlayerDistanceThreshold",
"InputType": "number", "InputType": "number",
@ -1342,7 +1307,6 @@
{ {
"DisplayName": "Optimal Grid Count", "DisplayName": "Optimal Grid Count",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Optimal Grid Count",
"Keywords": "Optimal Grid Count", "Keywords": "Optimal Grid Count",
"FieldName": "OptimalGridCount", "FieldName": "OptimalGridCount",
"InputType": "number", "InputType": "number",
@ -1355,7 +1319,6 @@
{ {
"DisplayName": "Player Inactivity Threshold", "DisplayName": "Player Inactivity Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Player Inactivity Threshold",
"Keywords": "Player Inactivity Threshold", "Keywords": "Player Inactivity Threshold",
"FieldName": "PlayerInactivityThreshold", "FieldName": "PlayerInactivityThreshold",
"InputType": "number", "InputType": "number",
@ -1368,7 +1331,6 @@
{ {
"DisplayName": "Player Character Removal Threshold", "DisplayName": "Player Character Removal Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Player Character Removal Threshold",
"Keywords": "Player Character Removal Threshold", "Keywords": "Player Character Removal Threshold",
"FieldName": "PlayerCharacterRemovalThreshold", "FieldName": "PlayerCharacterRemovalThreshold",
"InputType": "number", "InputType": "number",
@ -1381,7 +1343,6 @@
{ {
"DisplayName": "Voxel Trash Removal Enabled", "DisplayName": "Voxel Trash Removal Enabled",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Voxel Trash Removal Enabled",
"Keywords": "Voxel Trash Removal Enabled", "Keywords": "Voxel Trash Removal Enabled",
"FieldName": "VoxelTrashRemovalEnabled", "FieldName": "VoxelTrashRemovalEnabled",
"InputType": "checkbox", "InputType": "checkbox",
@ -1397,7 +1358,6 @@
{ {
"DisplayName": "Voxel Player Distance Threshold", "DisplayName": "Voxel Player Distance Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Voxel Player Distance Threshold",
"Keywords": "Voxel Player Distance Threshold", "Keywords": "Voxel Player Distance Threshold",
"FieldName": "VoxelPlayerDistanceThreshold", "FieldName": "VoxelPlayerDistanceThreshold",
"InputType": "number", "InputType": "number",
@ -1410,7 +1370,6 @@
{ {
"DisplayName": "Voxel Grid Distance Threshold", "DisplayName": "Voxel Grid Distance Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Voxel Grid Distance Threshold",
"Keywords": "Voxel Grid Distance Threshold", "Keywords": "Voxel Grid Distance Threshold",
"FieldName": "VoxelGridDistanceThreshold", "FieldName": "VoxelGridDistanceThreshold",
"InputType": "number", "InputType": "number",
@ -1423,7 +1382,6 @@
{ {
"DisplayName": "Voxel Age Threshold", "DisplayName": "Voxel Age Threshold",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Voxel Age Threshold",
"Keywords": "Voxel Age Threshold", "Keywords": "Voxel Age Threshold",
"FieldName": "VoxelAgeThreshold", "FieldName": "VoxelAgeThreshold",
"InputType": "number", "InputType": "number",
@ -1436,7 +1394,6 @@
{ {
"DisplayName": "Enable Research", "DisplayName": "Enable Research",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Research",
"Keywords": "Enable Research", "Keywords": "Enable Research",
"FieldName": "EnableResearch", "FieldName": "EnableResearch",
"InputType": "checkbox", "InputType": "checkbox",
@ -1452,7 +1409,6 @@
{ {
"DisplayName": "Enable Good Bot Hints", "DisplayName": "Enable Good Bot Hints",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Good Bot Hints",
"Keywords": "Enable Good Bot Hints", "Keywords": "Enable Good Bot Hints",
"FieldName": "EnableGoodBotHints", "FieldName": "EnableGoodBotHints",
"InputType": "checkbox", "InputType": "checkbox",
@ -1468,7 +1424,6 @@
{ {
"DisplayName": "Optimal Spawn Distance", "DisplayName": "Optimal Spawn Distance",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Optimal Spawn Distance",
"Keywords": "Optimal Spawn Distance", "Keywords": "Optimal Spawn Distance",
"FieldName": "OptimalSpawnDistance", "FieldName": "OptimalSpawnDistance",
"InputType": "number", "InputType": "number",
@ -1481,7 +1436,6 @@
{ {
"DisplayName": "Enable Autorespawn", "DisplayName": "Enable Autorespawn",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Autorespawn",
"Keywords": "Enable Autorespawn", "Keywords": "Enable Autorespawn",
"FieldName": "EnableAutorespawn", "FieldName": "EnableAutorespawn",
"InputType": "checkbox", "InputType": "checkbox",
@ -1497,7 +1451,6 @@
{ {
"DisplayName": "Enable Bounty Contracts", "DisplayName": "Enable Bounty Contracts",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Bounty Contracts",
"Keywords": "Enable Bounty Contracts", "Keywords": "Enable Bounty Contracts",
"FieldName": "EnableBountyContracts", "FieldName": "EnableBountyContracts",
"InputType": "checkbox", "InputType": "checkbox",
@ -1513,7 +1466,6 @@
{ {
"DisplayName": "Enable Supergridding", "DisplayName": "Enable Supergridding",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Supergridding",
"Keywords": "Enable Supergridding", "Keywords": "Enable Supergridding",
"FieldName": "EnableSupergridding", "FieldName": "EnableSupergridding",
"InputType": "checkbox", "InputType": "checkbox",
@ -1529,7 +1481,6 @@
{ {
"DisplayName": "Enable Economy", "DisplayName": "Enable Economy",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Economy",
"Keywords": "Enable Economy", "Keywords": "Enable Economy",
"FieldName": "EnableEconomy", "FieldName": "EnableEconomy",
"InputType": "checkbox", "InputType": "checkbox",
@ -1545,7 +1496,6 @@
{ {
"DisplayName": "Deposits Count Coefficient", "DisplayName": "Deposits Count Coefficient",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Deposits Count Coefficient",
"Keywords": "Deposits Count Coefficient", "Keywords": "Deposits Count Coefficient",
"FieldName": "DepositsCountCoefficient", "FieldName": "DepositsCountCoefficient",
"InputType": "number", "InputType": "number",
@ -1558,7 +1508,6 @@
{ {
"DisplayName": "Deposit Size Denominator", "DisplayName": "Deposit Size Denominator",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Deposit Size Denominator",
"Keywords": "Deposit Size Denominator", "Keywords": "Deposit Size Denominator",
"FieldName": "DepositSizeDenominator", "FieldName": "DepositSizeDenominator",
"InputType": "number", "InputType": "number",
@ -1571,7 +1520,6 @@
{ {
"DisplayName": "Harvest Ratio Multiplier", "DisplayName": "Harvest Ratio Multiplier",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Harvest Ratio Multiplier",
"Keywords": "Harvest Ratio Multiplier", "Keywords": "Harvest Ratio Multiplier",
"FieldName": "HarvestRatioMultiplier", "FieldName": "HarvestRatioMultiplier",
"InputType": "number", "InputType": "number",
@ -1584,7 +1532,6 @@
{ {
"DisplayName": "Trade Factions Count", "DisplayName": "Trade Factions Count",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Trade Factions Count",
"Keywords": "Trade Factions Count", "Keywords": "Trade Factions Count",
"FieldName": "TradeFactionsCount", "FieldName": "TradeFactionsCount",
"InputType": "number", "InputType": "number",
@ -1597,7 +1544,6 @@
{ {
"DisplayName": "Stations Distance Inner Radius", "DisplayName": "Stations Distance Inner Radius",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Stations Distance Inner Radius",
"Keywords": "Stations Distance Inner Radius", "Keywords": "Stations Distance Inner Radius",
"FieldName": "StationsDistanceInnerRadius", "FieldName": "StationsDistanceInnerRadius",
"InputType": "number", "InputType": "number",
@ -1610,7 +1556,6 @@
{ {
"DisplayName": "Stations Distance Outer Radius Start", "DisplayName": "Stations Distance Outer Radius Start",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Stations Distance Outer Radius Start",
"Keywords": "Stations Distance Outer Radius Start", "Keywords": "Stations Distance Outer Radius Start",
"FieldName": "StationsDistanceOuterRadiusStart", "FieldName": "StationsDistanceOuterRadiusStart",
"InputType": "number", "InputType": "number",
@ -1623,7 +1568,6 @@
{ {
"DisplayName": "Stations Distance Outer Radius End", "DisplayName": "Stations Distance Outer Radius End",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Stations Distance Outer Radius End",
"Keywords": "Stations Distance Outer Radius End", "Keywords": "Stations Distance Outer Radius End",
"FieldName": "StationsDistanceOuterRadiusEnd", "FieldName": "StationsDistanceOuterRadiusEnd",
"InputType": "number", "InputType": "number",
@ -1634,9 +1578,8 @@
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Economy Tick (in seconds)", "DisplayName": "Economy Tick",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Economy Tick (in seconds)",
"Keywords": "Economy Tick In Seconds", "Keywords": "Economy Tick In Seconds",
"FieldName": "EconomyTickInSeconds", "FieldName": "EconomyTickInSeconds",
"InputType": "number", "InputType": "number",
@ -1644,12 +1587,12 @@
"ParamFieldName": "/MyConfigDedicated/SessionSettings/EconomyTickInSeconds/text() | /MyObjectBuilder_WorldConfiguration/Settings/EconomyTickInSeconds/text()", "ParamFieldName": "/MyConfigDedicated/SessionSettings/EconomyTickInSeconds/text() | /MyObjectBuilder_WorldConfiguration/Settings/EconomyTickInSeconds/text()",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "1200", "DefaultValue": "1200",
"Suffix": "seconds",
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Predefined Asteroids", "DisplayName": "Predefined Asteroids",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Predefined Asteroids",
"Keywords": "Predefined Asteroids", "Keywords": "Predefined Asteroids",
"FieldName": "PredefinedAsteroids", "FieldName": "PredefinedAsteroids",
"InputType": "checkbox", "InputType": "checkbox",
@ -1665,7 +1608,6 @@
{ {
"DisplayName": "Use Console PCU", "DisplayName": "Use Console PCU",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Use Console PCU",
"Keywords": "Use Console PCU", "Keywords": "Use Console PCU",
"FieldName": "UseConsolePCU", "FieldName": "UseConsolePCU",
"InputType": "checkbox", "InputType": "checkbox",
@ -1681,7 +1623,6 @@
{ {
"DisplayName": "Max Planets", "DisplayName": "Max Planets",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Max Planets",
"Keywords": "Max Planets", "Keywords": "Max Planets",
"FieldName": "MaxPlanets", "FieldName": "MaxPlanets",
"InputType": "number", "InputType": "number",
@ -1694,7 +1635,6 @@
{ {
"DisplayName": "Offensive Words Filtering", "DisplayName": "Offensive Words Filtering",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Offensive Words Filtering",
"Keywords": "Offensive Words Filtering", "Keywords": "Offensive Words Filtering",
"FieldName": "OffensiveWordsFiltering", "FieldName": "OffensiveWordsFiltering",
"InputType": "checkbox", "InputType": "checkbox",
@ -1710,7 +1650,6 @@
{ {
"DisplayName": "Adjustable Max Vehicle Speed", "DisplayName": "Adjustable Max Vehicle Speed",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Adjustable Max Vehicle Speed",
"Keywords": "Adjustable Max Vehicle Speed", "Keywords": "Adjustable Max Vehicle Speed",
"FieldName": "AdjustableMaxVehicleSpeed", "FieldName": "AdjustableMaxVehicleSpeed",
"InputType": "checkbox", "InputType": "checkbox",
@ -1726,7 +1665,6 @@
{ {
"DisplayName": "Enable Match Component", "DisplayName": "Enable Match Component",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Match Component",
"Keywords": "Enable Match Component", "Keywords": "Enable Match Component",
"FieldName": "EnableMatchComponent", "FieldName": "EnableMatchComponent",
"InputType": "checkbox", "InputType": "checkbox",
@ -1742,7 +1680,6 @@
{ {
"DisplayName": "Pre-Match Duration", "DisplayName": "Pre-Match Duration",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Pre Match Duration",
"Keywords": "Pre Match Duration", "Keywords": "Pre Match Duration",
"FieldName": "PreMatchDuration", "FieldName": "PreMatchDuration",
"InputType": "number", "InputType": "number",
@ -1755,7 +1692,6 @@
{ {
"DisplayName": "Match Duration", "DisplayName": "Match Duration",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Match Duration",
"Keywords": "Match Duration", "Keywords": "Match Duration",
"FieldName": "MatchDuration", "FieldName": "MatchDuration",
"InputType": "number", "InputType": "number",
@ -1768,7 +1704,6 @@
{ {
"DisplayName": "Post Match Duration", "DisplayName": "Post Match Duration",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Post Match Duration",
"Keywords": "Post Match Duration", "Keywords": "Post Match Duration",
"FieldName": "PostMatchDuration", "FieldName": "PostMatchDuration",
"InputType": "number", "InputType": "number",
@ -1781,7 +1716,6 @@
{ {
"DisplayName": "Enable Friendly Fire", "DisplayName": "Enable Friendly Fire",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Friendly Fire",
"Keywords": "Enable Friendly Fire", "Keywords": "Enable Friendly Fire",
"FieldName": "EnableFriendlyFire", "FieldName": "EnableFriendlyFire",
"InputType": "checkbox", "InputType": "checkbox",
@ -1797,7 +1731,6 @@
{ {
"DisplayName": "Enable Team Balancing", "DisplayName": "Enable Team Balancing",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Team Balancing",
"Keywords": "Enable Team Balancing", "Keywords": "Enable Team Balancing",
"FieldName": "EnableTeamBalancing", "FieldName": "EnableTeamBalancing",
"InputType": "checkbox", "InputType": "checkbox",
@ -1813,7 +1746,6 @@
{ {
"DisplayName": "Character Speed Multiplier", "DisplayName": "Character Speed Multiplier",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Character Speed Multiplier",
"Keywords": "Character Speed Multiplier", "Keywords": "Character Speed Multiplier",
"FieldName": "CharacterSpeedMultiplier", "FieldName": "CharacterSpeedMultiplier",
"InputType": "number", "InputType": "number",
@ -1826,7 +1758,6 @@
{ {
"DisplayName": "Enable Recoil", "DisplayName": "Enable Recoil",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Recoil",
"Keywords": "Enable Recoil", "Keywords": "Enable Recoil",
"FieldName": "EnableRecoil", "FieldName": "EnableRecoil",
"InputType": "checkbox", "InputType": "checkbox",
@ -1842,7 +1773,6 @@
{ {
"DisplayName": "Environment Damage Multiplier", "DisplayName": "Environment Damage Multiplier",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Environment Damage Multiplier",
"Keywords": "Environment Damage Multiplier", "Keywords": "Environment Damage Multiplier",
"FieldName": "EnvironmentDamageMultiplier", "FieldName": "EnvironmentDamageMultiplier",
"InputType": "number", "InputType": "number",
@ -1855,7 +1785,6 @@
{ {
"DisplayName": "Enable Gamepad Aim Assist", "DisplayName": "Enable Gamepad Aim Assist",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Gamepad Aim Assist",
"Keywords": "Enable Gamepad Aim Assist", "Keywords": "Enable Gamepad Aim Assist",
"FieldName": "EnableGamepadAimAssist", "FieldName": "EnableGamepadAimAssist",
"InputType": "checkbox", "InputType": "checkbox",
@ -1871,7 +1800,6 @@
{ {
"DisplayName": "Backpack Despawn Timer", "DisplayName": "Backpack Despawn Timer",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Backpack Despawn Timer",
"Keywords": "Backpack Despawn Timer", "Keywords": "Backpack Despawn Timer",
"FieldName": "BackpackDespawnTimer", "FieldName": "BackpackDespawnTimer",
"InputType": "number", "InputType": "number",
@ -1884,7 +1812,6 @@
{ {
"DisplayName": "Enable Faction Player Names", "DisplayName": "Enable Faction Player Names",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Enable Faction Player Names",
"Keywords": "Enable Faction Player Names", "Keywords": "Enable Faction Player Names",
"FieldName": "EnableFactionPlayerNames", "FieldName": "EnableFactionPlayerNames",
"InputType": "checkbox", "InputType": "checkbox",
@ -1952,7 +1879,7 @@
{ {
"DisplayName": "Remote API Enabled", "DisplayName": "Remote API Enabled",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Enable/Disable the remote API to manage the server from a browser.", "Description": "Enable/Disable the remote API to manage the server from a browser. ***Does not work in AMP on Windows in service mode***",
"Keywords": "Remote API Enabled", "Keywords": "Remote API Enabled",
"FieldName": "RemoteApiEnabled", "FieldName": "RemoteApiEnabled",
"InputType": "checkbox", "InputType": "checkbox",
@ -1968,7 +1895,6 @@
{ {
"DisplayName": "Asteroid Amount", "DisplayName": "Asteroid Amount",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Asteroid Amount",
"Keywords": "Asteroid Amount", "Keywords": "Asteroid Amount",
"FieldName": "AsteroidAmount", "FieldName": "AsteroidAmount",
"InputType": "number", "InputType": "number",
@ -1994,7 +1920,7 @@
{ {
"DisplayName": "Server Name", "DisplayName": "Server Name",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Server Name", "Description": "Server Name displayed in the server browser.",
"Keywords": "Server Name", "Keywords": "Server Name",
"FieldName": "ServerName", "FieldName": "ServerName",
"InputType": "text", "InputType": "text",
@ -2007,7 +1933,7 @@
{ {
"DisplayName": "Server Description", "DisplayName": "Server Description",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Server Description", "Description": "Server Description displayed in the server browser.",
"Keywords": "Server Description", "Keywords": "Server Description",
"FieldName": "ServerDescription", "FieldName": "ServerDescription",
"InputType": "text", "InputType": "text",
@ -2020,7 +1946,6 @@
{ {
"DisplayName": "Message Of The Day", "DisplayName": "Message Of The Day",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Message Of The Day",
"Keywords": "Message Of The Day", "Keywords": "Message Of The Day",
"FieldName": "MessageOfTheDay", "FieldName": "MessageOfTheDay",
"InputType": "text", "InputType": "text",
@ -2033,7 +1958,6 @@
{ {
"DisplayName": "MessageOfTheDayUrl", "DisplayName": "MessageOfTheDayUrl",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Message Of The Day Url",
"Keywords": "Message Of The Day Url", "Keywords": "Message Of The Day Url",
"FieldName": "MessageOfTheDayUrl", "FieldName": "MessageOfTheDayUrl",
"InputType": "text", "InputType": "text",
@ -2046,7 +1970,7 @@
{ {
"DisplayName": "Save Chat To Log", "DisplayName": "Save Chat To Log",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "SaveChatToLog", "Description": "Save chat messages to the log file.",
"Keywords": "Save Chat To Log", "Keywords": "Save Chat To Log",
"FieldName": "SaveChatToLog", "FieldName": "SaveChatToLog",
"InputType": "checkbox", "InputType": "checkbox",
@ -2060,9 +1984,9 @@
} }
}, },
{ {
"DisplayName": "PermanentDeath", "DisplayName": "Permanent Death",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "desc", "Description": "Players permantently die.",
"Keywords": "key", "Keywords": "key",
"FieldName": "PermanentDeath", "FieldName": "PermanentDeath",
"InputType": "checkbox", "InputType": "checkbox",
@ -2078,7 +2002,7 @@
{ {
"DisplayName": "World Name", "DisplayName": "World Name",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "World Name", "Description": "World Name displayed in server browser.",
"Keywords": "World Name", "Keywords": "World Name",
"FieldName": "WorldName", "FieldName": "WorldName",
"InputType": "text", "InputType": "text",
@ -2089,22 +2013,8 @@
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName": "Load World", "DisplayName": "Pause Game When Empty",
"Category": "Server Settings",
"Description": "Load World",
"Keywords": "Load World",
"FieldName": "LoadWorld",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "/MyConfigDedicated/LoadWorld/text()",
"IncludeInCommandLine": false,
"DefaultValue": "World",
"EnumValues": {}
},
{
"DisplayName": "PauseGameWhenEmpty",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Pause Game When Empty",
"Keywords": "Pause Game When Empty", "Keywords": "Pause Game When Empty",
"FieldName": "PauseGameWhenEmpty", "FieldName": "PauseGameWhenEmpty",
"InputType": "checkbox", "InputType": "checkbox",
@ -2120,7 +2030,7 @@
{ {
"DisplayName": "Ignore Last Session", "DisplayName": "Ignore Last Session",
"Category": "Advanced Settings", "Category": "Advanced Settings",
"Description": "Ignore Last Session", "Description": "This will ignore the save file and load based on the config every time. This should not be used for survival mode, but can be useful to provide a new world each start for battle sessions.",
"Keywords": "Ignore Last Session", "Keywords": "Ignore Last Session",
"FieldName": "IgnoreLastSession", "FieldName": "IgnoreLastSession",
"InputType": "checkbox", "InputType": "checkbox",