[
    {
        "DisplayName": "Server Name",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server that appears in the server list",
        "Keywords": "server,name,sv_hostname",
        "FieldName": "sv_hostname",
        "InputType": "text",
        "ParamFieldName": "sv_hostname",
        "DefaultValue": "AMP Powered Jedi Academy Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Message Of The Day",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the message of the day (MOTD) displayed when players join",
        "Keywords": "message,motd,g_motd",
        "FieldName": "g_motd",
        "InputType": "text",
        "ParamFieldName": "g_motd",
        "DefaultValue": "Welcome to STAR WARS Jedi Knight - Jedi Academy!",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Mod Name",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the mod directory to load, allowing the use of third-party JKA mods. Don't change this from the default 'base' unless you know what you are doing!",
        "Keywords": "server,mod,directory,game",
        "FieldName": "mod",
        "InputType": "text",
        "ParamFieldName": "mod",
        "DefaultValue": "base",
        "Placeholder": "base",
        "EnumValues": {}
    },
    {
        "DisplayName": "Make Server Public",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server will be visible publicly. Otherwise it will only be accessible from the LAN",
        "Keywords": "public,visible,dedicated",
        "FieldName": "dedicated",
        "InputType": "checkbox",
        "ParamFieldName": "dedicated",
        "IncludeInCommandLine": true,
        "DefaultValue": "2",
        "EnumValues": {
            "False": "1",
            "True": "2"
        }
    },
    {
        "DisplayName": "Require Server Password",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server will notify clients that it requires a password to connect. The password must be set under Server Password",
        "Keywords": "server,password,g_needpass",
        "FieldName": "g_needpass",
        "InputType": "checkbox",
        "ParamFieldName": "g_needpass",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Server Password",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required to connect to the server. Default is no password. Require Server Password must also be enabled",
        "Keywords": "server,password,g_password",
        "FieldName": "g_password",
        "InputType": "Password",
        "ParamFieldName": "g_password",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Private Client Password",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for private clients, if any, to connect to the server. Specify the required number of private clients under Private Client Number. Server Password should not be set",
        "Keywords": "private,client,password,sv_privatepassword",
        "FieldName": "sv_privatePassword",
        "InputType": "Password",
        "ParamFieldName": "sv_privatePassword",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Pure Server Mode",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether modified client files are allowed",
        "Keywords": "pure,server,cheat,hack,integrity,sv_pure",
        "FieldName": "sv_pure",
        "InputType": "enum",
        "ParamFieldName": "sv_pure",
        "DefaultValue": "1",
        "EnumValues": {
            "0": "Any modified files allowed",
            "1": "Only modified textures, weapons and sounds allowed (default)",
            "2": "No modified files allowed"
        }
    },
    {
        "DisplayName": "Allow Cheats",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, cheats will be allowed 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": "Initial Game Type",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the game type to start the server with",
        "Keywords": "game,type,g_gametype",
        "FieldName": "g_gametype",
        "InputType": "enum",
        "ParamFieldName": "g_gametype",
        "DefaultValue": "0",
        "EnumValues": {
            "0": "Deathmatch / Free For All (default)",
            "3": "Duel / One On One Tournament",
            "4": "Power Duel",
            "6": "Team Deathmatch",
            "7": "Siege",
            "8": "Capture The Flag"
        }
    },
    {
        "DisplayName": "Initial Map",
        "Category": "Jedi Knight Academy: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. This setting will be overridden if map rotation is configured in 'server.cfg'",
        "Keywords": "map",
        "FieldName": "map",
        "InputType": "enum",
        "ParamFieldName": "map",
        "DefaultValue": "mp/ffa1",
        "EnumValues": {
            "mp/ffa1": "Free For All 1",
            "mp/ffa2": "Free For All 2",
            "mp/ffa3": "Free For All 3",
            "mp/ffa4": "Free For All 4",
            "mp/ffa5": "Free For All 5",
            "mp/ctf1": "Capture The Flag 1",
            "mp/ctf2": "Capture The Flag 2",
            "mp/ctf3": "Capture The Flag 3",
            "mp/ctf4": "Capture The Flag 4",
            "mp/ctf5": "Capture The Flag 5",
            "mp/duel1": "Duel 1",
            "mp/duel2": "Duel 2",
            "mp/duel3": "Duel 3",
            "mp/duel4": "Duel 4",
            "mp/duel5": "Duel 5",
            "mp/duel6": "Duel 6",
            "mp/duel7": "Duel 7",
            "mp/duel8": "Duel 8",
            "mp/duel9": "Duel 9",
            "mp/duel10": "Duel 10",
            "mp/siege_desert": "Siege Desert",
            "mp/siege_korriban": "Siege Korriban",
            "mp/siege_hoth": "Siege Hoth",
            "{{CustomMap}}": "--Custom--"
        }
    },
    {
        "DisplayName": "Custom Initial Map",
        "Category": "Jedi Knight Academy: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": "Initial Map Type",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether the Initial Map allows cheats or not. Allow Cheats must also be enabled to use cheats",
        "Keywords": "initial,map,type,devmap,cheats",
        "FieldName": "map_type",
        "InputType": "enum",
        "ParamFieldName": "map_type",
        "DefaultValue": "map",
        "EnumValues": {
            "map": "No cheats (default)",
            "devmap": "Allow cheats"
        }
    },
    {
        "DisplayName": "Client Limit",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players and spectators allowed on the server at one time",
        "Keywords": "max,maximum,players,spectators,clients,limit,sv_maxclients",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "32",
        "ParamFieldName": "sv_maxclients",
        "DefaultValue": "32",
        "Placeholder": "32",
        "Suffix": "clients",
        "EnumValues": {}
    },
    {
        "DisplayName": "Game Player Limit",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players (out of the Client Limit) that are able to join the game, while the rest will be spectators. 0 = disabled",
        "Keywords": "max,maximum,game,players,limit,g_maxgameclients",
        "FieldName": "g_maxGameClients",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "32",
        "ParamFieldName": "g_maxGameClients",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Count Mode",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets what is considered a player for the player count in AMP. Bots can be counted as players or not, and players with no GUID can be ignored or counted as players (can cause problems if player changes their name while connected to the server)",
        "Keywords": "bot,count,players,noguid",
        "FieldName": "UserIDRegex",
        "InputType": "enum",
        "ParamFieldName": "UserIDRegex",
        "IncludeInCommandLine": false,
        "DefaultValue": "(BOT|(?<userid>(?!NOGUID).+?))",
        "EnumValues": {
            "(BOT|(?<userid>(?!NOGUID).+?))": "Count bots as players and ignore players with no GUID (default)",
            "(?<userid>(?!BOT)(?!NOGUID).+?)": "Don't count bots as players and ignore players with no GUID",
            "(NOGUID|BOT|(?<userid>.+?))": "Count bots as players and account for players with no GUID",
            "(NOGUID|(?<userid>(?!BOT).+?))": "Don't count bots as players and account for players with no GUID"
        }
    },
    {
        "DisplayName": "Private Client Number",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the number of slots (out of the Client Limit) reserved for private players on a public server. 0 = disabled. Private Client Password must also be set",
        "Keywords": "sv_privateClients",
        "FieldName": "sv_privateClients",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "32",
        "ParamFieldName": "sv_privateClients",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "private players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Download From Server",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, clients will be allowed to download content (maps, models, etc) from the server",
        "Keywords": "allow,download,content,map,model,sv_allowdownload",
        "FieldName": "sv_allowDownload",
        "InputType": "checkbox",
        "ParamFieldName": "sv_allowDownload",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Server FPS",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum frames per second (FPS) that the server sends to clients",
        "Keywords": "frames,second,fps,sv_fps",
        "FieldName": "sv_fps",
        "InputType": "number",
        "ParamFieldName": "sv_fps",
        "DefaultValue": "40",
        "Placeholder": "40",
        "Suffix": "frames/second",
        "EnumValues": {}
    },
    {
        "DisplayName": "Minimum Client Rate",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the minimum allowable rate a client may have set when connected to the server. 0 = no minimum (default)",
        "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": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum allowable 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": "25000",
        "Placeholder": "25000",
        "Suffix": "bytes/second",
        "EnumValues": {}
    },
    {
        "DisplayName": "Minimum Client Ping",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the minimum ping clients can have on the server. 0 = disabled",
        "Keywords": "minimum,ping,sv_minPing",
        "FieldName": "sv_minPing",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "sv_minPing",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "milliseconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Maximum Client Ping",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum ping clients can have on the server. 0 = disabled",
        "Keywords": "maximum,ping,sv_maxPing",
        "FieldName": "sv_maxPing",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "sv_maxPing",
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "milliseconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Console Variables",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Additional console variables that are not otherwise set by AMP can be specified in 'server.cfg'",
        "Keywords": "custom,server,variables,cvars,convars,parameters",
        "FieldName": "CustomConVars",
        "InputType": "hidden",
        "ParamFieldName": "CustomConVars",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Bots",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, bots will be enabled on the server",
        "Keywords": "enable,bots,bot_enable",
        "FieldName": "bot_enable",
        "InputType": "checkbox",
        "ParamFieldName": "bot_enable",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Bot Minimum Players",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Bots will added to or removed from the server to ensure that the number of players on the server meets the minimum set (subject to client/player limits)",
        "Keywords": "bot,minimum,players,bot_minplayers",
        "FieldName": "bot_minplayers",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "bot_minplayers",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Bot Chat",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, bots will be silenced",
        "Keywords": "bot,disable,chat,mute,silence,bot_nochat",
        "FieldName": "bot_nochat",
        "InputType": "checkbox",
        "ParamFieldName": "bot_nochat",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Private Dueling",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, private dueling between players will be allowed. Otherwise, private dueling will be disabled",
        "Keywords": "private,duel,g_privateduel",
        "FieldName": "g_privateDuel",
        "InputType": "checkbox",
        "ParamFieldName": "g_privateDuel",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Friendly Fire",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, friendly fire will be allowed, so players can damage their own teammates",
        "Keywords": "friendly,fire,g_friendlyfire",
        "FieldName": "g_friendlyFire",
        "InputType": "checkbox",
        "ParamFieldName": "g_friendlyFire",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Friendly Saber",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, friendly sabering will be allowed, so players can damage their own teammates with lightsabers",
        "Keywords": "friendly,saber,g_friendlysaber",
        "FieldName": "g_friendlySaber",
        "InputType": "checkbox",
        "ParamFieldName": "g_friendlySaber",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Frag Limit",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the number of frags (or kills) that must be reached before a game ends and the next game starts",
        "Keywords": "frag,limit,fraglimit",
        "FieldName": "fraglimit",
        "InputType": "number",
        "ParamFieldName": "fraglimit",
        "IncludeInCommandLine": false,
        "DefaultValue": "20",
        "Placeholder": "20",
        "Suffix": "frags",
        "EnumValues": {}
    },
    {
        "DisplayName": "Time Limit",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the game time limit, after which a game ends and the next game starts. 0 = no time limit",
        "Keywords": "time,limit,timelimit",
        "FieldName": "timelimit",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "timelimit",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Capture Limit",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the number of flags that must be captured for the CTF game type before a game ends and the next game starts",
        "Keywords": "capture,limit,ctf,flag,capturelimit",
        "FieldName": "capturelimit",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "capturelimit",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "flags",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Auto Team Joining",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, a new player will automatically join a team when connecting to the server (for relevant game types). Otherwise they will go into spectator mode",
        "Keywords": "team,auto,join,joining,spectator,g_teamautojoin",
        "FieldName": "g_teamAutoJoin",
        "InputType": "checkbox",
        "ParamFieldName": "g_teamAutoJoin",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Forced Team Balancing",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, forces a new player onto the smallest or losing team (for relevant game types). Otherwise, the player can select freely which team to join",
        "Keywords": "team,force,balance,balancing,selection,g_teamforcebalance",
        "FieldName": "g_teamForceBalance",
        "InputType": "checkbox",
        "ParamFieldName": "g_teamForceBalance",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Respawn Time Period",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the respawn time period. 0 = no forced respawn",
        "Keywords": "force,respawn,time,period,manual,g_forcerespawn",
        "FieldName": "g_forcerespawn",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "g_forcerespawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "60",
        "Placeholder": "60",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Allow Voting",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "10-bit bitflag controlling which votes players may call. 0 = voting disabled entirely, 1023 = all votes allowed. Bit 0 = Capture Limit, Bit 1 = Kick by Client Number, Bit 2 = Frag Limit, Bit 3 = Do Warmup, Bit 4 = Game Type, Bit 5 = Kick by Name, Bit 6 = Change Map, Bit 7 = Restart Map, Bit 8 = Play Next Map, Bit 9 = Time Limit",
        "Keywords": "vote,voting,g_allowvote",
        "FieldName": "g_allowVote",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "1023",
        "ParamFieldName": "g_allowVote",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Weapon Respawn Time Period",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time period between when a weapon is picked up and when it respawns. 0 = weapons stay",
        "Keywords": "weapon,respawn,time,available,g_weaponrespawn",
        "FieldName": "g_weaponrespawn",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "g_weaponrespawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "5",
        "Placeholder": "5",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Inactivity Kick Time",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the time period after which inactive players will be kicked from the server. 0 = disabled",
        "Keywords": "inactive,afk,idle,kick,g_inactivity",
        "FieldName": "g_inactivity",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "g_inactivity",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Flood Protection",
        "Category": "Jedi Knight Academy:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the server will be protected from being flooded by players via chat",
        "Keywords": "flood,protect,protection,sv_floodprotect",
        "FieldName": "sv_floodProtect",
        "InputType": "checkbox",
        "ParamFieldName": "sv_floodProtect",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    }
]