[
    {
        "DisplayName": "Server Name",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server that appears in the server list",
        "Keywords": "server,name,hostname",
        "FieldName": "hostname",
        "InputType": "text",
        "ParamFieldName": "hostname",
        "DefaultValue": "AMP Powered Counter-Strike: Condition Zero Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server MOTD",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "The message of the day (MOTD) that is shown to joining players can be configured in czero/motd.txt. Plain text or HTML formatting is allowed",
        "Keywords": "message,welcome,motd",
        "FieldName": "motd",
        "InputType": "hidden",
        "ParamFieldName": "motd",
        "EnumValues": {}
    },
    {
        "DisplayName": "LAN Server",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server will operate as a LAN server: no heartbeat, no authentication, no non-class C addresses, 9999.0 rate, etc",
        "Keywords": "lan,local,sv_lan",
        "FieldName": "sv_lan",
        "InputType": "checkbox",
        "ParamFieldName": "sv_lan",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Server Password",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required to connect to the server. Default is no password",
        "Keywords": "server,password,sv_password",
        "FieldName": "sv_password",
        "InputType": "Password",
        "ParamFieldName": "sv_password",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "RCON Password",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "See the Security and Privacy menu for configurable options for the server's RCON",
        "Keywords": "rcon,password,rcon_password",
        "FieldName": "$RemoteAdminPassword",
        "InputType": "hidden",
        "IsFlagArgument": false,
        "ParamFieldName": "rcon_password",
        "EnumValues": {}
    },
    {
        "DisplayName": "Initial Map",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the map to start the server with. If \"Custom\" is selected, Custom Initial Map must also be specified",
        "Keywords": "map",
        "FieldName": "map",
        "InputType": "enum",
        "ParamFieldName": "map",
        "IncludeInCommandLine": true,
        "DefaultValue": "de_dust_cz",
        "EnumValues": {
            "de_airstrip_cz": "Airstrip",
            "de_aztec_cz": "Aztec",
            "de_chateau_cz": "Chateau",
            "de_cbble_cz": "Cobblestone",
            "de_corruption_cz": "Corruption",
            "cs_downed_cz": "Downed",
            "de_dust_cz": "Dust",
            "de_dust2_cz": "Dust II",
            "de_fastline_cz": "Fastline",
            "cs_havana_cz": "Havana",
            "de_inferno_cz": "Inferno",
            "cs_italy_cz": "Italy",
            "cs_militia_cz": "Militia",
            "cs_office_cz": "Office",
            "de_piranesi_cz": "Piranesi",
            "de_prodigy_cz": "Prodigy",
            "de_sienna_cz": "Sienna",
            "de_stadium_cz": "Stadium",
            "de_tides_cz": "Tides",
            "de_torn_cz": "Torn",
            "de_truth_cz": "Truth",
            "de_vostok_cz": "Vostok",
            "{{CustomMap}}": "--Custom--"
        }
    },
    {
        "DisplayName": "Custom Initial Map",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a custom map to use for the Initial Map, if \"Custom\" is selected",
        "Keywords": "custom,map",
        "FieldName": "CustomMap",
        "InputType": "text",
        "ParamFieldName": "CustomMap",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Map Rotation Cycle",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the map rotation list",
        "Keywords": "map,rotation,cycle,mapcycle",
        "FieldName": "mapcycle",
        "InputType": "list",
        "ParamFieldName": "mapcycle",
        "DefaultValue": "[\"de_dust_cz\",\"cs_italy_cz\",\"cs_militia_cz\",\"cs_office_cz\",\"de_airstrip_cz\",\"de_aztec_cz\",\"de_cbble_cz\",\"de_chateau_cz\",\"de_dust2_cz\",\"de_fastline_cz\",\"de_inferno_cz\",\"de_piranesi_cz\",\"de_prodigy_cz\",\"de_stadium_cz\",\"de_tides_cz\",\"de_torn_cz\",\"cs_downed_cz\",\"cs_havana_cz\"]",
        "Special": "listfile:./counter-strike-czero/90/czero/mapcycle.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "Map Rotation Time Limit",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the time period between map rotations. 0 = disabled",
        "Keywords": "time,limit,rotation,mp_timelimit",
        "FieldName": "mp_timelimit",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "mp_timelimit",
        "DefaultValue": "20",
        "Placeholder": "20",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Map Rounds",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of rounds that can be played on a map. Set to 0 to have the Map Rotation Time Limit apply",
        "Keywords": "maximum,rounds,map,mp_maxrounds",
        "FieldName": "mp_maxrounds",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "mp_maxrounds",
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Region",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server region shown in the server browser",
        "Keywords": "server,region,sv_region",
        "FieldName": "sv_region",
        "InputType": "enum",
        "ParamFieldName": "sv_region",
        "DefaultValue": "-1",
        "EnumValues": {
            "-1": "No region",
            "0": "East Coast US",
            "1": "West Coast US",
            "2": "South America",
            "3": "Europe",
            "4": "Asia",
            "5": "Australia",
            "6": "Middle East",
            "7": "Africa",
            "255": "World"
        }
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server at one time",
        "Keywords": "max,players,limit,maxplayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "2",
        "MaxValue": "32",
        "ParamFieldName": "maxplayers",
        "IncludeInCommandLine": true,
        "DefaultValue": "24",
        "Placeholder": "24",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Spectators",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, players will be allowed to join the server as spectators",
        "Keywords": "allow,spectators,allow_spectators",
        "FieldName": "allow_spectators",
        "InputType": "checkbox",
        "ParamFieldName": "allow_spectators",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Install Metamod",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether to install and activate [Metamod-AMX](https://www.amxmodx.org/) or [Metamod-r](https://metamod-r.org/) when the server is updated. Metamod-r only works with reHLDS",
        "Keywords": "install,metamod",
        "FieldName": "InstallMetamod",
        "InputType": "enum",
        "ParamFieldName": "InstallMetamod",
        "DefaultValue": "none",
        "EnumValues": {
            "none": "None",
            "metamod-amx": "Metamod-AMX",
            "metamod-r": "Metamod-r"
        }
    },
    {
        "DisplayName": "Install AMX Mod X Plugin",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the AMX Mod X plugin and Counter-Strike addon will be installed when the server is updated. Requires Metamod to be installed. Activate the plugin by including it in Load Plugins: win32 addons/amxmodx/dlls/amxmodx_mm.dll | linux addons/amxmodx/dlls/amxmodx_mm_i386.so",
        "Keywords": "install,amxmodx",
        "FieldName": "InstallAMXModX",
        "InputType": "checkbox",
        "ParamFieldName": "InstallAMXModX",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Load Plugins",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a list of Metamod plugins to load when the server is started. Requires Metamod to be installed. Format: win32|linux <path to .dll/.so>",
        "Keywords": "plugins",
        "FieldName": "Plugins",
        "InputType": "list",
        "ParamFieldName": "Plugins",
        "DefaultValue": "",
        "Special": "listfile:./counter-strike-czero/90/czero/addons/metamod/plugins.ini",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Cheats",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, cheat convars will be allowed to be used on the server",
        "Keywords": "allow,cheat,hack,integrity,sv_cheats",
        "FieldName": "sv_cheats",
        "InputType": "checkbox",
        "ParamFieldName": "sv_cheats",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable IP Packet Filter",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, enables packet filtering by IP mode. If disabled, everyone will treated as IP-banned, but their IP won't be added to the banlist",
        "Keywords": "ip,ban,banning,sv_filterban",
        "FieldName": "sv_filterban",
        "InputType": "checkbox",
        "ParamFieldName": "sv_filterban",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Allow Download From Server",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, clients will be allowed to download content from the server (maps, sprays and related)",
        "Keywords": "allow,download,content,maps,svallow_download",
        "FieldName": "sv_allowdownload",
        "InputType": "checkbox",
        "ParamFieldName": "sv_allowdownload",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Fast Download URLs",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the URL(s) for clients to download custom content from, instead of sourcing the content from the server. This allows for faster downloads",
        "Keywords": "fastdl,download,url,sv_downloadurl",
        "FieldName": "sv_downloadurl",
        "InputType": "text",
        "ParamFieldName": "sv_downloadurl",
        "DefaultValue": "",
        "Placeholder": "http://example.com",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Upload To Server",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, clients will be allowed to upload customisation files to the server",
        "Keywords": "allow,upload,customisation,files,sv_allowupload",
        "FieldName": "sv_allowupload",
        "InputType": "checkbox",
        "ParamFieldName": "sv_allowupload",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Minimum Client Rate",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the minimum allowable bandwidth rate a client may have set when connected to the server. 0 = no minimum",
        "Keywords": "minimum,bandwidth,rate,sv_minrate",
        "FieldName": "sv_minrate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "sv_minrate",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "bytes/second",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Client Rate",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum allowable bandwidth rate a client may have set when connected to the server. 0 = no limit",
        "Keywords": "maximum,bandwidth,rate,sv_maxrate",
        "FieldName": "sv_maxrate",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "sv_maxrate",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "bytes/second",
        "EnumValues": {}
    },
    {
        "DisplayName": "Minimum Server Update Rate",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the minimum number of updates per second of the positions of the server's models (players, guns, etc) that server sends to clients",
        "Keywords": "minimum,update,rate,sv_minupdaterate",
        "FieldName": "sv_minupdaterate",
        "InputType": "number",
        "MinValue": "10",
        "ParamFieldName": "sv_minupdaterate",
        "DefaultValue": "10",
        "Placeholder": "10",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Server Update Rate",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of updates per second of the positions of the server's models (players, guns, etc) that server sends to clients",
        "Keywords": "maximum,update,rate,sv_maxupdaterate",
        "FieldName": "sv_maxupdaterate",
        "InputType": "number",
        "MinValue": "10",
        "ParamFieldName": "sv_maxupdaterate",
        "DefaultValue": "30",
        "Placeholder": "30",
        "EnumValues": {}
    },
    {
        "DisplayName": "Tick Rate",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of frames per second (FPS) that the server can calculate",
        "Keywords": "maximum,fps,frames,tick,rate,sys_ticrate",
        "FieldName": "sys_ticrate",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "1000",
        "ParamFieldName": "sys_ticrate",
        "DefaultValue": "100",
        "Placeholder": "100",
        "Suffix": "fps",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Valve Anti-Cheat",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, Valve Anti-Cheat (VAC) will be disabled",
        "Keywords": "valve,anti,cheat,vac,insecure",
        "FieldName": "insecure",
        "InputType": "checkbox",
        "ParamFieldName": "insecure",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-insecure "
        }
    },
    {
        "DisplayName": "Ping Boost",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Selects between optimised network code stack. Setting at 2 usually reduces latency toward 1ms without loss of activity input packets",
        "Keywords": "ping,boost,latency,network,pingboost",
        "FieldName": "pingboost",
        "InputType": "enum",
        "ParamFieldName": "pingboost",
        "DefaultValue": "",
        "EnumValues": {
            "": "None",
            "-pingboost 1 ": "1",
            "-pingboost 2 ": "2",
            "-pingboost 3 ": "3"
        }
    },
    {
        "DisplayName": "Log Chat Messages",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, logging of chat messages will be enabled",
        "Keywords": "log,logging,chat,messages,mp_logmessages",
        "FieldName": "mp_logmessages",
        "InputType": "checkbox",
        "ParamFieldName": "mp_logmessages",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Additional Command Line Parameters",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional command line parameters (anything that begins with a -) that are not otherwise set by AMP. Use with care",
        "Keywords": "custom,server,arguments,variables,cvars,convars,parameters",
        "FieldName": "CustomParameters",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomParameters",
        "DefaultValue": "",
        "Placeholder": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Console Variables",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional console variables (anything that begins with a +) that are not otherwise set by AMP. Use with care. Preferably, specify the equivalent under \"Additional Server Settings\"",
        "Keywords": "custom,server,arguments,variables,cvars,convars,parameters",
        "FieldName": "CustomConVars",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "CustomConVars",
        "DefaultValue": "",
        "Placeholder": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Server Settings",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional settings to include in \"server.cfg\" that are not otherwise set by AMP. One setting per line",
        "Keywords": "additional,settings,custom",
        "FieldName": "UserSettings",
        "InputType": "Textarea",
        "IsFlagArgument": false,
        "ParamFieldName": "UserSettings",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Map Vote Ratio",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the ratio of players required to vote on the same map before the server changes to that map. Example: 0.66 = 66%",
        "Keywords": "map,vote,ratio,mp_mapvoteratio",
        "FieldName": "mp_mapvoteratio",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "1",
        "ParamFieldName": "mp_mapvoteratio",
        "DefaultValue": "0.66",
        "Placeholder": "0.66",
        "EnumValues": {}
    },
    {
        "DisplayName": "Automatic Team Balancing",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the server will always ensure that teams are balanced and that there is no advantaged team",
        "Keywords": "team,automatic,balance,balancing,mp_autoteambalance",
        "FieldName": "mp_autoteambalance",
        "InputType": "checkbox",
        "ParamFieldName": "mp_autoteambalance",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Limit Teams",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum number of players that one team can have over the other. 0 = team limiting disabled",
        "Keywords": "team,balance,limit,mp_limitteams",
        "FieldName": "mp_limitteams",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "mp_limitteams",
        "DefaultValue": "2",
        "Placeholder": "2",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Player Movement Speed",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the maximum speed that a player can move at when on the ground",
        "Keywords": "maximum,movement,speed,sv_maxspeed",
        "FieldName": "sv_maxspeed",
        "InputType": "number",
        "MinValue": "10",
        "ParamFieldName": "sv_maxspeed",
        "DefaultValue": "320",
        "Placeholder": "320",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Friendly Fire",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, friendly fire will be enabled (teammates can cause damage to other teammates)",
        "Keywords": "friendly,fire,mp_friendlyfire",
        "FieldName": "mp_friendlyfire",
        "InputType": "checkbox",
        "ParamFieldName": "mp_friendlyfire",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Flashlight",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If sets, allows the use of the flashlight by pressing the F button",
        "Keywords": "flashlight,mp_flashlight",
        "FieldName": "mp_flashlight",
        "InputType": "checkbox",
        "ParamFieldName": "mp_flashlight",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Footsteps",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, footstep sounds will be enabled",
        "Keywords": "footstep,sounds,mp_footsteps",
        "FieldName": "mp_footsteps",
        "InputType": "checkbox",
        "ParamFieldName": "mp_footsteps",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Auto Aim",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, enables auto aim when a player's crosshair is near an enemy",
        "Keywords": "auto,aim,crosshair,sv_aim",
        "FieldName": "sv_aim",
        "InputType": "checkbox",
        "ParamFieldName": "sv_aim",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Auto Crosshair",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the red crosshair will be enabled. Requires Auto Aim to be enabled",
        "Keywords": "auto,crosshair,mp_autocrosshair",
        "FieldName": "mp_autocrosshair",
        "InputType": "checkbox",
        "ParamFieldName": "mp_autocrosshair",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Allow Players To Pause Server",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will be able to pause the server. Not recommended",
        "Keywords": "pause,pausable",
        "FieldName": "pausable",
        "InputType": "checkbox",
        "ParamFieldName": "pausable",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Allow All Talk",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, players can communicate with all other players, with no team restrictions",
        "Keywords": "all,talk,sv_alltalk",
        "FieldName": "sv_alltalk",
        "InputType": "checkbox",
        "ParamFieldName": "sv_alltalk",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Spectator Mode",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the spectator mode for dead players",
        "Keywords": "spectator,camera,first,person,mp_forcechasecam",
        "FieldName": "mp_forcechasecam",
        "InputType": "enum",
        "ParamFieldName": "mp_forcechasecam",
        "DefaultValue": "0",
        "EnumValues": {
            "0": "Spectators can spectate anyone (default)",
            "1": "Spectators can only spectate their own team",
            "2": "Spectators can't spectate anyone and can only see their dead body"
        }
    },
    {
        "DisplayName": "Enable Fade To Black",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, a player's screen fades to black for the remainder of the round after death (HUD and chat still works). Overrides Spectator Mode",
        "Keywords": "fade,black,spectator,death,mp_fadetoblack",
        "FieldName": "mp_fadetoblack",
        "InputType": "checkbox",
        "ParamFieldName": "mp_fadetoblack",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Auto Kick",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, automatic team-killer banning and idle client kicking will be enabled",
        "Keywords": "auto,kick,team,killer,idle,mp_autokick",
        "FieldName": "mp_autokick",
        "InputType": "checkbox",
        "ParamFieldName": "mp_autokick",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Buy Time",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the designated amount of buy time for each round",
        "Keywords": "buy,time,mp_buytime",
        "FieldName": "mp_buytime",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "mp_buytime",
        "DefaultValue": "1.5",
        "Placeholder": "1.5",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "C4 Timer",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time after which the C4 bomb will blow up",
        "Keywords": "c4,bomb,time,mp_c4timer",
        "FieldName": "mp_c4timer",
        "InputType": "number",
        "MinValue": "15",
        "MaxValue": "90",
        "ParamFieldName": "mp_c4timer",
        "DefaultValue": "45",
        "Placeholder": "45",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Freeze Time",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the length of the freeze period at the beginning of rounds. 0 = disabled",
        "Keywords": "mp_freezetime,freezetime",
        "FieldName": "mp_freezetime",
        "InputType": "number",
        "ParamFieldName": "mp_freezetime",
        "DefaultValue": "6",
        "Placeholder": "6",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Hostage Penalty",
        "Category": "Counter-Strike CZ:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets how many hostages can be killed before a player is kicked from the server. 0 = disabled",
        "Keywords": "hostages,team,killers,mp_hostagepenalty",
        "FieldName": "mp_hostagepenalty",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "mp_hostagepenalty",
        "DefaultValue": "13",
        "Placeholder": "13",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Branch",
        "Category": "Updates",
        "Subcategory": "Steam Downloads:download",
        "Description": "Sets the server branch to install. NOTE: Update the server after switching branches!",
        "Keywords": "server,branch,public,legacy",
        "FieldName": "ServerBranch",
        "InputType": "enum",
        "ParamFieldName": "ServerBranch",
        "DefaultValue": "public",
        "EnumValues": {
            "public": "Public (default)",
            "steam_legacy": "Steam Legacy (pre-25th anniversary build)"
        }
    },
    {
        "DisplayName": "Install reHLDS",
        "Category": "Updates",
        "Subcategory": "Runtime Configuration:build:3",
        "Description": "If enabled, the [reHLDS engine](https://github.com/dreamstalker/rehlds) will be installed to run the server. Only works with the Steam Legacy server. Note: update the server after changing this setting",
        "Keywords": "install,rehlds",
        "FieldName": "InstallreHLDS",
        "InputType": "checkbox",
        "ParamFieldName": "InstallreHLDS",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    }
]