AMPTemplates/avorionconfig.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2021-10-07 16:23:43 +02:00
[
{
"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": {}
}
]