Add files via upload
This commit is contained in:
41
avorionconfig.json
Normal file
41
avorionconfig.json
Normal 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": {}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user