Add Valheim template.

This commit is contained in:
PhonicUK
2021-02-13 15:17:10 +00:00
committed by GitHub
parent e4b796e87e
commit 46004e1d4b
2 changed files with 82 additions and 0 deletions

32
valheimconfig.json Normal file
View File

@@ -0,0 +1,32 @@
[
{
"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
}
]