[
    {
        "DisplayName": "Server Name",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Set the name of the server as it appears publicly. Don't include a question mark",
        "Keywords": "server,name,sessionname",
        "FieldName": "SessionName",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "SessionName",
        "IncludeInCommandLine": false,
        "DefaultValue": "AMP Powered ARK: Survival Evolved Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "SessionName",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "SessionSettings.SessionName",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "MOTD",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the player welcome message (MOTD)",
        "Keywords": "motd,welcome,message",
        "FieldName": "MOTDMessage",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "MessageOfTheDay.Message",
        "IncludeInCommandLine": false,
        "DefaultValue": "Welcome to ARK!",
        "EnumValues": {}
    },
    {
        "DisplayName": "MOTD Duration",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the time period for display of the MOTD",
        "Keywords": "motd,message,period,duration",
        "FieldName": "MOTDDuration",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "MessageOfTheDay.Duration",
        "IncludeInCommandLine": false,
        "DefaultValue": "20",
        "Placeholder": "20",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Map",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the map for the server. If Custom is selected, Custom Map Name must also be set",
        "Keywords": "map",
        "FieldName": "Map",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "Map",
        "IncludeInCommandLine": false,
        "DefaultValue": "TheIsland",
        "EnumValues": {
            "Aberration_P": "Aberration",
            "CrystalIsles": "Crystal Isles",
            "Extinction": "Extinction",
            "Fjordur": "Fjordur",
            "Genesis": "Genesis: Part 1",
            "Gen2": "Genesis: Part 2",
            "LostIsland": "Lost Island",
            "Ragnarok": "Ragnarok",
            "ScorchedEarth_P": "Scorched Earth",
            "TheCenter": "The Center",
            "TheIsland": "The Island (default)",
            "Valguero_P": "Valguero",
            "Aquatica": "Aquatica",
            "{{CustomMap}}": "Custom"
        }
    },
    {
        "DisplayName": "Custom Map Name",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a custom map for the server. \"Custom\" type must be selected under Map, and the map files included in ShooterGame/Content/Mods. Mod Management Mode can be used for this purpose",
        "Keywords": "custom,map",
        "FieldName": "CustomMap",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomMap",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "Placeholder": "Caballus_P",
        "EnumValues": {}
    },
    {
        "DisplayName": "Mod Management Mode",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether and how mods specifed under Mods List are downloaded, updated and installed. AMP manages = AMP manages mods when the server is updated (can overcome failures with ARK's system, especially on Windows, but may be slower). ARK manages = the ARK server manages mods when the server is started",
        "Keywords": "auto,managed,mods,management,mode,automanagedmods",
        "FieldName": "automanagedmods",
        "InputType": "enum",
        "ParamFieldName": "automanagedmods",
        "DefaultValue": "",
        "EnumValues": {
            "": "Manual",
            " ": "AMP manages",
            "-automanagedmods ": "ARK manages"
        }
    },
    {
        "DisplayName": "Mods List",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Comma-separated and ordered list of IDs of mods to load (map mods will not load unless named as a \"Custom\" map under Custom Map Name). ONE LINE ONLY! Mod files must be in ShooterGame/Content/Mods (either manually or via Mod Management Mode)",
        "Keywords": "load,mods,gamemodids,activemods",
        "FieldName": "GameModIds",
        "InputType": "Textarea",
        "IsFlagArgument": false,
        "ParamFieldName": "GameModIds",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "Placeholder": "1984936918,1785880078",
        "EnumValues": {}
    },
    {
        "DisplayName": "Active Event",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server's active event, if any. Some events may only work partially or not at all. Most special event assets are removed after the event. Use Custom and set Custom Event Name for an event not listed",
        "Keywords": "active,event,activeevent",
        "FieldName": "ActiveEvent",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "ActiveEvent",
        "IncludeInCommandLine": false,
        "DefaultValue": "None",
        "EnumValues": {
            "None": "None",
            "birthday": "ARK: 5th Anniversary",
            "ark7th": "ARK: 7th Anniversary",
            "FearEvolved": "ARK: Fear Evolved",
            "TurkeyTrial": "ARK: Turkey Trial",
            "Arkaeology": "ARK: ARKaeology",
            "Easter": "ARK: Eggcellent Adventure (Easter)",
            "ExtinctionChronicles": "Extinction Chronicles",
            "vday": "ARK: Love Evolved (vday)",
            "PAX": "ARK: PAX Party",
            "Summer": "ARK: Summer Bash (Summer)",
            "WinterWonderland": "ARK: Winter Wonderland",
            "{{CustomEvent}}": "Custom"
        }
    },
    {
        "DisplayName": "Custom Event Name",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a custom active event name for the server. \"Custom\" type must be selected under Active Event",
        "Keywords": "custom,active,event,activeevent",
        "FieldName": "CustomEvent",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomEvent",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Whitelisted Server Admins",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "List of [Steam64 IDs](https://steamid.io/) for whitelisted server admins. These admins do not need to use the server admin password",
        "Keywords": "admin,whitelist,allowedcheatersteamids",
        "FieldName": "AdminWhitelist",
        "InputType": "list",
        "IsFlagArgument": false,
        "ParamFieldName": "AdminWhitelist",
        "DefaultValue": "",
        "Special": "listfile:./ark-se/376030/ShooterGame/Saved/AllowedCheaterSteamIDs.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "RCON/Server Admin Password",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "See the Security and Privacy menu for configurable options for the server's RCON password. The RCON password is also used in the in-game console for players to access administrator commands (unless they are whitelisted)",
        "Keywords": "rcon,password,serveradminpassword",
        "FieldName": "RCONPassword",
        "InputType": "hidden",
        "IsFlagArgument": false,
        "ParamFieldName": "RCONPassword",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for players to join the server. Don't include a question mark",
        "Keywords": "server,password,serverpassword",
        "FieldName": "ServerPassword",
        "InputType": "Password",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerPassword",
        "IncludeInCommandLine": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "ServerPassword",
        "InputType": "Password",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ServerPassword",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Player Whitelist",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, only players with Steam64 IDs listed under Whitelisted Players can join the server",
        "Keywords": "player,whitelist,exclusivejoin",
        "FieldName": "exclusivejoin",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "exclusivejoin",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-exclusivejoin "
        }
    },
    {
        "DisplayName": "Whitelisted Players",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "List of [Steam64 IDs](https://steamid.io/) for whitelisted players",
        "Keywords": "player,whitelist,playersexclusivejoinlist",
        "FieldName": "PlayerWhitelist",
        "InputType": "list",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerWhitelist",
        "DefaultValue": "",
        "Special": "listfile:./ark-se/376030/ShooterGame/Binaries/Win64/PlayersExclusiveJoinList.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "Spectator Password",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for non-admin spectators on the server. Don't include a question mark",
        "Keywords": "spectator,password,spectatorpassword",
        "FieldName": "SpectatorPassword",
        "InputType": "Password",
        "IsFlagArgument": false,
        "ParamFieldName": "SpectatorPassword",
        "IncludeInCommandLine": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Spectator Password",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "SpectatorPassword",
        "InputType": "Password",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.SpectatorPassword",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server",
        "Keywords": "max,players,limit,maxplayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxPlayers",
        "IncludeInCommandLine": true,
        "DefaultValue": "70",
        "Placeholder": "70",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "/Script/Engine.GameSession.MaxPlayers",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "MultiHome IP Binding",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If required, you can change the binding of the server and RCON by changing the Application IP Binding for this instance. NOTE: The IP must be reachable by AMP, otherwise AMP's console won't work",
        "Keywords": "ip,binding,address,multihome",
        "FieldName": "MultiHome",
        "InputType": "hidden",
        "IsFlagArgument": false,
        "ParamFieldName": "MultiHome",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "MultiHome IP Binding",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$ApplicationIPBinding",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "SessionSettings.MultiHome",
        "IncludeInCommandLine": false,
        "ExcludeFromImport": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable BattlEye",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, BattlEye will be disabled on the server",
        "Keywords": "battleye,disable,nobattleye",
        "FieldName": "BattlEye",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "BattlEye",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-NoBattlEye "
        }
    },
    {
        "DisplayName": "Enable Crossplay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, enables crossplay between Epic Game Store players and Steam players. Do not enable Epic Only at the same time",
        "Keywords": "crossplay",
        "FieldName": "crossplay",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "crossplay",
        "IncludeInCommandLine": false,
        "DefaultValue": "-crossplay ",
        "EnumValues": {
            "False": "",
            "True": "-crossplay "
        }
    },
    {
        "DisplayName": "Enable Epic Only",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, only Epic Game Store players will be able to connect to the server. Do not enable Crossplay at the same time",
        "Keywords": "epic,only,epiconly",
        "FieldName": "epiconly",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "epiconly",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-epiconly "
        }
    },
    {
        "DisplayName": "Public IP For Epic",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the public IP for Epic Game Store players to connect to. If not set, and MultiHome IP Binding is specified but is not a public IP, then Epic Game Store players will not be able to connect",
        "Keywords": "epic,public,ip,publicipforepic",
        "FieldName": "PublicIPForEpic",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "PublicIPForEpic",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Vivox",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, enables Vivox on Steam only servers (Vivox is the default for Epic Game Store enabled servers)",
        "Keywords": "vivox,usevivox",
        "FieldName": "UseVivox",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "UseVivox",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-UseVivox "
        }
    },
    {
        "DisplayName": "Disable Valve Anti-Cheat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, disables Valve Anti-Cheat (VAC). Only works on PC",
        "Keywords": "valve,anti,cheat,anticheat,insecure",
        "FieldName": "insecure",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "insecure",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-insecure "
        }
    },
    {
        "DisplayName": "Banlist URL",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a banlist to disallow access to the server to specified players (identified by Steam64 ID). Use either the global banlist of ARK, or a custom banlist URL",
        "Keywords": "ban,banlist,blacklist,banlisturl",
        "FieldName": "BanListURL",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.BanListURL",
        "IncludeInCommandLine": false,
        "DefaultValue": "http://arkdedicated.com/banlist.txt",
        "Placeholder": "http://arkdedicated.com/banlist.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Admin Logging In Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, all admin commands used will be logged to in-game chat",
        "Keywords": "admin,log,chat,adminlogging",
        "FieldName": "AdminLogging",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AdminLogging",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Admin Logging In Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "AdminLogging",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AdminLogging",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Kick Idle Players",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, characters that have not moved or interacted within the Kick Idle Players Period will be kicked from the server",
        "Keywords": "kick,idle,players,enableidleplayerkick",
        "FieldName": "EnableIdlePlayerKick",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "EnableIdlePlayerKick",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-EnableIdlePlayerKick "
        }
    },
    {
        "DisplayName": "Kick Idle Players Period",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the time period after which characters that have not moved or interacted will be kicked (if Kick Idle Players is enabled)",
        "Keywords": "kick,idle,players,period,kickidleplayersperiod",
        "FieldName": "KickIdlePlayersPeriod",
        "InputType": "number",
        "MinValue": "1",
        "IsFlagArgument": false,
        "ParamFieldName": "KickIdlePlayersPeriod",
        "IncludeInCommandLine": true,
        "DefaultValue": "3600",
        "Placeholder": "3600",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Kick Idle Players Period",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "KickIdlePlayersPeriod",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.KickIdlePlayersPeriod",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Save Period",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the interval for automatic saves. 0 = constant saving, 9000000 = effectively disabled",
        "Keywords": "auto,save,period,minutes,autosaveperiodminutes",
        "FieldName": "AutoSavePeriodMinutes",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "9000000",
        "IsFlagArgument": false,
        "ParamFieldName": "AutoSavePeriodMinutes",
        "IncludeInCommandLine": true,
        "DefaultValue": "15.0",
        "Placeholder": "15.0",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Save Period",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "AutoSavePeriodMinutes",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AutoSavePeriodMinutes",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Language",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the language of the server",
        "Keywords": "language,culture",
        "FieldName": "culture",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "culture",
        "IncludeInCommandLine": false,
        "DefaultValue": "en",
        "EnumValues": {
            "ca": "Català",
            "cs": "čeština",
            "da": "dansk",
            "de": "Deutsch",
            "en": "English (default)",
            "es": "Español",
            "eu": "euskara",
            "fi": "suomi",
            "fr": "Français",
            "hu": "magyar",
            "it": "Italiano",
            "ja": "日本語",
            "ka": "ქართული",
            "ko": "한국어",
            "nl": "Nederlands",
            "pl": "Polski",
            "pt_BR": "Português brasileiro",
            "ru": "Русский",
            "sv": "Svenska",
            "th": "ไทย",
            "tr": "Türkçe",
            "zh": "中文",
            "zh-Hans-CN": "使用者",
            "zh-TW": "国语"
        }
    },
    {
        "DisplayName": "Custom Command Line Flags",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets custom [command line flags](https://ark.wiki.gg/wiki/Server_configuration#Command_Line) for the server (those that start with a - (dash)). Include the dash and separate with a space. Don't use flags already in AMP's settings!",
        "Keywords": "custom,command,line,flags",
        "FieldName": "CustomFlags",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomFlags",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "Placeholder": "-allcores -d3d10",
        "EnumValues": {}
    },
    {
        "DisplayName": "Custom Command Line Options",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets custom [command line options](https://ark.wiki.gg/wiki/Server_configuration#Command_Line) for the server (those that start with a ? (question mark)). Include the question mark but do not separate with a space. Don't use options already in AMP's settings!",
        "Keywords": "custom,command,line,options",
        "FieldName": "CustomOptions",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomOptions",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "Placeholder": "?ClampItemStats=True?NewYear1UTC=1672592400",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable PvE / Disable PvP",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, PvE will be enabled, and PvP disabled",
        "Keywords": "pve,pvp,serverpve",
        "FieldName": "serverPVE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "serverPVE",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvE / Disable PvP",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "serverPVE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.serverPVE",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Offline Raiding Prevention",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the Offline Raiding Prevention option will be enabled in PvP mode, preventing damage to a player's structures and creatures while the player is offline. For tribe creatures and structures, all tribe members must be offline",
        "Keywords": "offline,pvp,raiding,prevention,preventofflinepvp",
        "FieldName": "PreventOfflinePvP",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventOfflinePvP",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Offline Raiding Prevention",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventOfflinePvP",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventOfflinePvP",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Offline Raiding Prevention Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time period after which an logged off player will be considered offline for the Offline Raiding Prevention option",
        "Keywords": "offline,pvp,raiding,prevention,preventofflinepvpinterval",
        "FieldName": "PreventOfflinePvPInterval",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventOfflinePvPInterval",
        "IncludeInCommandLine": true,
        "DefaultValue": "60.0",
        "Placeholder": "60.0",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Offline Raiding Prevention Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventOfflinePvPInterval",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventOfflinePvPInterval",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Hardcore Mode",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables hardcore mode, meaning player characters revert to level 1 upon death",
        "Keywords": "hardcore,serverhardcore",
        "FieldName": "serverHardcore",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "serverHardcore",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Hardcore Mode",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "serverHardcore",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ServerHardcore",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Override Official Difficulty",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, sets the server difficulty level to the value set under \"Difficulty Override Level\". This is generally the recommended way to set the difficulty level",
        "Keywords": "override,official,difficulty,overrideofficialdifficulty",
        "FieldName": "OverrideOfficialDifficulty",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "OverrideOfficialDifficulty",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "?OverrideOfficialDifficulty={{DifficultyOverrideLevel}}"
        }
    },
    {
        "DisplayName": "Difficulty Override Level",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the value of the difficulty level to be applied if \"Override Official Difficulty\" is enabled, allowing the level to go above the default 4.0. Be careful not to go too high!",
        "Keywords": "override,official,difficulty,level,overrideofficialdifficulty",
        "FieldName": "DifficultyOverrideLevel",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "DifficultyOverrideLevel",
        "IncludeInCommandLine": false,
        "DefaultValue": "4.0",
        "Placeholder": "4.0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Difficulty Offset",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "As an alternative to using \"Override Official Difficulty\", this setting sets the difficulty offset, which is used to calculate the [difficulty level](https://ark.wiki.gg/wiki/Difficulty)",
        "Keywords": "difficulty,offset,level,difficultyoffset",
        "FieldName": "DifficultyOffset",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "1",
        "IsFlagArgument": false,
        "ParamFieldName": "DifficultyOffset",
        "IncludeInCommandLine": true,
        "DefaultValue": "0.200000",
        "Placeholder": "0.200000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Difficulty Offset",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DifficultyOffset",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DifficultyOffset",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Crosshair",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, each player will be shown a crosshair",
        "Keywords": "crosshair,servercrosshair",
        "FieldName": "ServerCrosshair",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerCrosshair",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Crosshair",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "ServerCrosshair",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ServerCrosshair",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable HUD",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the HUD (head-up display) will always be disabled",
        "Keywords": "hud,head-up,heads-up,display,serverforcenohud",
        "FieldName": "serverForceNoHud",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "serverForceNoHud",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "Truue": "True"
        }
    },
    {
        "DisplayName": "Disable HUD",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "serverForceNoHud",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ServerForceNoHUD",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Show Player On Map",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, shows each player their own precise position when they view their map",
        "Keywords": "player,position,location,map,showmapplayerlocation",
        "FieldName": "ShowMapPlayerLocation",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ShowMapPlayerLocation",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Show Player On Map",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "ShowMapPlayerLocation",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ShowMapPlayerLocation",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Third Person View",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, third person view is enabled",
        "Keywords": "third,person,3rd,view,allowthirdpersonplayer",
        "FieldName": "AllowThirdPersonPlayer",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowThirdPersonPlayer",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Third Person View",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowThirdPersonPlayer",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowThirdPersonPlayer",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Show Floating Damage Text",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, damage caused is shown in a RPG style pop-up text",
        "Keywords": "show,floating,damage,text,showfloatingdamagetext",
        "FieldName": "ShowFloatingDamageText",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ShowFloatingDamageText",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Show Floating Damage Text",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "ShowFloatingDamageText",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ShowFloatingDamageText",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Spawn Animation",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, player characters spawn and respawn without the wake-up animation",
        "Keywords": "prevent,spawn,animations,preventspawnanimations",
        "FieldName": "PreventSpawnAnimations",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventSpawnAnimations",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Spawn Animation",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventSpawnAnimations",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventSpawnAnimations",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Creature Mate Boost",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, disables creature mate boosting",
        "Keywords": "prevent,mate,boost,preventmateboost",
        "FieldName": "PreventMateBoost",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventMateBoost",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable Creature Mate Boost",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventMateBoost",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventMateBoost",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Hit Markers",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables optional hit markers for ranged attacks",
        "Keywords": "allow,hit,markers,allowhitmarkers",
        "FieldName": "AllowHitMarkers",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowHitMarkers",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Hit Markers",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowHitMarkers",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowHitMarkers",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tamed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of tamed creatures on the server. This is a global cap",
        "Keywords": "maximum,tamed,creatures,limit,maxtameddinos",
        "FieldName": "MaxTamedDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxTamedDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "4000",
        "Placeholder": "4000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tamed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "MaxTamedDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.MaxTamedDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Personal Tamed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of tamed creatures that a tribe is allowed to have",
        "Keywords": "maximum,tamed,personal,creatures,limit,maxpersonaltameddinos",
        "FieldName": "MaxPersonalTamedDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxPersonalTamedDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "500",
        "Placeholder": "500",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Personal Tamed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "MaxPersonalTamedDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.MaxPersonalTamedDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tribute Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of slots for uploaded creatures",
        "Keywords": "maximum,tribute,creatures,limit,maxtributedinos",
        "FieldName": "MaxTributeDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxTributeDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "20",
        "Placeholder": "20",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tribute Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "MaxTributeDinos",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.MaxTributeDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of structures that can be constructed within a certain range",
        "Keywords": "maximum,structures,limit,themaxstructuresinrange",
        "FieldName": "TheMaxStructuresInRange",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "TheMaxStructuresInRange",
        "IncludeInCommandLine": true,
        "DefaultValue": "10500",
        "Placeholder": "10500",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "TheMaxStructuresInRange",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.TheMaxStructuresInRange",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tribute Items",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of slots for uploaded items and resources",
        "Keywords": "maximum,tribute,items,limit,maxtributeitems",
        "FieldName": "MaxTributeItems",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxTributeItems",
        "IncludeInCommandLine": true,
        "DefaultValue": "50",
        "Placeholder": "50",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Tribute Items",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "MaxTributeItems",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.MaxTributeItems",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Players In Tribe",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of players in each tribe. 0 = no limit, 1 = tribes effectively disabled",
        "Keywords": "maximum,tribe,players,limit,maxnumberofplayersintribe",
        "FieldName": "MaxNumberOfPlayersInTribe",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.MaxNumberOfPlayersInTribe",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Tribe Alliances",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, tribes will be prevented from creating alliances",
        "Keywords": "prevent,tribe,alliances,preventtribealliances",
        "FieldName": "PreventTribeAlliances",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventTribeAlliances",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Tribe Alliances",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventTribeAlliances",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventTribeAlliances",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable PvP Friendly Fire",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, prevents friendly fire among tribe-mates, tribe-creatures and tribe-structures on PvP servers",
        "Keywords": "pvp,friendly,fire,bdisablefriendlyfire",
        "FieldName": "bDisableFriendlyFire",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.bDisableFriendlyFire",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable PvE Friendly Fire",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, prevents friendly fire among tribe-mates, tribe-creatures and tribe-structures on PvE servers",
        "Keywords": "pve,friendly,fire,bpvedisablefriendlyfire",
        "FieldName": "bPvEDisableFriendlyFire",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.bPvEDisableFriendlyFire",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvP Gamma",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows gamma changes in PvP mode",
        "Keywords": "pvp,gamma,enablepvpgamma",
        "FieldName": "EnablePVPGamma",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "EnablePVPGamma",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvP Gamma",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "EnablePVPGamma",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.EnablePVPGamma",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable PvE Gamma",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, prevents gamma changes in PvE mode",
        "Keywords": "pve,gamma,disablepvegamma",
        "FieldName": "DisablePVEGamma",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisablePVEGamma",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable PvE Gamma",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DisablePVEGamma",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DisablePVEGamma",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Notify Player Join",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will always be notified if someone joins the server",
        "Keywords": "notify,player,join,alwaysnotifyplayerjoined",
        "FieldName": "AlwaysNotifyPlayerJoined",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.AlwaysNotifyPlayerJoined",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Notify Player Leave",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will always be notified if someone leaves the server",
        "Keywords": "notify,player,leave,alwaysnotifyplayerleft",
        "FieldName": "alwaysNotifyPlayerLeft",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AlwaysNotifyPlayerLeft",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Notify Player Leave",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "alwaysNotifyPlayerLeft",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AlwaysNotifyPlayerLeft",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Global Voice Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, voice chat will be enabled globally",
        "Keywords": "voice,chat,globalvoicechat",
        "FieldName": "globalVoiceChat",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "globalVoiceChat",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Global Voice Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "globalVoiceChat",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.globalVoiceChat",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Proximity Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, only players near each other can see each other's chat messages",
        "Keywords": "proximity,chat,proximitychat",
        "FieldName": "proximityChat",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ProximityChat",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Proximity Chat",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "proximityChat",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ProximityChat",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow PvE Cave Building",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows building in caves in PvE mode",
        "Keywords": "pve,cave,building,allowcavebuildingpve",
        "FieldName": "AllowCaveBuildingPVE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.AllowCaveBuildingPVE",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow PvE Flyer Carry",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, flyers will be permitted to pick up other creatures and players when mounted by a player in PvE mode",
        "Keywords": "pve,flyer,carry,allowflyercarrypve",
        "FieldName": "AllowFlyerCarryPvE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowFlyerCarryPvE",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow PvE Flyer Carry",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowFlyerCarryPvE",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowFlyerCarryPvE",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Flyer Speed Levelling",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, flyers can have their movement speed levelled up",
        "Keywords": "flyer,movement,speed,level,up,allowflyerspeedleveling",
        "FieldName": "AllowFlyerSpeedLeveling",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowFlyerSpeedLeveling",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-AllowFlyerSpeedLeveling "
        }
    },
    {
        "DisplayName": "Allow Cave Flyers",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, flyers will always be allowed into caves",
        "Keywords": "allow,cave,flyers,forceallowcaveflyers",
        "FieldName": "ForceAllowCaveFlyers",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ForceAllowCaveFlyers",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-ForceAllowCaveFlyers "
        }
    },
    {
        "DisplayName": "Disable Wild Creature Spawn",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, wild creatures will not be spawned in the server. For an existing server, existing creatures need to be wiped with the admin command \"destroywilddinos\"",
        "Keywords": "no,creatures,spawn,nodinos",
        "FieldName": "nodinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "nodinos",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-nodinos "
        }
    },
    {
        "DisplayName": "Prevent Hibernation",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, creatures in inactive zones will not hibernate, at the cost of performance and memory usage",
        "Keywords": "prevent,hibernation,preventhibernation",
        "FieldName": "PreventHibernation",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventHibernation",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-PreventHibernation "
        }
    },
    {
        "DisplayName": "Force Wild Creature Respawn On Start",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, all wild creatures that are not currently being tamed will be destroyed on server start",
        "Keywords": "force,creature,respawn,forcerespawndinos",
        "FieldName": "ForceRespawnDinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ForceRespawnDinos",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-ForceRespawnDinos "
        }
    },
    {
        "DisplayName": "Force Wild Creature Respawn At Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the period to force respawns of wild creatures to prevent certain types (like the Basilo and Spino) from becoming depopulated on long running servers, as well as removing any lingering event creatures. 0 = disabled",
        "Keywords": "auto,force,respawn,wild,creatures,interval,serverautoforcerespawnwilddinosinterval",
        "FieldName": "ServerAutoForceRespawnWildDinosInterval",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerAutoForceRespawnWildDinosInterval",
        "IncludeInCommandLine": true,
        "DefaultValue": "604800",
        "Placeholder": "604800",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Force Wild Creature Respawn At Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "ServerAutoForceRespawnWildDinosInterval",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ServerAutoForceRespawnWildDinosInterval",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Tek Railgun",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the Tek Railgun will be disabled in PvP mode",
        "Keywords": "disable,tek,railgun,disablerailgunpvp",
        "FieldName": "DisableRailgunPVP",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableRailgunPVP",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-DisableRailgunPVP "
        }
    },
    {
        "DisplayName": "Disable Loot Crates",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, loot crates will not spawn. Artifact crates will still spawn",
        "Keywords": "disable,loot,crates,disablelootcrates",
        "FieldName": "bDisableLootCrates",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.bDisableLootCrates",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Player Radius For No Resource Replenish",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the distance around players where resources are not allowed to grow back. Values higher than 1 increase it, values between 0 and 1 reduce it",
        "Keywords": "player,resource,radius,resourcenoreplenishradiusplayers",
        "FieldName": "ResourceNoReplenishRadiusPlayers",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.ResourceNoReplenishRadiusPlayers",
        "IncludeInCommandLine": false,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Radius For No Resource Replenish",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the distance around structures where resources are not allowed to grow back. Values higher than 1 increase it, values between 0 and 1 reduce it",
        "Keywords": "structure,resource,radius,resourcenoreplenishradiusstructures",
        "FieldName": "ResourceNoReplenishRadiusStructures",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.ResourceNoReplenishRadiusStructures",
        "IncludeInCommandLine": false,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable PvE Creature Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the gradual (7 days) decay (or unclaiming) of creature ownership will be disabled in PvE mode. Otherwise, every creature can be claimed by any player",
        "Keywords": "pve,dino,decay,unclaim,disabledinodecaypve",
        "FieldName": "DisableDinoDecayPvE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableDinoDecayPvE",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable PvE Creature Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DisableDinoDecayPvE",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DisableDinoDecayPvE",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable PvP Creature Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the gradual decay (or unclaiming) of creature ownership will be enabled in PvP mode",
        "Keywords": "pvp,dino,decay,unclaim,pvpdinodecay",
        "FieldName": "PvPDinoDecay",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PvPDinoDecay",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvP Creature Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PvPDinoDecay",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PvPDinoDecay",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Passive Defence Damage",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, wild creatures and riderless creatures can take damage from passive defence structures like spikewalls",
        "Keywords": "passive,defense,defence,damage,bpassivedefensesdamageriderlessdinos",
        "FieldName": "bPassiveDefensesDamageRiderlessDinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.bPassiveDefensesDamageRiderlessDinos",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Diseases",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, diseases will be completely disabled on the server",
        "Keywords": "prevent,diseases,preventdiseases",
        "FieldName": "PreventDiseases",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventDiseases",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Diseases",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventDiseases",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventDiseases",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Permanent Diseases",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, diseases will not be permanent (they will be lost on respawn)",
        "Keywords": "non,permanent,diseases,nonpermanentdiseases",
        "FieldName": "NonPermanentDiseases",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "NonPermanentDiseases",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable Permanent Diseases",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "NonPermanentDiseases",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.NonPermanentDiseases",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Care By Anyone",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables anyone to \"take care\" of baby creatures (cuddle etc), not just whomever imprinted on it",
        "Keywords": "care,baby,creature,cuddle,imprint,allowanyonebabyimprintcuddle",
        "FieldName": "AllowAnyoneBabyImprintCuddle",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowAnyoneBabyImprintCuddle",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Care By Anyone",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowAnyoneBabyImprintCuddle",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowAnyoneBabyImprintCuddle",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Imprint Creature Buff",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, disables the creature imprinting player Stat Bonus (where whomever specifically imprinted on the creature, and raised it to have an imprinting quality, gets extra damage/resistance buff)",
        "Keywords": "buff,creature,imprint,disableimprintdinobuff",
        "FieldName": "DisableImprintDinoBuff",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableImprintDinoBuff",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable Imprint Creature Buff",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DisableImprintDinoBuff",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DisableImprintDinoBuff",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Destroy Unconnected Water Pipes",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, water pipes will be destroyed automatically after two real-time days, if unconnected to any non-pipe (directly or indirectly) and no allied player is nearby",
        "Keywords": "unconnected,water,pipes,destroy,destroyunconnectedwaterpipes",
        "FieldName": "DestroyUnconnectedWaterPipes",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DestroyUnconnectedWaterPipes",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Destroy Unconnected Water Pipes",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DestroyUnconnectedWaterPipes",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DestroyUnconnectedWaterPipes",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Minimum Creature Re-upload Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the cooldown period between allowed creature re-uploads",
        "Keywords": "creature,upload,interval,minimumdinoreuploadinterval",
        "FieldName": "MinimumDinoReuploadInterval",
        "InputType": "number",
        "MinValue": "0",
        "IsFlagArgument": false,
        "ParamFieldName": "MinimumDinoReuploadInterval",
        "IncludeInCommandLine": true,
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Minimum Creature Re-upload Interval",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "MinimumDinoReuploadInterval",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.MinimumDinoReuploadInterval",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Destroy Decayed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, claimable decayed creatures will be auto-destroyed on load, rather than remaining around as claimable",
        "Keywords": "destroy,auto,decay,creature,autodestroydecayeddinos",
        "FieldName": "AutoDestroyDecayedDinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AutoDestroyDecayedDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Auto Destroy Decayed Creatures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AutoDestroyDecayedDinos",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AutoDestroyDecayedDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Optimize Harvest Amount Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, optimizes the server performance when using a higher Harvest Amount Multiplier, by reducing the bias towards yielding rarer items",
        "Keywords": "optimized,harvest,multiplier,useoptimizedharvestinghealth",
        "FieldName": "UseOptimizedHarvestingHealth",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "UseOptimizedHarvestingHealth",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Optimize Harvest Amount Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "UseOptimizedHarvestingHealth",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.UseOptimizedHarvestingHealth",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Force Flyer Explosives",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows flyers to fly with C4 attached to them. Otherwise, except for Quetzal and Wyvern, they can't fly",
        "Keywords": "flyer,explosives,forceflyerexplosives",
        "FieldName": "ForceFlyerExplosives",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ForceFlyerExplosives",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Force Flyer Explosives",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "ForceFlyerExplosives",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ForceFlyerExplosives",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Multiple Attached C4",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, more than one C4 can be attached per creature",
        "Keywords": "c4,multiple,attached,allowmultipleattachedc4",
        "FieldName": "AllowMultipleAttachedC4",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowMultipleAttachedC4",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Multiple Attached C4",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowMultipleAttachedC4",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowMultipleAttachedC4",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Flying Stamina Recovery",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, flyers can recover stamina when a player is standing on them instead of riding",
        "Keywords": "flying,stamina,recovery,allowflyingstaminarecovery",
        "FieldName": "AllowFlyingStaminaRecovery",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowFlyingStaminaRecovery",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Flying Stamina Recovery",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowFlyingStaminaRecovery",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowFlyingStaminaRecovery",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Weather Fog",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, fog is disabled",
        "Keywords": "weather,fog,disableweatherfog",
        "FieldName": "DisableWeatherFog",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableWeatherFog",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable Weather Fog",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "DisableWeatherFog",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DisableWeatherFog",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Random Supply Crate Points",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, supply drops will be in random locations. NOTE: This setting is known to cause artifacts to become inaccessible on the Ragnarok map",
        "Keywords": "random,supply,crate,points,randomsupplycratepoints",
        "FieldName": "RandomSupplyCratePoints",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "RandomSupplyCratePoints",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Random Supply Crate Points",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "RandomSupplyCratePoints",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.RandomSupplyCratePoints",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Foreign Creature Downloads on Aberration",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables tribute download of non-native creatures on the Aberration map",
        "Keywords": "foreign,creature,download,crossarkallowforeigndinodownloads",
        "FieldName": "CrossARKAllowForeignDinoDownloads",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "CrossARKAllowForeignDinoDownloads",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Foreign Creature Downloads on Aberration",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "",
        "Keywords": "",
        "FieldName": "CrossARKAllowForeignDinoDownloads",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.CrossARKAllowForeignDinoDownloads",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Day/Night Cycle Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the server day/night cycle. The default value 1 sets the same speed as a singleplayer game, ie 1 minute real time = approx 28 minutes server time. A scale of 0.035 would set a day/night cycle of approx 24 hours real time",
        "Keywords": "day,night,cycle,speed,multiplier,daycyclespeedscale",
        "FieldName": "DayCycleSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DayCycleSpeedScale",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Day/Night Cycle Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DayCycleSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DayCycleSpeedScale",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Day Time Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the length of each server day, relative to the length of each night. Lowering this value increases the day length",
        "Keywords": "day,time,speed,multiplier,daytimespeedscale",
        "FieldName": "DayTimeSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DayTimeSpeedScale",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Day Time Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DayTimeSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DayTimeSpeedScale",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Night Time Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the length of each server night, relative to the length of each day. Lowering this value increases the night length",
        "Keywords": "night,time,speed,multiplier,nighttimespeedscale",
        "FieldName": "NightTimeSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "NightTimeSpeedScale",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Night Time Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "NightTimeSpeedScale",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.NightTimeSpeedScale",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "XP Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for experience (XP) received by players, tribes and creatures for various actions. The default value 1 provides the same experience as a singleplayer game. Higher values increase XP amounts awarded, lower values decrease it",
        "Keywords": "xp,experience,multiplier,xpmultiplier",
        "FieldName": "XPMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "XPMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "XP Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "XPMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.XPMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Food Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for player characters' food consumption. Higher values increase food consumption (player characters get hungry faster)",
        "Keywords": "player,food,drain,hunger,multiplier,playercharacterfooddrainmultiplier",
        "FieldName": "PlayerCharacterFoodDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerCharacterFoodDrainMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Food Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerCharacterFoodDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerCharacterFoodDrainMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Water Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for player characters' water consumption. Higher values increase water consumption (player characters get thirsty faster)",
        "Keywords": "player,water,drain,thirst,multiplier,playercharacterwaterdrainmultiplier",
        "FieldName": "PlayerCharacterWaterDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerCharacterWaterDrainMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Water Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerCharacterWaterDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerCharacterWaterDrainMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Health Recovery Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for player characters' health recovery. Higher values increase the recovery rate (player characters heal faster)",
        "Keywords": "player,health,recovery,multiplier,playercharacterhealthrecoverymultiplier",
        "FieldName": "PlayerCharacterHealthRecoveryMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerCharacterHealthRecoveryMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Health Recovery Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerCharacterHealthRecoveryMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerCharacterHealthRecoveryMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Stamina Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for player characters' stamina consumption. Higher values increase stamina consumption (player characters get tired faster)",
        "Keywords": "player,stamina,drain,multiplier,playercharacterstaminadrainmultiplier",
        "FieldName": "PlayerCharacterStaminaDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerCharacterStaminaDrainMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Stamina Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerCharacterStaminaDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerCharacterStaminaDrainMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the damage that players cause with their attacks. The default value 1 causes normal damage. Higher values increase damage, lower values decrease it",
        "Keywords": "player,damage,multiplier,playerdamagemultiplier",
        "FieldName": "PlayerDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerDamageMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerDamageMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for players' damage resistance when attacked. The default value 1 causes normal damage. Higher values decrease resistance, increasing damage per attack. Lower values increase it, reducing damage per attack",
        "Keywords": "player,resistance,multiplier,playerresistancemultiplier",
        "FieldName": "PlayerResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PlayerResistanceMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PlayerResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PlayerResistanceMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Food Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for creatures' food consumption. Higher values increase food consumption (creatures get hungry faster)",
        "Keywords": "creature,food,drain,hunger,multiplier,dinocharacterfooddrainmultiplier",
        "FieldName": "DinoCharacterFoodDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoCharacterFoodDrainMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Food Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoCharacterFoodDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoCharacterFoodDrainMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Health Recovery Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for creatures' health recovery. Higher values increase the recovery rate (creatures heal faster)",
        "Keywords": "creature,health,recovery,multiplier,dinocharacterhealthrecoverymultiplier",
        "FieldName": "DinoCharacterHealthRecoveryMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoCharacterHealthRecoveryMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Health Recovery Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoCharacterHealthRecoveryMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoCharacterHealthRecoveryMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Stamina Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for creatures' stamina consumption. Higher values increase stamina consumption (creatures get tired faster)",
        "Keywords": "creature,stamina,drain,multiplier,dinocharacterstaminadrainmultiplier",
        "FieldName": "DinoCharacterStaminaDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoCharacterStaminaDrainMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Stamina Drain Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoCharacterStaminaDrainMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoCharacterStaminaDrainMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the damage that wild creatures cause with their attacks. The default value 1 causes normal damage. Higher values increase damage, lower values decrease it",
        "Keywords": "creature,damage,multiplier,dinodamagemultiplier",
        "FieldName": "DinoDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoDamageMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoDamageMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for wild creatures' damage resistance when attacked. The default value 1 causes normal damage. Higher values decrease resistance, increasing damage per attack. Lower values increase it, reducing damage per attack",
        "Keywords": "creature,resistance,multiplier,dinoresistancemultiplier",
        "FieldName": "DinoResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoResistanceMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoResistanceMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Spawn Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for creature spawns. Higher values increase the number of creatures spawned throughout the server",
        "Keywords": "creature,spawn,multiplier,dinocountmultiplier",
        "FieldName": "DinoCountMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "DinoCountMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Spawn Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "DinoCountMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DinoCountMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "PvE Creature Decay Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Set the scaling factor for the unclaiming speed of creatures in PvE mode",
        "Keywords": "pve,creature,decay,period,multiplier,pvedinodecayperiodmultiplier",
        "FieldName": "PvEDinoDecayPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PvEDinoDecayPeriodMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "PvE Creature Decay Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PvEDinoDecayPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PvEDinoDecayPeriodMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the damage that structures (spikewalls) cause with their attacks. The default value 1 causes normal damage. Higher values increase damage, lower values decrease it",
        "Keywords": "structure,damage,multiplier,structuredamagemultiplier",
        "FieldName": "StructureDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "StructureDamageMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Damage Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "StructureDamageMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.StructureDamageMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for structures' damage resistance when attacked. The default value 1 causes normal damage. Higher values decrease resistance, increasing damage per attack. Lower values increase it, reducing damage per attack",
        "Keywords": "structure,resistance,multiplier,structureresistancemultiplier",
        "FieldName": "StructureResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "StructureResistanceMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Resistance Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "StructureResistanceMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.StructureResistanceMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "PvE Structure Decay Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the decay rate of player structures in PvE mode",
        "Keywords": "pve,structure,decay,pvestructuredecayperiodmultiplier",
        "FieldName": "PvEStructureDecayPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PvEStructureDecayPeriodMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "PvE Structure Decay Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PvEStructureDecayPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PvEStructureDecayPeriodMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Platform Structures Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the maximum number of structures placeable on platform saddles and rafts. NOTE: high values may lead to lag",
        "Keywords": "saddle,platform,raft,structure,multiplier,perplatformmaxstructuresmultiplier",
        "FieldName": "PerPlatformMaxStructuresMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PerPlatformMaxStructuresMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Platform Structures Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "PerPlatformMaxStructuresMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PerPlatformMaxStructuresMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Structure Destruction Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor, relative to the period for allowing claims, to automatically destroy structures if there has been no near tribe player during that time",
        "Keywords": "time,tribe,structure,destroy,autodestroyoldstructuresmultiplier",
        "FieldName": "AutoDestroyOldStructuresMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "AutoDestroyOldStructuresMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Structure Destruction Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "AutoDestroyOldStructuresMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AutoDestroyOldStructuresMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Harvest Amount Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for yields from all harvesting activities (chopping down trees, picking berries, carving carcasses, mining rocks, etc). Higher values increase the amount harvested with each strike",
        "Keywords": "harvest,yield,multiplier,harvestamountmultiplier",
        "FieldName": "HarvestAmountMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "HarvestAmountMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Harvest Amount Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "HarvestAmountMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.HarvestAmountMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Harvest Health Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the \"health\" of harvestable items (trees, rocks, carcasses, etc). Higher values increase the number of strikes needed to destroy them, increasing harvest yields",
        "Keywords": "harvest,health,multiplier,harvesthealthmultiplier",
        "FieldName": "HarvestHealthMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "HarvestHealthMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Harvest Health Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "HarvestHealthMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.HarvestHealthMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Resources Respawn Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for the resource node respawn rate (trees, rocks, bushes, etc). Lower values cause nodes to respawn more frequently",
        "Keywords": "resource,respawn,period,multiplier,resourcesrespawnperiodmultiplier",
        "FieldName": "ResourcesRespawnPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "ResourcesRespawnPeriodMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Resources Respawn Period Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "ResourcesRespawnPeriodMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.ResourcesRespawnPeriodMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Taming Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for creature taming speed. Higher values make taming faster",
        "Keywords": "taming,speed,multiplier,tamingspeedmultiplier",
        "FieldName": "TamingSpeedMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "TamingSpeedMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Creature Taming Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "TamingSpeedMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.TamingSpeedMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Oxygen Swim Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the scaling factor for swim speed, relative to the level spent in oxygen",
        "Keywords": "swim,speed,oxygen,oxygenswimspeedstatmultiplier",
        "FieldName": "OxygenSwimSpeedStatMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "OxygenSwimSpeedStatMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Oxygen Swim Speed Multiplier",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "",
        "Keywords": "",
        "FieldName": "OxygenSwimSpeedStatMultiplier",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.OxygenSwimSpeedStatMultiplier",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Structure Stasis Grid",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, enables the structure stasis grid to improve server performance on large bases with lots of players. Structures are loaded based on grids with players. Not recommended for modded servers",
        "Keywords": "structure,stasis,grid,usestructurestasisgrid",
        "FieldName": "UseStructureStasisGrid",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "UseStructureStasisGrid",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-UseStructureStasisGrid "
        }
    },
    {
        "DisplayName": "Auto Destroy Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, auto destruction of old structures will be enabled. The destruction timer can be adjusted with Auto Structure Destruction Multiplier",
        "Keywords": "auto,destroy,structures,autodestroystructures",
        "FieldName": "AutoDestroyStructures",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AutoDestroyStructures",
        "IncludeInCommandLine": false,
        "DefaultValue": "-AutoDestroyStructures ",
        "EnumValues": {
            "False": "",
            "True": "-AutoDestroyStructures "
        }
    },
    {
        "DisplayName": "Auto Destroy Core Structures Only",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, any non-core/non-foundation structures will not be auto destroyed (assuming Auto Destroy Structures is enabled), except if a floor they are on is auto destroyed",
        "Keywords": "auto,destroy,core,structures,onlyautodestroycorestructures",
        "FieldName": "OnlyAutoDestroyCoreStructures",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "OnlyAutoDestroyCoreStructures",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Auto Destroy Core Structures Only",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "OnlyAutoDestroyCoreStructures",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.OnlyAutoDestroyCoreStructures",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Only Auto Destroy Unsnapped Core Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, only unsnapped core structures will decay (be auto destroyed). Useful for eliminating lone pillar/foundation spam on servers in PvP mode",
        "Keywords": "auto,destroy,unsnapped,core,structures,onlydecayunsnappedcorestructures",
        "FieldName": "OnlyDecayUnsnappedCoreStructures",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "OnlyDecayUnsnappedCoreStructures",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Only Auto Destroy Unsnapped Core Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "OnlyDecayUnsnappedCoreStructures",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.OnlyDecayUnsnappedCoreStructures",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable PvE Structure Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, the gradual (7 days) decay of player structures will be disabled in PvE mode",
        "Keywords": "pve,structure,decay,disablestructuredecaypve",
        "FieldName": "DisableStructureDecayPvE",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableStructureDecayPvE",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable PvE Structure Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "DisableStructureDecayPvE",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.DisableStructureDecayPvE",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable PvP Structure Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, the gradual decay of structures will be enabled in PvP mode",
        "Keywords": "pvp,structure,decay,pvpstructuredecay",
        "FieldName": "PvPStructureDecay",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PvPStructureDecay",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvP Structure Decay",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "PvPStructureDecay",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PvPStructureDecay",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Fast Decay Unsnapped Core Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, unsnapped foundations/pillars will decay at 5x speed",
        "Keywords": "fast,decay,unsnapped,core,structure,fastdecayunsnappedcorestructures",
        "FieldName": "FastDecayUnsnappedCoreStructures",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "FastDecayUnsnappedCoreStructures",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Fast Decay Unsnapped Core Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "FastDecayUnsnappedCoreStructures",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.FastDecayUnsnappedCoreStructures",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Damage Repair Cooldown",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "Sets the cooldown period on structure repair from the last time damaged. 0 =  disabled (structures can always be repaired)",
        "Keywords": "structure,damage,repair,cooldown,structuredamagerepaircooldown",
        "FieldName": "StructureDamageRepairCooldown",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.StructureDamageRepairCooldown",
        "IncludeInCommandLine": false,
        "DefaultValue": "180",
        "Placeholder": "180",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Platform Saddle Limit",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "Sets the maximum number of platformed-creatures/rafts allowed on the server",
        "Keywords": "maximum,platform,saddle,structure,limit,maxplatformsaddlestructurelimit",
        "FieldName": "MaxPlatformSaddleStructureLimit",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.MaxPlatformSaddleStructureLimit",
        "IncludeInCommandLine": false,
        "DefaultValue": "100",
        "Placeholder": "100",
        "EnumValues": {}
    },
    {
        "DisplayName": "Platform Saddle Cost",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "Sets the number of \"tamed creature slots\" a platform saddle will use",
        "Keywords": "tamed,creature,cost,saddle,platform,personaltameddinossaddlestructurecost",
        "FieldName": "PersonalTamedDinosSaddleStructureCost",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "PersonalTamedDinosSaddleStructureCost",
        "IncludeInCommandLine": true,
        "DefaultValue": "19",
        "Placeholder": "19",
        "EnumValues": {}
    },
    {
        "DisplayName": "Platform Saddle Cost",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "PersonalTamedDinosSaddleStructureCost",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PersonalTamedDinosSaddleStructureCost",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Override Structure Platform Prevention",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, turret and spike structures will be buildable and functional on platform saddles",
        "Keywords": "override,structure,platform,overridestructureplatformprevention",
        "FieldName": "OverrideStructurePlatformPrevention",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "OverrideStructurePlatformPrevention",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Override Structure Platform Prevention",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "OverrideStructurePlatformPrevention",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.OverrideStructurePlatformPrevention",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Building In Rich Resource Areas",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, completely disables building in specific resource-rich areas, in particular setup on The Island around the major mountains",
        "Keywords": "rich,resources,block,building,extra,structure,prevention,enableextrastructurepreventionvolumes",
        "FieldName": "EnableExtraStructurePreventionVolumes",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "EnableExtraStructurePreventionVolumes",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Disable Building In Rich Resource Areas",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "EnableExtraStructurePreventionVolumes",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.EnableExtraStructurePreventionVolumes",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Crate Spawns On Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, from-the-air supply crates can appear on top of structures, rather than being prevented by structures",
        "Keywords": "crates,structures,allowcratespawnsontopofstructures",
        "FieldName": "AllowCrateSpawnsOnTopOfStructures",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "AllowCrateSpawnsOnTopOfStructures",
        "IncludeInCommandLine": true,
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Crate Spawns On Structures",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "AllowCrateSpawnsOnTopOfStructures",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.AllowCrateSpawnsOnTopOfStructures",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow PvE Structures At Supply Drops",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, building near supply drop points will be allowed in PvE mode",
        "Keywords": "pve,supply,drops,structures,pveallowstructuresatsupplydrops",
        "FieldName": "PvEAllowStructuresAtSupplyDrops",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PvEAllowStructuresAtSupplyDrops",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow PvE Structures At Supply Drops",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "",
        "Keywords": "",
        "FieldName": "PvEAllowStructuresAtSupplyDrops",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PvEAllowStructuresAtSupplyDrops",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Structure Placement Collision",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Structures:home:4",
        "Description": "If set, allows for structures to clip into the terrain",
        "Keywords": "structure,placement,collision,bdisablestructureplacementcollision",
        "FieldName": "bDisableStructurePlacementCollision",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "/Script/ShooterGame.ShooterGameMode.bDisableStructurePlacementCollision",
        "IncludeInCommandLine": false,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Cluster",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, the use of a server cluster will be enabled. Requires Cluster Directory Override and Cluster ID to be set",
        "Keywords": "cluster,enable",
        "FieldName": "EnableCluster",
        "InputType": "checkbox",
        "ParamFieldName": "EnableCluster",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-ClusterDirOverride=\"{{ClusterDirOverride}}\" -clusterid={{clusterid}} "
        }
    },
    {
        "DisplayName": "Cluster Directory Override",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "Sets the path to a shared cluster directory for a server cluster. The cluster directory must be accessible to all cluster servers. If the server is in Docker, the directory must be mounted in the container. Requires Enable Cluster to be set",
        "Keywords": "cluster,directory,override,clusterdiroverride",
        "FieldName": "ClusterDirOverride",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "ClusterDirOverride",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Cluster ID",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "Sets the cluster ID for a server cluster. The cluster ID must be the same on all servers in the cluster. Requires Enable Cluster to be set",
        "Keywords": "cluster,id,clusterid",
        "FieldName": "clusterid",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "clusterid",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Character Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the download of characters from a cluster to the server",
        "Keywords": "prevent,download,tribute,characters,data,transfer,cluster,notributedownloads",
        "FieldName": "noTributeDownloads",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "noTributeDownloads",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Character Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "noTributeDownloads",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.noTributeDownloads",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Survivor Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the download of survivors from a cluster to the server",
        "Keywords": "prevent,download,survivor,data,transfer,cluster,preventdownloadsurvivors",
        "FieldName": "PreventDownloadSurvivors",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventDownloadSurvivors",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Survivor Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventDownloadSurvivors",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventDownloadSurvivors",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Item Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the download of items from a cluster to the server",
        "Keywords": "prevent,download,items,data,transfer,cluster,preventdownloaditems",
        "FieldName": "PreventDownloadItems",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventDownloadItems",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Item Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventDownloadItems",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventDownloadItems",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Creature Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the download of tamed creatures from a cluster to the server",
        "Keywords": "prevent,download,creatures,data,transfer,cluster,preventdownloaddinos",
        "FieldName": "PreventDownloadDinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventDownloadDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Creature Download",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventDownloadDinos",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventDownloadDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Survivor Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the upload of survivors from the server to a cluster",
        "Keywords": "prevent,upload,survivor,data,transfer,cluster,preventuploadsurvivors",
        "FieldName": "PreventUploadSurvivors",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventUploadSurvivors",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Survivor Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventUploadSurvivors",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventUploadSurvivors",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Item Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the upload of items from the server to a cluster",
        "Keywords": "prevent,upload,items,data,transfer,cluster,preventuploaditems",
        "FieldName": "PreventUploadItems",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventUploadItems",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Item Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventUploadItems",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventUploadItems",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Prevent Creature Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "If set, prevents the upload of tamed creatures from the server to a cluster",
        "Keywords": "prevent,upload,creatures,data,transfer,cluster,preventuploaddinos",
        "FieldName": "PreventUploadDinos",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "PreventUploadDinos",
        "IncludeInCommandLine": true,
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Prevent Creature Upload",
        "Category": "ARK SE:stadia_controller",
        "Subcategory": "Clusters:share:5",
        "Description": "",
        "Keywords": "",
        "FieldName": "PreventUploadDinos",
        "InputType": "text",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "ServerSettings.PreventUploadDinos",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Branch",
        "Category": "Updates",
        "Subcategory": "Steam Downloads:download",
        "Description": "Sets the server branch to install. Update the server after switching branches",
        "Keywords": "server,branch,depot",
        "FieldName": "ServerBranch",
        "InputType": "enum",
        "ParamFieldName": "ServerBranch",
        "DefaultValue": "public",
        "EnumValues": {
            "public": "Public (default)",
            "timecapsule": "Time Capsule",
            "experimental": "Experimental",
            "preaquatica": "Pre-Aquatica"
        }
    }
]