AMPTemplates/squad-dedicated-serverconfig.json
2021-10-14 08:56:41 -05:00

15 lines
436 B
JSON

[
{
"DisplayName": "Max Users",
"Category": "Server Configuration",
"Description": "Sets the maximum ammount of allowed players in a game",
"Keywords": "Players",
"FieldName": "$MaxUsers",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "-maxplayers",
"IncludeInCommandLine": true,
"DefaultValue": "80",
"EnumValues": {}
}
]