Add files via upload

This commit is contained in:
Shinynecrid
2021-10-07 09:23:43 -05:00
committed by GitHub
parent f440bc177e
commit eeeeffa5cd
2 changed files with 76 additions and 0 deletions

41
avorionconfig.json Normal file
View File

@@ -0,0 +1,41 @@
[
{
"DisplayName": "Galaxy Name",
"Category": "Server Configuration",
"Description": "Set World Name",
"Keywords": "Galaxy",
"FieldName": "GALAXYNAME",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "GALAXYNAME",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Admin",
"Category": "Server Configuration",
"Description": "Steam64ID for Admin",
"Keywords": "Admin",
"FieldName": "ADMIN",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "ADMIN",
"IncludeInCommandLine": true,
"DefaultValue": "ADMIN",
"EnumValues": {}
},
{
"DisplayName": "Max Players",
"Category": "Server Configuration",
"Description": "Set Max Player Count",
"Keywords": "Players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "$MaxUsers",
"IncludeInCommandLine": true,
"DefaultValue": "10",
"EnumValues": {}
}
]