AMPTemplates/call-of-dutymw3config.json
2022-11-10 10:56:28 +11:00

212 lines
7.3 KiB
JSON

[
{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"Sets the name of the server",
"Keywords":"server,name",
"FieldName":"sv_hostname",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"sv_hostname",
"IncludeInCommandLine":false,
"DefaultValue":"AMP Powered Call of Duty: Modern Warfare 3 Server",
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"Server Settings",
"Description":"If enabled, the server will be visible publicly. Otherwise it will only be accessible from the local network",
"Keywords":"public,visible",
"FieldName":"dedicated",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"dedicated",
"IncludeInCommandLine":true,
"DefaultValue":"2",
"EnumValues":{
"True":"2",
"False":"1"
}
},
{
"DisplayName":"Server Password",
"Category":"Server Settings",
"Description":"Sets the password to join the server",
"Keywords":"password",
"FieldName":"g_password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"g_password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"Sets the RCON password to allow sending console commands in-game. Default is no password, disabling console commands",
"Keywords":"rcon,password",
"FieldName":"rcon_password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"rcon_password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"The maximum number of players allowed on the server",
"Keywords":"max,players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"18",
"IsFlagArgument":false,
"ParamFieldName":"sv_maxclients",
"IncludeInCommandLine":false,
"DefaultValue":"16",
"EnumValues":{}
},
{
"DisplayName":"Private Player Limit",
"Category":"Server Settings",
"Description":"The maximum number of private players allowed on the server (those that can use non-public reserved slots). Will be limited to the Player Limit",
"Keywords":"max,private,players,limit",
"FieldName":"sv_privateClients",
"InputType":"number",
"MinValue":"0",
"MaxValue":"18",
"IsFlagArgument":false,
"ParamFieldName":"sv_privateClients",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{}
},
{
"DisplayName":"Private Player Password",
"Category":"Server Settings",
"Description":"Sets the password for private players to join the server. Private players entering this password have access to all slots on the server, otherwise the players only have access to the public slots (Player Limit less Private Player Limit)",
"Keywords":"private,player,password",
"FieldName":"sv_privatePassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"sv_privatePassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Map Rotation",
"Category":"Server Settings",
"Description":"Sets the dedicated server play list (DSPL) for map rotation. Valid game options are controlled via the dedicated server recipe (DSR) specified in the DSPL",
"Keywords":"map,rotation",
"FieldName":"sv_maprotation",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"sv_maprotation",
"IncludeInCommandLine":false,
"DefaultValue":"default",
"EnumValues":{}
},
{
"DisplayName":"Server Voice Chat",
"Category":"Server Settings",
"Description":"Sets the server voice chat configuration",
"Keywords":"voice,chat",
"FieldName":"sv_voice",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"sv_voice",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"0":"No Chat",
"1":"Free Chat",
"2":"Team Chat (default)"
}
},
{
"DisplayName":"Enable Voting",
"Category":"Server Settings",
"Description":"If enabled, voting is allowed for player kick, map restart and next map",
"Keywords":"vote,voting",
"FieldName":"g_allowVote",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"g_allowVote",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"True":"1",
"False":"0"
}
},
{
"DisplayName":"Enable Dead Chat",
"Category":"Server Settings",
"Description":"If enabled, dead players will be allowed to chat with living players",
"Keywords":"dead,chat",
"FieldName":"g_deadChat",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"g_deadChat",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"True":"1",
"False":"0"
}
},
{
"DisplayName":"Inactivity Kick Period",
"Category":"Server Settings",
"Description":"Time before the server will kick a player for inactivity",
"Keywords":"inactivity,afk,period",
"FieldName":"g_inactivity",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"MaxValue":"10000",
"ParamFieldName":"g_inactivity",
"IncludeInCommandLine":false,
"DefaultValue":"120",
"Suffix":"seconds",
"Placeholder":"0 - 10000",
"EnumValues":{}
},
{
"DisplayName":"Temporary Ban Period",
"Category":"Server Settings",
"Description":"Time for a player temporary ban (on kick/tempban)",
"Keywords":"ban,period,temporary",
"FieldName":"sv_kickBanTime",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"MaxValue":"3600",
"ParamFieldName":"sv_kickBanTime",
"IncludeInCommandLine":true,
"DefaultValue":"300",
"Suffix":"seconds",
"Placeholder":"0 - 3600",
"EnumValues":{}
},
{
"DisplayName":"Enable Flood Protection",
"Category":"Server Settings",
"Description":"If enabled, flood protection applies, so user commands are throttled. Should be enabled on non-password-protected public servers",
"Keywords":"flood,protection",
"FieldName":"sv_floodProtect",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"sv_floodProtect",
"IncludeInCommandLine":true,
"DefaultValue":"1",
"EnumValues":{
"True":"1",
"False":"0"
}
}
]