[
    {
        "DisplayName": "RCON Port",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$RCONPort",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "RCONPort",
        "EnumValues": {}
    },
    {
        "DisplayName": "REST API Port",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$RESTAPIPort",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "RESTAPIPort",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable UE4SS Console",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "ConsoleEnabled",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "Debug.ConsoleEnabled",
        "DefaultValue": "1",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable UE4SS GUI Console",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "GuiConsoleEnabled",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "Debug.GuiConsoleEnabled",
        "DefaultValue": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server that is displayed in the server list",
        "Keywords": "server,name,servername",
        "FieldName": "ServerName",
        "InputType": "text",
        "ParamFieldName": "ServerName",
        "DefaultValue": "AMP Powered Palworld Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Description",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server description as it appears publicly",
        "Keywords": "server,description,ServerDescription",
        "FieldName": "ServerDescription",
        "InputType": "text",
        "ParamFieldName": "ServerDescription",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Randomizer Type",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the type of randomizer to use",
        "Keywords": "randomizer,type,RandomizerType",
        "FieldName": "RandomizerType",
        "InputType": "enum",
        "ParamFieldName": "RandomizerType",
        "DefaultValue": "None",
        "EnumValues": {
            "None": "None (default)",
            "Region": "Region",
            "All": "All"
        }
    },
    {
        "DisplayName": "Randomizer Seed",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the seed for the randomizer",
        "Keywords": "randomizer,seed,RandomizerSeed",
        "FieldName": "RandomizerSeed",
        "InputType": "text",
        "ParamFieldName": "RandomizerSeed",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Full Pal Level Randomization",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the wild pals level will be fully randomized. Otherwise, wild pals will be randomized within a level optimized with the area",
        "Keywords": "randomizer,level,wild,pals,bIsRandomizerPalLevelRandom",
        "FieldName": "bIsRandomizerPalLevelRandom",
        "InputType": "checkbox",
        "ParamFieldName": "bIsRandomizerPalLevelRandom",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Server Region",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the region for the server",
        "Keywords": "server,region",
        "FieldName": "Region",
        "InputType": "enum",
        "ParamFieldName": "Region",
        "DefaultValue": "",
        "EnumValues": {
            "": "None (default)",
            "NA": "North America",
            "SA": "South America",
            "China": "China",
            "Asia": "Asia",
            "EU": "European Union",
            "JP": "Japan"
        }
    },
    {
        "DisplayName": "Make Community Server",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server will appear in the list of community servers in-game",
        "Keywords": "community,server,public,list,epicapp,palserver,publiclobby",
        "FieldName": "CommunityServer",
        "InputType": "checkbox",
        "ParamFieldName": "CommunityServer",
        "DefaultValue": "-publiclobby ",
        "EnumValues": {
            "False": "",
            "True": "-publiclobby "
        }
    },
    {
        "DisplayName": "Server Public IP",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the public IP advertised for the server. Useful if the host network has multiple public IPs, or the server is behind a public proxy",
        "Keywords": "public,ip,publicip",
        "FieldName": "PublicIP",
        "InputType": "text",
        "ParamFieldName": "PublicIP",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Public Port Selection Mode",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether the public port advertised for the server should be the same as the Game Port, or whether it should be the custom port set under Server Public Port",
        "Keywords": "public,port,publicport",
        "FieldName": "PublicPort",
        "InputType": "enum",
        "ParamFieldName": "PublicPort",
        "DefaultValue": "{{$GamePort}}",
        "EnumValues": {
            "{{$GamePort}}": "Use Game Port (default)",
            "{{CustomPublicPort}}": "Use custom port"
        }
    },
    {
        "DisplayName": "Server Public Port",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the public port advertised for the server, if \"Use custom port\" is selected as the Public Port Selection Mode",
        "Keywords": "custom,public,port,publicport",
        "FieldName": "CustomPublicPort",
        "InputType": "number",
        "MinValue": "1024",
        "MaxValue": "65535",
        "ParamFieldName": "CustomPublicPort",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required for players to join the server. Default is no password",
        "Keywords": "password,server,serverpassword",
        "FieldName": "ServerPassword",
        "InputType": "Password",
        "ParamFieldName": "ServerPassword",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "RCON/Admin Password",
        "Category": "Palworld: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",
        "Keywords": "rcon,password,admin,adminpassword",
        "FieldName": "$RemoteAdminPassword",
        "InputType": "hidden",
        "ParamFieldName": "AdminPassword",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable RCON",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, RCON will be enabled.",
        "Keywords": "rcon,enabled,RCONEnabled",
        "FieldName": "RCONEnabled",
        "InputType": "checkbox",
        "ParamFieldName": "RCONEnabled",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable REST API",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the REST API will be enabled. Requires a new AMP instance as of Palworld 1.0",
        "Keywords": "rest,api,enabled,RESTAPIEnabled",
        "FieldName": "RESTAPIEnabled",
        "InputType": "checkbox",
        "ParamFieldName": "RESTAPIEnabled",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Game Data API",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the game data will be accessible through the REST API. Requires Enable REST API to be set",
        "Keywords": "enable,gamedata,api,enable-gamedata-api",
        "FieldName": "EnableGamedataApi",
        "InputType": "checkbox",
        "ParamFieldName": "EnableGamedataApi",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-enable-gamedata-api "
        }
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server at one time. 32 is the maximum officially supported",
        "Keywords": "max,players,slots,limit,ServerPlayerMaxNum",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "ParamFieldName": "ServerPlayerMaxNum",
        "DefaultValue": "32",
        "Placeholder": "32",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Co-op Player Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server at one time in co-op mode",
        "Keywords": "coop,player,maximum,number,limit,CoopPlayerMaxNum",
        "FieldName": "CoopPlayerMaxNum",
        "InputType": "number",
        "MinValue": "1",
        "ParamFieldName": "CoopPlayerMaxNum",
        "DefaultValue": "4",
        "Placeholder": "4",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Show Player List",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the player list can be shown in-game by pressing the ESC key",
        "Keywords": "show,player,list,bShowPlayerList",
        "FieldName": "bShowPlayerList",
        "InputType": "checkbox",
        "ParamFieldName": "bShowPlayerList",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Multi-Threaded Performance Improvements",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server's performance will be enhanced in multi-threaded CPU environments. In v1.0 and later, this may decrease performance. May cause the server to crash on Windows if enabled",
        "Keywords": "multi,thread,threaded,performance,improvements,useperfthreads,NoAsyncLoadingThread,UseMultithreadForDS",
        "FieldName": "MultiThread",
        "InputType": "checkbox",
        "ParamFieldName": "MultiThread",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS "
        }
    },
    {
        "DisplayName": "Process Thread Number",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the number of process threads that the server will use. Multi-Threaded Performance Improvements must be enabled. Maximum = CPU thread count - 1. Empty = disabled",
        "Keywords": "process,thread,number,NumberOfWorkerThreadsServer",
        "FieldName": "NumberOfWorkerThreadsServer",
        "InputType": "number",
        "ParamFieldName": "NumberOfWorkerThreadsServer",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Authentication",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, enables server authentication",
        "Keywords": "use,auth,bUseAuth",
        "FieldName": "bUseAuth",
        "InputType": "checkbox",
        "ParamFieldName": "bUseAuth",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Ban List URL",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the URL for the server ban list",
        "Keywords": "ban,list,url,BanListURL",
        "FieldName": "BanListURL",
        "InputType": "url",
        "ParamFieldName": "BanListURL",
        "DefaultValue": "https://b.palworldgame.com/api/banlist.txt",
        "Placeholder": "https://b.palworldgame.com/api/banlist.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Client Mods",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, allows players with mods enabled to join the server",
        "Keywords": "allow,client,mod,bAllowClientMod",
        "FieldName": "bAllowClientMod",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowClientMod",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Show Join/Leave Messages",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, shows in-game messages when players join and leave",
        "Keywords": "show,join,left,leave,message,bIsShowJoinLeftMessage",
        "FieldName": "bIsShowJoinLeftMessage",
        "InputType": "checkbox",
        "ParamFieldName": "bIsShowJoinLeftMessage",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Crossplay Platforms",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Comma-separated list of platforms that can connect to the server. Available options: Steam, Xbox, PS5, Mac",
        "Keywords": "crossplay,connect,platform,steam,xbox,ps5,mac,CrossplayPlatforms",
        "FieldName": "CrossplayPlatforms",
        "InputType": "text",
        "ParamFieldName": "CrossplayPlatforms",
        "DefaultValue": "Steam,Xbox,PS5,Mac",
        "Placeholder": "Steam,Xbox,PS5,Mac",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Steam Workshop Mods (Windows)",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the mods listed under Active Steam Workshop Mods List will be enabled on the server, if they are installed. Steam Workshop mods can be downloaded from the Steam Workshop under Updates>Steam Workshop, or installed manually in the 'Mods/Workshop' folder. Windows only",
        "Keywords": "mods,workshop,items,bGlobalEnableMod",
        "FieldName": "bGlobalEnableMod",
        "InputType": "checkbox",
        "ParamFieldName": "bGlobalEnableMod",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Active Steam Workshop Mods List (Windows)",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "List of Steam Workshop mods to enable on the server. Example: ActiveModList=PalSync. One mod per line. Use the PackageName of each mod from the mod's Info.json file. [More information](https://docs.palworldgame.com/settings-and-operation/mod#enabling-mods-via-palmodsettingsini). Requires the mods to be installed, and Enable Steam Workshop Mods to be set. Windows only",
        "Keywords": "mods,workshop,items,ActiveModList",
        "FieldName": "ActiveModList",
        "InputType": "Textarea",
        "ParamFieldName": "ActiveModList",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable World Backup",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the server's automatic backup will be enabled. Disk load will increase",
        "Keywords": "world,backup,bIsUseBackupSaveData",
        "FieldName": "bIsUseBackupSaveData",
        "InputType": "checkbox",
        "ParamFieldName": "bIsUseBackupSaveData",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Auto Save Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the in-game auto save interval",
        "Keywords": "auto,save,span,interval,AutoSaveSpan",
        "FieldName": "AutoSaveSpan",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutoSaveSpan",
        "DefaultValue": "30.000000",
        "Placeholder": "30.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Log Format",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server's logging format",
        "Keywords": "log,logging,format,LogFormatType",
        "FieldName": "LogFormatType",
        "InputType": "enum",
        "ParamFieldName": "LogFormatType",
        "DefaultValue": "Text",
        "EnumValues": {
            "Text": "Text (default)",
            "Json": "JSON"
        }
    },
    {
        "DisplayName": "Enable UE4SS UObject Listeners (Windows)",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, UObject listeners will be created in GUObjectArray to create a fast cache for use instead of iterating GUObjectArray. Recommended to keep disabled for UE4SS mods to avoid crashes. Windows only",
        "Keywords": "ue4ss,uobject,listeners,bUseUObjectArrayCache",
        "FieldName": "bUseUObjectArrayCache",
        "InputType": "checkbox",
        "ParamFieldName": "General.bUseUObjectArrayCache",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Custom Command Line Arguments",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets custom command line arguments. Don't use arguments already in AMP's settings!",
        "Keywords": "custom,command,line,arguments",
        "FieldName": "CustomArgs",
        "InputType": "text",
        "ParamFieldName": "CustomArgs",
        "DefaultValue": "",
        "Placeholder": "-nosteam",
        "EnumValues": {}
    },
    {
        "DisplayName": "Custom Settings",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Comma-separated list of additional settings to include in \"PalWorldSettings.ini\" that are not otherwise set by AMP. Useful for new settings that are not yet in AMP's UI. Use with care",
        "Keywords": "additional,settings,custom",
        "FieldName": "UserSettings",
        "InputType": "text",
        "ParamFieldName": "UserSettings",
        "DefaultValue": "",
        "Placeholder": "CustomSetting=True,CustomSetting2=1000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Difficulty Level",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the game difficulty level",
        "Keywords": "difficulty,game",
        "FieldName": "Difficulty",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "Difficulty",
        "DefaultValue": "None",
        "EnumValues": {}
    },
    {
        "DisplayName": "Death Penalty",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the penalty on player death",
        "Keywords": "death,penalty,DeathPenalty",
        "FieldName": "DeathPenalty",
        "InputType": "enum",
        "ParamFieldName": "DeathPenalty",
        "DefaultValue": "Item",
        "EnumValues": {
            "None": "Lose nothing",
            "Item": "Lose items, not equipment (default)",
            "ItemAndEquipment": "Lose items and equipment",
            "All": "Lose items, equipment, and pals"
        }
    },
    {
        "DisplayName": "Enable Player To Player Damage",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables player-to-player damage",
        "Keywords": "enable,player-to-player,damage,bEnablePlayerToPlayerDamage",
        "FieldName": "bEnablePlayerToPlayerDamage",
        "InputType": "checkbox",
        "ParamFieldName": "bEnablePlayerToPlayerDamage",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Friendly Fire",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables friendly fire",
        "Keywords": "enable,friendly,fire,bEnableFriendlyFire",
        "FieldName": "bEnableFriendlyFire",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableFriendlyFire",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Invader Enemies",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables invader enemies",
        "Keywords": "enable,invader,enemies,bEnableInvaderEnemy",
        "FieldName": "bEnableInvaderEnemy",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableInvaderEnemy",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Activate UNKO",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, activates UNKO",
        "Keywords": "activate,UNKO,bActiveUNKO",
        "FieldName": "bActiveUNKO",
        "InputType": "checkbox",
        "ParamFieldName": "bActiveUNKO",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Pad Aim Assist",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables aim assist for pad controls",
        "Keywords": "enable,aim,assist,pad,controls,bEnableAimAssistPad",
        "FieldName": "bEnableAimAssistPad",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableAimAssistPad",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Keyboard Aim Assist",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables aim assist for keyboard controls",
        "Keywords": "enable,aim,assist,keyboard,controls,bEnableAimAssistKeyboard",
        "FieldName": "bEnableAimAssistKeyboard",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableAimAssistKeyboard",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Drop Items Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of drop items",
        "Keywords": "maximum,number,limit,drop,items,DropItemMaxNum",
        "FieldName": "DropItemMaxNum",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "DropItemMaxNum",
        "DefaultValue": "3000",
        "Placeholder": "3000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Physics Active Drop Item Max Number",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of dropped items that can use physics behavior. Set to -1 for unlimited",
        "Keywords": "maximum,number,physics,active,drop,item,PhysicsActiveDropItemMaxNum",
        "FieldName": "PhysicsActiveDropItemMaxNum",
        "InputType": "number",
        "MinValue": "-1",
        "ParamFieldName": "PhysicsActiveDropItemMaxNum",
        "DefaultValue": "-1",
        "Placeholder": "-1",
        "EnumValues": {}
    },
    {
        "DisplayName": "UNKO Drop Items Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of UNKO drop items",
        "Keywords": "maximum,number,UNKO,drop,items,DropItemMaxNum_UNKO",
        "FieldName": "DropItemMaxNum_UNKO",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "DropItemMaxNum_UNKO",
        "DefaultValue": "100",
        "Placeholder": "100",
        "EnumValues": {}
    },
    {
        "DisplayName": "Base Camps Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of base camps",
        "Keywords": "maximum,number,limit,base,camps,BaseCampMaxNum",
        "FieldName": "BaseCampMaxNum",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BaseCampMaxNum",
        "DefaultValue": "128",
        "Placeholder": "128",
        "EnumValues": {}
    },
    {
        "DisplayName": "Base Camps Per Guild Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of base camps per guild. Larger values increase system load",
        "Keywords": "maximum,number,limit,base,camps,guild,BaseCampMaxNumInGuild",
        "FieldName": "BaseCampMaxNumInGuild",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "10",
        "ParamFieldName": "BaseCampMaxNumInGuild",
        "DefaultValue": "4",
        "Placeholder": "4",
        "EnumValues": {}
    },
    {
        "DisplayName": "Base Camp Workers Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of workers at base camps. Larger values increase system load",
        "Keywords": "maximum,number,limit,workers,base,camps,BaseCampWorkerMaxNum",
        "FieldName": "BaseCampWorkerMaxNum",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "ParamFieldName": "BaseCampWorkerMaxNum",
        "DefaultValue": "15",
        "Placeholder": "15",
        "EnumValues": {}
    },
    {
        "DisplayName": "Drop Item Alive Time Maximum",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum time a drop item remains alive",
        "Keywords": "maximum,hours,drop,item,alive,DropItemAliveMaxHours",
        "FieldName": "DropItemAliveMaxHours",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "DropItemAliveMaxHours",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "Suffix": "hours",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Guild Auto Reset",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables automatic reset of a guild with no online players",
        "Keywords": "enable,automatic,reset,guild,online,players,bAutoResetGuildNoOnlinePlayers",
        "FieldName": "bAutoResetGuildNoOnlinePlayers",
        "InputType": "checkbox",
        "ParamFieldName": "bAutoResetGuildNoOnlinePlayers",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Guild Auto Reset Time",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time for automatic reset of a guild with no online players. Guild Auto Reset must be enabled",
        "Keywords": "time,automatic,reset,guild,online,players,AutoResetGuildTimeNoOnlinePlayers",
        "FieldName": "AutoResetGuildTimeNoOnlinePlayers",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutoResetGuildTimeNoOnlinePlayers",
        "DefaultValue": "72.000000",
        "Placeholder": "72.000000",
        "Suffix": "hours",
        "EnumValues": {}
    },
    {
        "DisplayName": "Guild Player Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of players in a guild",
        "Keywords": "guild,player,maximum,number,GuildPlayerMaxNum",
        "FieldName": "GuildPlayerMaxNum",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "GuildPlayerMaxNum",
        "DefaultValue": "20",
        "Placeholder": "20",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Guild Rejoin Cooldown Period",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the cooldown period before a player can rejoin a guild",
        "Keywords": "guild,rejoin,cooldown,minutes,GuildRejoinCooldownMinutes",
        "FieldName": "GuildRejoinCooldownMinutes",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "GuildRejoinCooldownMinutes",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Transfer Master Check Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the interval to check the auto transfer master",
        "Keywords": "auto,transfer,master,check,interval,seconds,AutoTransferMasterCheckIntervalSeconds",
        "FieldName": "AutoTransferMasterCheckIntervalSeconds",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutoTransferMasterCheckIntervalSeconds",
        "DefaultValue": "3600.000000",
        "Placeholder": "3600.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Auto Transfer Master Threshold",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the max threshold for auto transfer master",
        "Keywords": "auto,transfer,master,threshold,days,AutoTransferMasterThresholdDays",
        "FieldName": "AutoTransferMasterThresholdDays",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutoTransferMasterThresholdDays",
        "DefaultValue": "14",
        "Placeholder": "14",
        "Suffix": "days",
        "EnumValues": {}
    },
    {
        "DisplayName": "Max Guilds Per Frame",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the max guilds per frame",
        "Keywords": "max,guilds,per,frame,MaxGuildsPerFrame",
        "FieldName": "MaxGuildsPerFrame",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MaxGuildsPerFrame",
        "DefaultValue": "10",
        "Placeholder": "10",
        "Suffix": "guilds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Egg Hatching Time",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time to incubate a massive egg",
        "Keywords": "egg,default,hatching,time,PalEggDefaultHatchingTime",
        "FieldName": "PalEggDefaultHatchingTime",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalEggDefaultHatchingTime",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "Suffix": "hours",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Multiplayer",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables multiplayer",
        "Keywords": "multiplayer,enable,bIsMultiplay",
        "FieldName": "bIsMultiplay",
        "InputType": "checkbox",
        "ParamFieldName": "bIsMultiplay",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable PvP",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables Player vs Player (PvP) mode. Enable Player To Player Damage and  Enable Defending Other Guild Players must also be set. [Recommended settings for PvP servers](https://docs.palworldgame.com/settings-and-operation/pvp#recommended-server-settings-when-enabling-pvp)",
        "Keywords": "pvp,enable,disable,bIsPvP",
        "FieldName": "bIsPvP",
        "InputType": "checkbox",
        "ParamFieldName": "bIsPvP",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Hardcore Mode",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, hardcore mode will be enabled",
        "Keywords": "hardcore,mode,bHardcore",
        "FieldName": "bHardcore",
        "InputType": "checkbox",
        "ParamFieldName": "bHardcore",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Pal Loss On Death",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, Pals will be permanently lost on death",
        "Keywords": "pal,lost,death,permanent,bPalLost",
        "FieldName": "bPalLost",
        "InputType": "checkbox",
        "ParamFieldName": "bPalLost",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Character Recreation In Hardcore Mode",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, characters will be recreated in hardcore mode",
        "Keywords": "character,recreate,hardcore,bCharacterRecreateInHardcore",
        "FieldName": "bCharacterRecreateInHardcore",
        "InputType": "checkbox",
        "ParamFieldName": "bCharacterRecreateInHardcore",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Display PVP Items In Bases",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, shows the number of PvP-exclusive items in each base on the map",
        "Keywords": "display,pvp,item,number,world,map,base,camp,bDisplayPvPItemNumOnWorldMap_BaseCamp",
        "FieldName": "bDisplayPvPItemNumOnWorldMap_BaseCamp",
        "InputType": "checkbox",
        "ParamFieldName": "bDisplayPvPItemNumOnWorldMap_BaseCamp",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Display PVP Items On Players",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, shows player locations and the number of PvP-exclusive items on the map",
        "Keywords": "display,pvp,item,number,world,map,player,bDisplayPvPItemNumOnWorldMap_Player",
        "FieldName": "bDisplayPvPItemNumOnWorldMap_Player",
        "InputType": "checkbox",
        "ParamFieldName": "bDisplayPvPItemNumOnWorldMap_Player",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Death Penalty Pickup",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows picking up death penalty items from other guilds",
        "Keywords": "pickup,other,guild,death,penalty,drop,allow,bCanPickupOtherGuildDeathPenaltyDrop",
        "FieldName": "bCanPickupOtherGuildDeathPenaltyDrop",
        "InputType": "checkbox",
        "ParamFieldName": "bCanPickupOtherGuildDeathPenaltyDrop",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Non-Login Penalty",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables non-login penalty",
        "Keywords": "non-login,penalty,enable,bEnableNonLoginPenalty",
        "FieldName": "bEnableNonLoginPenalty",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableNonLoginPenalty",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Fast Travel",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables fast travel",
        "Keywords": "fast,travel,enable,bEnableFastTravel",
        "FieldName": "bEnableFastTravel",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableFastTravel",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Fast Travel Only Base Camps",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, restricts fast travel to between bases only",
        "Keywords": "fast,travel,enable,only,base,camp,bEnableFastTravelOnlyBaseCamp",
        "FieldName": "bEnableFastTravelOnlyBaseCamp",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableFastTravelOnlyBaseCamp",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Start Location Selection By Map",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables starting location selection by map",
        "Keywords": "start,location,select,map,enable,bIsStartLocationSelectByMap",
        "FieldName": "bIsStartLocationSelectByMap",
        "InputType": "checkbox",
        "ParamFieldName": "bIsStartLocationSelectByMap",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Player Existence After Logout",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables player existence after logout",
        "Keywords": "exist,player,after,logout,enable,bExistPlayerAfterLogout",
        "FieldName": "bExistPlayerAfterLogout",
        "InputType": "checkbox",
        "ParamFieldName": "bExistPlayerAfterLogout",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Defending Other Guild Players",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables defending other guild's players",
        "Keywords": "enable,defense,defence,other,guild,player,bEnableDefenseOtherGuildPlayer",
        "FieldName": "bEnableDefenseOtherGuildPlayer",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableDefenseOtherGuildPlayer",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Hiding Palbox Circles",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables hiding palbox circles from other guild's players",
        "Keywords": "enable,hide,invisible,palbox,circles,other,guild,player,bInvisibleOtherGuildBaseCampAreaFX",
        "FieldName": "bInvisibleOtherGuildBaseCampAreaFX",
        "InputType": "checkbox",
        "ParamFieldName": "bInvisibleOtherGuildBaseCampAreaFX",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Set Build Area Limit",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, building near structures such as fast travel will be prohibited",
        "Keywords": "build,area,limit,bBuildAreaLimit",
        "FieldName": "bBuildAreaLimit",
        "InputType": "checkbox",
        "ParamFieldName": "bBuildAreaLimit",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Meteorite and Supply Drop Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the meteorite and supply drop interval",
        "Keywords": "meteorite,supply,drop,span,interval,SupplyDropSpan",
        "FieldName": "SupplyDropSpan",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "SupplyDropSpan",
        "DefaultValue": "180",
        "Placeholder": "180",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Chat Post Limit Per Minute",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the limit for the number of chat posts per minute",
        "Keywords": "chat,post,limit,ChatPostLimitPerMinute",
        "FieldName": "ChatPostLimitPerMinute",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ChatPostLimitPerMinute",
        "DefaultValue": "30",
        "Placeholder": "30",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Predator Boss Pal",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the predator boss pal will be enabled",
        "Keywords": "predator,boss,pal,EnablePredatorBossPal",
        "FieldName": "EnablePredatorBossPal",
        "InputType": "checkbox",
        "ParamFieldName": "EnablePredatorBossPal",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Building Limit Per Player",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of buildings allowed per player. 0 = unlimited",
        "Keywords": "max,maximum,building,limit,MaxBuildingLimitNum",
        "FieldName": "MaxBuildingLimitNum",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MaxBuildingLimitNum",
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Sync Distance",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the pal sync distance from a player",
        "Keywords": "server,replicate,pawn,cull,sync,distance,ServerReplicatePawnCullDistance",
        "FieldName": "ServerReplicatePawnCullDistance",
        "InputType": "number",
        "MinValue": "5000",
        "MaxValue": "15000",
        "ParamFieldName": "ServerReplicatePawnCullDistance",
        "DefaultValue": "15000.000000",
        "Placeholder": "15000.000000",
        "Suffix": "cm",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Saving To Global Palbox",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, saving to the global palbox will be allowed",
        "Keywords": "allow,saving,export,global,palbox,bAllowGlobalPalboxExport",
        "FieldName": "bAllowGlobalPalboxExport",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowGlobalPalboxExport",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Importing From Global Palbox",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, importing from the global palbox will be allowed",
        "Keywords": "allow,import,global,palbox,bAllowGlobalPalboxImport",
        "FieldName": "bAllowGlobalPalboxImport",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowGlobalPalboxImport",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Stat Allocation - Attack",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows allocating stat points to Attack",
        "Keywords": "allow,enhanced,stat,attack,bAllowEnhanceStat_Attack",
        "FieldName": "bAllowEnhanceStat_Attack",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowEnhanceStat_Attack",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Stat Allocation - Health",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows allocating stat points to Health",
        "Keywords": "allow,enhanced,stat,health,bAllowEnhanceStat_Health",
        "FieldName": "bAllowEnhanceStat_Health",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowEnhanceStat_Health",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Stat Allocation - Stamina",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows allocating stat points to Stamina",
        "Keywords": "allow,enhanced,stat,stamina,bAllowEnhanceStat_Stamina",
        "FieldName": "bAllowEnhanceStat_Stamina",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowEnhanceStat_Stamina",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Stat Allocation - Weight",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows allocating stat points to Weight",
        "Keywords": "allow,enhanced,stat,weight,bAllowEnhanceStat_Weight",
        "FieldName": "bAllowEnhanceStat_Weight",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowEnhanceStat_Weight",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Allow Stat Allocation - Work Speed",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, allows allocating stat points to Work Speed",
        "Keywords": "allow,enhanced,stat,work,speed,bAllowEnhanceStat_WorkSpeed",
        "FieldName": "bAllowEnhanceStat_WorkSpeed",
        "InputType": "checkbox",
        "ParamFieldName": "bAllowEnhanceStat_WorkSpeed",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Building Player UI Display",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, creator’s player ID will display on structures.",
        "Keywords": "enable,building,player,ui,display,bEnableBuildingPlayerUIdDisplay",
        "FieldName": "bEnableBuildingPlayerUIdDisplay",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableBuildingPlayerUIdDisplay",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Building Name Display Cache TTL",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "How long to cache the player name displayed on structures",
        "Keywords": "building,name,display,cache,ttl,seconds,BuildingNameDisplayCacheTTLSeconds",
        "FieldName": "BuildingNameDisplayCacheTTLSeconds",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BuildingNameDisplayCacheTTLSeconds",
        "DefaultValue": "60",
        "Placeholder": "60",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Additional Drop Item In PVP",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will drop a special item when killed while PvP is enabled. Additional Drop Item In PVP Item ID and Additional Drop Item In PVP Amount must also be set",
        "Keywords": "additional,drop,item,when,player,killing,pvp,mode,bAdditionalDropItemWhenPlayerKillingInPvPMode",
        "FieldName": "bAdditionalDropItemWhenPlayerKillingInPvPMode",
        "InputType": "checkbox",
        "ParamFieldName": "bAdditionalDropItemWhenPlayerKillingInPvPMode",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Voice Chat",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enable in-game voice chat",
        "Keywords": "enable,voice,chat,bEnableVoiceChat",
        "FieldName": "bEnableVoiceChat",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableVoiceChat",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Voice Chat Max Volume Distance",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "The distance between players where they can hear the in-game voice chat at max volume",
        "Keywords": "voice,chat,max,volume,distance,VoiceChatMaxVolumeDistance",
        "FieldName": "VoiceChatMaxVolumeDistance",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "VoiceChatMaxVolumeDistance",
        "DefaultValue": "3000.000000",
        "Placeholder": "3000.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Voice Chat Zero Volume Distance",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "The distance between players where they can no longer hear the in-game voice chat",
        "Keywords": "voice,chat,zero,volume,distance,VoiceChatZeroVolumeDistance",
        "FieldName": "VoiceChatZeroVolumeDistance",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "VoiceChatZeroVolumeDistance",
        "DefaultValue": "15000.000000",
        "Placeholder": "15000.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Drop Item In PVP Item ID",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If Enable Additional Drop Item In PVP is set, sets the ID of the item to drop",
        "Keywords": "additional,drop,item,number,player,killing,pvp,mode,AdditionalDropItemWhenPlayerKillingInPvPMode",
        "FieldName": "AdditionalDropItemWhenPlayerKillingInPvPMode",
        "InputType": "text",
        "ParamFieldName": "AdditionalDropItemWhenPlayerKillingInPvPMode",
        "DefaultValue": "PlayerDropItem",
        "Placeholder": "PlayerDropItem",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Drop Item In PVP Amount",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If Enable Additional Drop Item In PVP is set, sets the quantity of the item to drop",
        "Keywords": "additional,drop,item,number,player,killing,pvp,mode,AdditionalDropItemNumWhenPlayerKillingInPvPMode",
        "FieldName": "AdditionalDropItemNumWhenPlayerKillingInPvPMode",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AdditionalDropItemNumWhenPlayerKillingInPvPMode",
        "DefaultValue": "1",
        "Placeholder": "1",
        "EnumValues": {}
    },
    {
        "DisplayName": "Deny Technology List",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Disable specific technologies by specifying [Technology IDs](https://docs.palworldgame.com/settings-and-operation/technologyids). Must follow the exact format: \"ItemID1\", \"ItemID2\"",
        "Keywords": "deny,technology,list,DenyTechnologyList",
        "FieldName": "DenyTechnologyList",
        "InputType": "text",
        "ParamFieldName": "DenyTechnologyList",
        "DefaultValue": "",
        "Placeholder": "(\"PALBOX\", \"RepairBench\")",
        "EnumValues": {}
    },
    {
        "DisplayName": "Day Time Speed Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the day time speed rate",
        "Keywords": "day,time,speed,rate,multiplier,DayTimeSpeedRate",
        "FieldName": "DayTimeSpeedRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "DayTimeSpeedRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Night Time Speed Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the night time speed rate",
        "Keywords": "night,time,speed,rate,multiplier,NightTimeSpeedRate",
        "FieldName": "NightTimeSpeedRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "NightTimeSpeedRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Experience Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the experience rate",
        "Keywords": "experience,exp,rate,multiplier,ExpRate",
        "FieldName": "ExpRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ExpRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Capture Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal capture rate",
        "Keywords": "pal,capture,rate,multiplier,PalCaptureRate",
        "FieldName": "PalCaptureRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalCaptureRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Appearance Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal appearance rate",
        "Keywords": "pal,spawn,appearance,number,rate,multiplier,PalSpawnNumRate",
        "FieldName": "PalSpawnNumRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalSpawnNumRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Attack Damage Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the damage from pals multiplier",
        "Keywords": "pal,damage,attack,rate,multiplier,PalDamageRateAttack",
        "FieldName": "PalDamageRateAttack",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalDamageRateAttack",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Defence Damage Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the damage to pals multiplier",
        "Keywords": "pal,damage,defense,defence,rate,multiplier,PalDamageRateDefense",
        "FieldName": "PalDamageRateDefense",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalDamageRateDefense",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Hunger Depletion Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal hunger depletion rate",
        "Keywords": "pal,stomach,decrease,rate,multiplier,PalStomachDecreaceRate",
        "FieldName": "PalStomachDecreaceRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalStomachDecreaceRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Stamina Depletion Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal stamina reduction rate",
        "Keywords": "pal,stamina,decrease,rate,multiplier,PalStaminaDecreaceRate",
        "FieldName": "PalStaminaDecreaceRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalStaminaDecreaceRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Auto HP Regeneration Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal auto HP regeneration rate",
        "Keywords": "pal,auto,hp,regeneration,rate,multiplier,PalAutoHPRegeneRate",
        "FieldName": "PalAutoHPRegeneRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalAutoHPRegeneRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pal Sleep Auto HP Regeneration Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the pal sleep HP regeneration rate",
        "Keywords": "pal,sleep,hp,regeneration,rate,multiplier,PalAutoHpRegeneRateInSleep",
        "FieldName": "PalAutoHpRegeneRateInSleep",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PalAutoHpRegeneRateInSleep",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Build Object HP Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the rate of HP for build objects",
        "Keywords": "build,object,hp,rate,multiplier,BuildObjectHpRate",
        "FieldName": "BuildObjectHpRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BuildObjectHpRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Attack Damage Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the damage from player multiplier",
        "Keywords": "player,damage,attack,rate,multiplier,PlayerDamageRateAttack",
        "FieldName": "PlayerDamageRateAttack",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerDamageRateAttack",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Defence Damage Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the damage to player multiplier",
        "Keywords": "player,damage,defense,defence,rate,multiplier,PlayerDamageRateDefense",
        "FieldName": "PlayerDamageRateDefense",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerDamageRateDefense",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Hunger Depletion Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the player hunger depletion rate",
        "Keywords": "player,stomach,decrease,rate,multiplier,PlayerStomachDecreaceRate",
        "FieldName": "PlayerStomachDecreaceRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerStomachDecreaceRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Stamina Depletion Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the player stamina reduction rate",
        "Keywords": "player,stamina,decrease,rate,multiplier,PlayerStaminaDecreaceRate",
        "FieldName": "PlayerStaminaDecreaceRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerStaminaDecreaceRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Auto HP Regeneration Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the player auto HP regeneration rate",
        "Keywords": "player,auto,hp,regeneration,rate,multiplier,PlayerAutoHPRegeneRate",
        "FieldName": "PlayerAutoHPRegeneRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerAutoHPRegeneRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Sleep Auto HP Regeneration Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the player sleep HP regeneration rate",
        "Keywords": "player,sleep,hp,regeneration,rate,multiplier,PlayerAutoHpRegeneRateInSleep",
        "FieldName": "PlayerAutoHpRegeneRateInSleep",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerAutoHpRegeneRateInSleep",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Damage Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the damage to structures multiplier",
        "Keywords": "build,object,damage,rate,multiplier,BuildObjectDamageRate",
        "FieldName": "BuildObjectDamageRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BuildObjectDamageRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Structure Deterioration Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the structure deterioration rate",
        "Keywords": "build,object,deterioration,damage,rate,multiplier,BuildObjectDeteriorationDamageRate",
        "FieldName": "BuildObjectDeteriorationDamageRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BuildObjectDeteriorationDamageRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Gatherable Items Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the gatherable items multiplier",
        "Keywords": "collection,drop,gatherable,items,rate,multiplier,CollectionDropRate",
        "FieldName": "CollectionDropRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "CollectionDropRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Gatherable Objects HP Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the gatherable objects HP multiplier",
        "Keywords": "collection,gatherable,object,hp,rate,multiplier,CollectionObjectHpRate",
        "FieldName": "CollectionObjectHpRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "CollectionObjectHpRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Gatherable Objects Respawn Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the gatherable objects respawn interval",
        "Keywords": "collection,gatherable,object,respawn,speed,rate,interval,CollectionObjectRespawnSpeedRate",
        "FieldName": "CollectionObjectRespawnSpeedRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "CollectionObjectRespawnSpeedRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enemy Dropped Items Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the enemy dropped items multiplier",
        "Keywords": "enemy,drop,item,rate,multiplier,EnemyDropItemRate ",
        "FieldName": "EnemyDropItemRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "EnemyDropItemRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Work Speed Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the work speed multiplier",
        "Keywords": "work,speed,rate,multiplier,WorkSpeedRate",
        "FieldName": "WorkSpeedRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "WorkSpeedRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Item Weight Ratio",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the item weight ratio",
        "Keywords": "item,weight,rate,ratio,multiplier,ItemWeightRate",
        "FieldName": "ItemWeightRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ItemWeightRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Equipment Durability Damage Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the equipment durability loss multiplier",
        "Keywords": "equipment,durability,loss,multiplier,damage,rate,EquipmentDurabilityDamageRate",
        "FieldName": "EquipmentDurabilityDamageRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "EquipmentDurabilityDamageRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Item Container Force Mark Dirty Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the interval for force sync when open the container",
        "Keywords": "interval,force,sync,open,container,mark,dirty,ItemContainerForceMarkDirtyInterval",
        "FieldName": "ItemContainerForceMarkDirtyInterval",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ItemContainerForceMarkDirtyInterval",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Data Pal Storage Update Check Tick Interval",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the interval for updating the pal storage",
        "Keywords": "player,data,pal,storage,update,check,tick,interval,PlayerDataPalStorageUpdateCheckTickInterval",
        "FieldName": "PlayerDataPalStorageUpdateCheckTickInterval",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "PlayerDataPalStorageUpdateCheckTickInterval",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Monster Farm Action Speed Rate",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the item production speed multiplier from grazing",
        "Keywords": "monster,farm,action,speed,rate,MonsterFarmActionSpeedRate",
        "FieldName": "MonsterFarmActionSpeedRate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MonsterFarmActionSpeedRate",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Item Decay Rate Multiplier",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the rate items decay or spoil",
        "Keywords": "decay,spoil,rate,multiplier,item,corruption,ItemCorruptionMultiplier",
        "FieldName": "ItemCorruptionMultiplier",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ItemCorruptionMultiplier",
        "DefaultValue": "1.000000",
        "Placeholder": "1.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Block Respawn Time",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the cooldown period before a player can respawn after death",
        "Keywords": "block,respawn,time,BlockRespawnTime",
        "FieldName": "BlockRespawnTime",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "BlockRespawnTime",
        "DefaultValue": "5.000000",
        "Placeholder": "5.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Respawn Penalty Time Scale",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the multiplier applied to the respawn cooldown period",
        "Keywords": "respawn,penalty,time,scale,RespawnPenaltyTimeScale",
        "FieldName": "RespawnPenaltyTimeScale",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "RespawnPenaltyTimeScale",
        "DefaultValue": "2.000000",
        "Placeholder": "2.000000",
        "EnumValues": {}
    },
    {
        "DisplayName": "Respawn Penalty Duration Threshold",
        "Category": "Palworld:stadia_controller",
        "Subcategory": "Multipliers:tune:3",
        "Description": "Sets the survival-time threshold for applying the respawn cooldown multiplier set by Respawn Penalty Time Scale on a subsequent death",
        "Keywords": "respawn,penalty,duration,threshold,RespawnPenaltyDurationThreshold",
        "FieldName": "RespawnPenaltyDurationThreshold",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "RespawnPenaltyDurationThreshold",
        "DefaultValue": "0.000000",
        "Placeholder": "0.000000",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Install UE Scripting System (Windows)",
        "Category": "Updates",
        "Subcategory": "Runtime Configuration:build:3",
        "Description": "Sets the action to take when the server is updated. If an installation option is selected, the selected build of the Unreal Engine 4/5 Scripting System will be installed from either the [UE4SS-RE repo](https://github.com/UE4SS-RE/RE-UE4SS) or the [Okaetsu forked repo](https://github.com/Okaetsu/RE-UE4SS), allowing the server to be modded without using the Steam Workshop. Also set the Specific UE4SS-RE Experimental Build Version if relevant. Windows only",
        "Keywords": "install,ue4ss,unreal,engine,scripting,system,ue4ss-re,okaetsu,modding,experimental",
        "FieldName": "InstallUE4SS",
        "InputType": "enum",
        "ParamFieldName": "InstallUE4SS",
        "DefaultValue": "",
        "EnumValues": {
            "": "Do nothing (default)",
            "false": "Remove UE4SS files",
            "experimental-palworld": "Install latest Okaetsu experimental build (recommended build)",
            "experimental-latest": "Install latest UE4SS-RE experimental build",
            "experimental": "Install specific UE4SS-RE experimental build",
            "true": "Install latest UE4SS-RE release build"
        }
    },
    {
        "DisplayName": "Specific UE4SS-RE Experimental Build Version",
        "Category": "Updates",
        "Subcategory": "Runtime Configuration:build:3",
        "Description": "If \"Install specific UE4SS-RE experimental build\" is selected under Install UE Scripting System, sets the [relevant UE4SS-RE version](https://github.com/UE4SS-RE/RE-UE4SS/releases/tag/experimental) to install. Example: v3.0.1-137-g6867a08",
        "Keywords": "ue4ss,unreal,engine,scripting,system,experimental",
        "FieldName": "UE4SSExperimentalVersion",
        "InputType": "text",
        "ParamFieldName": "UE4SSExperimentalVersion",
        "DefaultValue": "v3.0.1-137-g6867a08",
        "Placeholder": "v3.0.1-137-g6867a08",
        "EnumValues": {}
    }
]
