Merge pull request #85 from Greelan/main

This commit is contained in:
Greelan 2022-03-03 17:40:23 +11:00 committed by GitHub
commit b61855dbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 121 additions and 61 deletions

View File

@ -9,7 +9,8 @@
"Hidden":true, "Hidden":true,
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP", "ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
"IncludeInCommandLine":false "IncludeInCommandLine":false,
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Port", "DisplayName":"Server Port",
@ -21,7 +22,8 @@
"Hidden":true, "Hidden":true,
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"URL.Port", "ParamFieldName":"URL.Port",
"IncludeInCommandLine":false "IncludeInCommandLine":false,
"EnumValues":{}
}, },
{ {
"DisplayName":"Console Port", "DisplayName":"Console Port",
@ -33,7 +35,8 @@
"Hidden":true, "Hidden":true,
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort", "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort",
"IncludeInCommandLine":false "IncludeInCommandLine":false,
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Name", "DisplayName":"Server Name",
@ -45,7 +48,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName", "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Astroneer Server - Powered by AMP" "DefaultValue":"Astroneer Server - Powered by AMP",
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Password", "DisplayName":"Server Password",
@ -57,7 +61,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword", "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Console Password", "DisplayName":"Console Password",
@ -69,7 +74,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword", "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Password123" "DefaultValue":"Password123",
"EnumValues":{}
}, },
{ {
"DisplayName":"Owner Name", "DisplayName":"Owner Name",
@ -81,7 +87,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName", "ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Player Limit", "DisplayName":"Player Limit",
@ -94,7 +101,8 @@
"ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers", "ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"8", "DefaultValue":"8",
"Suffix":"players" "Suffix":"players",
"EnumValues":{}
}, },
{ {
"DisplayName":"Game Save Interval", "DisplayName":"Game Save Interval",
@ -107,7 +115,8 @@
"ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval", "ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"900", "DefaultValue":"900",
"Suffix":"seconds" "Suffix":"seconds",
"EnumValues":{}
}, },
{ {
"DisplayName":"Backup Save Interval", "DisplayName":"Backup Save Interval",
@ -120,7 +129,8 @@
"ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval", "ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"7200", "DefaultValue":"7200",
"Suffix":"seconds" "Suffix":"seconds",
"EnumValues":{}
}, },
{ {
"DisplayName":"Enable Whitelist", "DisplayName":"Enable Whitelist",
@ -149,7 +159,8 @@
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate", "ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"30.000000", "DefaultValue":"30.000000",
"Suffix":"fps" "Suffix":"fps",
"EnumValues":{}
}, },
{ {
"DisplayName":"Maximum Idle Server Framerate", "DisplayName":"Maximum Idle Server Framerate",
@ -162,6 +173,7 @@
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate", "ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"3.000000", "DefaultValue":"3.000000",
"Suffix":"fps" "Suffix":"fps",
"EnumValues":{}
} }
] ]

View File

@ -10,7 +10,8 @@
"Hidden":true, "Hidden":true,
"ParamFieldName":"DefaultPort", "ParamFieldName":"DefaultPort",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"16261" "DefaultValue":"16261",
"EnumValues":{}
}, },
{ {
"DisplayName":"Steam Port 1", "DisplayName":"Steam Port 1",
@ -23,7 +24,8 @@
"Hidden":true, "Hidden":true,
"ParamFieldName":"SteamPort1", "ParamFieldName":"SteamPort1",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"8766" "DefaultValue":"8766",
"EnumValues":{}
}, },
{ {
"DisplayName":"Steam Port 2", "DisplayName":"Steam Port 2",
@ -36,7 +38,8 @@
"Hidden":true, "Hidden":true,
"ParamFieldName":"SteamPort2", "ParamFieldName":"SteamPort2",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"8767" "DefaultValue":"8767",
"EnumValues":{}
}, },
{ {
"DisplayName":"RCON Port", "DisplayName":"RCON Port",
@ -49,7 +52,8 @@
"Hidden":true, "Hidden":true,
"ParamFieldName":"RCONPort", "ParamFieldName":"RCONPort",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"27015" "DefaultValue":"27015",
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Public Name", "DisplayName":"Server Public Name",
@ -61,7 +65,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"PublicName", "ParamFieldName":"PublicName",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"My PZ Server" "DefaultValue":"My PZ Server",
"EnumValues":{}
}, },
{ {
"DisplayName":"Make Server Public", "DisplayName":"Make Server Public",
@ -89,7 +94,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"PublicDescription", "ParamFieldName":"PublicDescription",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Password", "DisplayName":"Server Password",
@ -101,7 +107,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Password", "ParamFieldName":"Password",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Admin Password", "DisplayName":"Admin Password",
@ -114,7 +121,8 @@
"ParamFieldName":"adminpassword", "ParamFieldName":"adminpassword",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
"DefaultValue":"", "DefaultValue":"",
"SkipIfEmpty":true "SkipIfEmpty":true,
"EnumValues":{}
}, },
{ {
"DisplayName":"RCON Password", "DisplayName":"RCON Password",
@ -126,7 +134,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"RCONPassword", "ParamFieldName":"RCONPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Password123" "DefaultValue":"Password123",
"EnumValues":{}
}, },
{ {
"DisplayName":"Welcome Message", "DisplayName":"Welcome Message",
@ -138,7 +147,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"ServerWelcomeMessage", "ParamFieldName":"ServerWelcomeMessage",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Streams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving!" "DefaultValue":"Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Streams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving!",
"EnumValues":{}
}, },
{ {
"DisplayName":"Player Limit", "DisplayName":"Player Limit",
@ -151,7 +161,8 @@
"ParamFieldName":"MaxPlayers", "ParamFieldName":"MaxPlayers",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"16", "DefaultValue":"16",
"Suffix":"players" "Suffix":"players",
"EnumValues":{}
}, },
{ {
"DisplayName":"Disable Whitelist", "DisplayName":"Disable Whitelist",
@ -196,7 +207,8 @@
"ParamFieldName":"MaxMemory", "ParamFieldName":"MaxMemory",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"4096", "DefaultValue":"4096",
"Suffix":"MB" "Suffix":"MB",
"EnumValues":{}
}, },
{ {
"DisplayName":"Java Garbage Collection Algorithm (Windows)", "DisplayName":"Java Garbage Collection Algorithm (Windows)",
@ -256,7 +268,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Map", "ParamFieldName":"Map",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Muldraugh, KY" "DefaultValue":"Muldraugh, KY",
"EnumValues":{}
}, },
{ {
"DisplayName":"Mods", "DisplayName":"Mods",
@ -269,7 +282,8 @@
"ParamFieldName":"Mods", "ParamFieldName":"Mods",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"67commando;86oshkoshP19A;92amgeneralM998" "Placeholder":"67commando;86oshkoshP19A;92amgeneralM998",
"EnumValues":{}
}, },
{ {
"DisplayName":"Workshop Items", "DisplayName":"Workshop Items",
@ -282,7 +296,8 @@
"ParamFieldName":"WorkshopItems", "ParamFieldName":"WorkshopItems",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"2478247379;2566953935" "Placeholder":"2478247379;2566953935",
"EnumValues":{}
}, },
{ {
"DisplayName":"Display Player Usernames", "DisplayName":"Display Player Usernames",
@ -360,7 +375,8 @@
"ParamFieldName":"SaveWorldEveryMinutes", "ParamFieldName":"SaveWorldEveryMinutes",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0", "DefaultValue":"0",
"Suffix":"minutes" "Suffix":"minutes",
"EnumValues":{}
}, },
{ {
"DisplayName":"Additional Java Startup Parameters", "DisplayName":"Additional Java Startup Parameters",
@ -373,7 +389,8 @@
"ParamFieldName":"CustomJavaArgs", "ParamFieldName":"CustomJavaArgs",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"-Ddebug" "Placeholder":"-Ddebug",
"EnumValues":{}
}, },
{ {
"DisplayName":"Server Local Name", "DisplayName":"Server Local Name",
@ -385,7 +402,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"servername", "ParamFieldName":"servername",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
"DefaultValue":"servertest" "DefaultValue":"servertest",
"EnumValues":{}
}, },
{ {
"DisplayName":"Additional Server Startup Parameters", "DisplayName":"Additional Server Startup Parameters",
@ -398,7 +416,8 @@
"ParamFieldName":"CustomServerArgs", "ParamFieldName":"CustomServerArgs",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"-ip 192.168.1.10" "Placeholder":"-ip 192.168.1.10",
"EnumValues":{}
}, },
{ {
"DisplayName":"Set Spawn Point", "DisplayName":"Set Spawn Point",
@ -410,7 +429,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"SpawnPoint", "ParamFieldName":"SpawnPoint",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0,0,0" "DefaultValue":"0,0,0",
"EnumValues":{}
}, },
{ {
"DisplayName":"Spawn Items", "DisplayName":"Spawn Items",
@ -423,7 +443,8 @@
"ParamFieldName":"SpawnItems", "ParamFieldName":"SpawnItems",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"Base.BaseballBat,Base.WaterBottleFull" "Placeholder":"Base.BaseballBat,Base.WaterBottleFull",
"EnumValues":{}
}, },
{ {
"DisplayName":"Allow PvP", "DisplayName":"Allow PvP",
@ -468,7 +489,8 @@
"ParamFieldName":"SafetyToggleTimer", "ParamFieldName":"SafetyToggleTimer",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"2", "DefaultValue":"2",
"Suffix":"seconds" "Suffix":"seconds",
"EnumValues":{}
}, },
{ {
"DisplayName":"PvP Cooldown Timer", "DisplayName":"PvP Cooldown Timer",
@ -481,7 +503,8 @@
"ParamFieldName":"SafetyCooldownTimer", "ParamFieldName":"SafetyCooldownTimer",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"3", "DefaultValue":"3",
"Suffix":"seconds" "Suffix":"seconds",
"EnumValues":{}
}, },
{ {
"DisplayName":"Enable Factions", "DisplayName":"Enable Factions",
@ -525,7 +548,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"nightlengthmodifier", "ParamFieldName":"nightlengthmodifier",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"1.0" "DefaultValue":"1.0",
"EnumValues":{}
}, },
{ {
"DisplayName":"Don't Allow Fire", "DisplayName":"Don't Allow Fire",
@ -570,7 +594,8 @@
"ParamFieldName":"HoursForLootRespawn", "ParamFieldName":"HoursForLootRespawn",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0", "DefaultValue":"0",
"Suffix":"hours" "Suffix":"hours",
"EnumValues":{}
}, },
{ {
"DisplayName":"Maximum Items for Loot Respawn", "DisplayName":"Maximum Items for Loot Respawn",
@ -583,7 +608,8 @@
"ParamFieldName":"MaxItemsForLootRespawn", "ParamFieldName":"MaxItemsForLootRespawn",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"4", "DefaultValue":"4",
"Suffix":"items" "Suffix":"items",
"EnumValues":{}
}, },
{ {
"DisplayName":"Allow Player Safehouses", "DisplayName":"Allow Player Safehouses",
@ -660,7 +686,8 @@
"ParamFieldName":"SafehouseDaySurvivedToClaim", "ParamFieldName":"SafehouseDaySurvivedToClaim",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0", "DefaultValue":"0",
"Suffix":"days" "Suffix":"days",
"EnumValues":{}
}, },
{ {
"DisplayName":"Safehouse Removal Period", "DisplayName":"Safehouse Removal Period",
@ -673,7 +700,8 @@
"ParamFieldName":"SafeHouseRemovalTime", "ParamFieldName":"SafeHouseRemovalTime",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"144", "DefaultValue":"144",
"Suffix":"hours" "Suffix":"hours",
"EnumValues":{}
}, },
{ {
"DisplayName":"Allow Sledgehammer Destruction", "DisplayName":"Allow Sledgehammer Destruction",
@ -749,7 +777,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"DiscordToken", "ParamFieldName":"DiscordToken",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Discord Channel", "DisplayName":"Discord Channel",
@ -761,7 +790,8 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"DiscordChannel", "ParamFieldName":"DiscordChannel",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"" "DefaultValue":"",
"EnumValues":{}
}, },
{ {
"DisplayName":"Discord Channel ID", "DisplayName":"Discord Channel ID",
@ -774,6 +804,7 @@
"ParamFieldName":"DiscordChannelID", "ParamFieldName":"DiscordChannelID",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"475182341782896651" "Placeholder":"475182341782896651",
"EnumValues":{}
} }
] ]

View File

@ -10,7 +10,8 @@
"Hidden": true, "Hidden": true,
"ParamFieldName": "Port", "ParamFieldName": "Port",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "27015" "DefaultValue": "27015",
"EnumValues":{}
}, },
{ {
"DisplayName": "Enable RCON", "DisplayName": "Enable RCON",
@ -23,7 +24,8 @@
"Hidden": true, "Hidden": true,
"ParamFieldName": "/RocketSettings/RCON/@Enabled", "ParamFieldName": "/RocketSettings/RCON/@Enabled",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "true" "DefaultValue": "true",
"EnumValues":{}
}, },
{ {
"DisplayName": "RCON Port", "DisplayName": "RCON Port",
@ -36,7 +38,8 @@
"Hidden": true, "Hidden": true,
"ParamFieldName": "/RocketSettings/RCON/@Port", "ParamFieldName": "/RocketSettings/RCON/@Port",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "27115" "DefaultValue": "27115",
"EnumValues":{}
}, },
{ {
"DisplayName": "Server Name", "DisplayName": "Server Name",
@ -48,7 +51,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "", "ParamFieldName": "",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "UnturnedServer" "DefaultValue": "UnturnedServer",
"EnumValues":{}
}, },
{ {
"DisplayName": "Server Type", "DisplayName": "Server Type",
@ -76,7 +80,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Password", "ParamFieldName": "Password",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "" "DefaultValue": "",
"EnumValues":{}
}, },
{ {
"DisplayName": "RCON Password", "DisplayName": "RCON Password",
@ -88,7 +93,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "/RocketSettings/RCON/@Password", "ParamFieldName": "/RocketSettings/RCON/@Password",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "Password123" "DefaultValue": "Password123",
"EnumValues":{}
}, },
{ {
"DisplayName": "Owner", "DisplayName": "Owner",
@ -100,7 +106,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Owner", "ParamFieldName": "Owner",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "" "DefaultValue": "",
"EnumValues":{}
}, },
{ {
"DisplayName": "GSLT", "DisplayName": "GSLT",
@ -112,7 +119,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "GSLT", "ParamFieldName": "GSLT",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "" "DefaultValue": "",
"EnumValues":{}
}, },
{ {
"DisplayName": "Welcome Message", "DisplayName": "Welcome Message",
@ -124,7 +132,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Welcome", "ParamFieldName": "Welcome",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "Welcome to Unturned. Hosted using AMP by CubeCoders" "DefaultValue": "Welcome to Unturned. Hosted using AMP by CubeCoders",
"EnumValues":{}
}, },
{ {
"DisplayName": "Player Limit", "DisplayName": "Player Limit",
@ -137,7 +146,8 @@
"ParamFieldName": "Maxplayers", "ParamFieldName": "Maxplayers",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "10", "DefaultValue": "10",
"Suffix": "players" "Suffix": "players",
"EnumValues":{}
}, },
{ {
"DisplayName": "Map", "DisplayName": "Map",
@ -149,7 +159,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "Map", "ParamFieldName": "Map",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "PEI" "DefaultValue": "PEI",
"EnumValues":{}
}, },
{ {
"DisplayName": "Difficulty Mode", "DisplayName": "Difficulty Mode",
@ -214,7 +225,8 @@
"ParamFieldName": "Cycle", "ParamFieldName": "Cycle",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "3600", "DefaultValue": "3600",
"Suffix": "seconds" "Suffix": "seconds",
"EnumValues":{}
}, },
{ {
"DisplayName": "Chat Rate", "DisplayName": "Chat Rate",
@ -227,7 +239,8 @@
"ParamFieldName": "Chatrate", "ParamFieldName": "Chatrate",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "0", "DefaultValue": "0",
"Suffix": "seconds" "Suffix": "seconds",
"EnumValues":{}
}, },
{ {
"DisplayName": "Timeout", "DisplayName": "Timeout",
@ -240,7 +253,8 @@
"ParamFieldName": "Timeout", "ParamFieldName": "Timeout",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "500", "DefaultValue": "500",
"Suffix": "milliseconds" "Suffix": "milliseconds",
"EnumValues":{}
}, },
{ {
"DisplayName":"Workshop Items", "DisplayName":"Workshop Items",
@ -253,7 +267,8 @@
"ParamFieldName":"FileIDs", "ParamFieldName":"FileIDs",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"2478247379,2566953935" "Placeholder":"2478247379,2566953935",
"EnumValues":{}
}, },
{ {
"DisplayName":"Excluded Workshop Items", "DisplayName":"Excluded Workshop Items",
@ -266,7 +281,8 @@
"ParamFieldName":"ChildrenFileIDs", "ParamFieldName":"ChildrenFileIDs",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Placeholder":"5685656858,7697679654" "Placeholder":"5685656858,7697679654",
"EnumValues":{}
}, },
{ {
"DisplayName": "Maximum Workshop Retries", "DisplayName": "Maximum Workshop Retries",
@ -278,6 +294,7 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "MaxRetries", "ParamFieldName": "MaxRetries",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "2" "DefaultValue": "2",
"EnumValues":{}
} }
] ]