f3d6d584b4
This is to address https://github.com/CubeCoders/AMP/issues/803
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
[
|
|
{
|
|
"DisplayName":"Server Port",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"",
|
|
"FieldName":"$ServerPort",
|
|
"InputType":"number",
|
|
"Hidden":true,
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"server_port",
|
|
"IncludeInCommandLine":false,
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Metrics Port",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"",
|
|
"FieldName":"$MetricsPort",
|
|
"InputType":"number",
|
|
"Hidden":true,
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"metrics_port",
|
|
"IncludeInCommandLine":false,
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Server Name",
|
|
"Category":"Server Settings",
|
|
"Description":"Server name visible in the server list",
|
|
"Keywords":"server,name",
|
|
"FieldName":"ServerName",
|
|
"InputType":"text",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"server_name",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"Veloren Server - Powered by AMP",
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Player Limit",
|
|
"Category":"Server Settings",
|
|
"Description":"Maximum number of players that may connect to the server",
|
|
"Keywords":"players,limit",
|
|
"FieldName":"$MaxUsers",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"max_players",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"100",
|
|
"Suffix":"players",
|
|
"EnumValues":{},
|
|
"MinValue":"1"
|
|
}
|
|
]
|