Add Valheim template.
This commit is contained in:
32
valheimconfig.json
Normal file
32
valheimconfig.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user