Add files via upload

This commit is contained in:
Shinynecrid
2021-10-14 08:56:41 -05:00
committed by GitHub
parent eeeeffa5cd
commit 9f50aaee67
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[
{
"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": {}
}
]