AMPTemplates/valheimconfig.json
2021-02-13 15:17:10 +00:00

32 lines
889 B
JSON

[
{
"DisplayName": "Server Name",
"Description": "Server name as it appears in the server list",
"FieldName": "ServerName",
"Keywords": "",
"InputType": "text",
"Category": "Server",
"ParamFieldName": "name",
"IncludeInCommandLine": true
},
{
"DisplayName": "World Seed",
"Description": "Random seed used for terrain random generation",
"FieldName": "WorldName",
"Keywords": "world",
"InputType": "text",
"Category": "Server",
"ParamFieldName": "world",
"IncludeInCommandLine": true
},
{
"DisplayName": "Server Password",
"Description": "Password that clients must supply in order to connect",
"FieldName": "ServerPassword",
"Keywords": "",
"InputType": "password",
"Category": "Server",
"ParamFieldName": "password",
"IncludeInCommandLine": true
}
]