AMPTemplates/astroneerconfig.json

70 lines
2.1 KiB
JSON
Raw Normal View History

2021-11-06 14:57:13 +01:00
[
{
"DisplayName": "Server name",
"Category": "Server Settings",
"Description": "The name of the Server",
"Keywords": "name",
"FieldName": "servername",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "servername",
"IncludeInCommandLine": false,
"DefaultValue": "Powered by AMP",
"EnumValues": {}
},
{
"DisplayName": "Password",
"Category": "Server Settings",
"Description": "The Password for the Server",
"Keywords": "password",
"FieldName": "serverpassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "serverpassword",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Auto Save Interval",
"Category": "Server Settings",
"Description": "The Interval in which Auto saves are made (in seconds))",
"Keywords": "autosave",
"FieldName": "autosaveinterval",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "autosaveinterval",
"IncludeInCommandLine": false,
"DefaultValue": "900",
"EnumValues": {}
},
{
"DisplayName": "MaxServerFramerate",
"Category": "Server Settings",
"Description": "The max framerate the server will allow for clients",
"Keywords": "fps",
"FieldName": "maxfps",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "maxfps",
"IncludeInCommandLine": false,
"DefaultValue": "34",
"EnumValues": {}
},
{
"DisplayName": "Max Players",
"Category": "Server Settings",
"Description": "The Maximum Player Count",
"Keywords": "max players",
"FieldName": "maxplayers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "maxplayers",
"IncludeInCommandLine": false,
"DefaultValue": "8",
"EnumValues": {}
}
]