Update Valheim configs, add Valheim+
This commit is contained in:
@@ -3,17 +3,16 @@
|
||||
"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",
|
||||
"DisplayName": "World Name",
|
||||
"Description": "Name of the world .db file to load. Also used as the random seed used for terrain random generation",
|
||||
"FieldName": "WorldName",
|
||||
"Keywords": "world",
|
||||
"Keywords": "world,seed,db",
|
||||
"InputType": "text",
|
||||
"Category": "Server",
|
||||
"ParamFieldName": "world",
|
||||
@@ -23,10 +22,25 @@
|
||||
"DisplayName": "Server Password",
|
||||
"Description": "Password that clients must supply in order to connect",
|
||||
"FieldName": "ServerPassword",
|
||||
"Keywords": "",
|
||||
"InputType": "password",
|
||||
"Category": "Server",
|
||||
"ParamFieldName": "password",
|
||||
"IncludeInCommandLine": true
|
||||
},
|
||||
{
|
||||
"DisplayName": "Admin Players",
|
||||
"Description": "A list of Steam64 IDs for players that are in-game admins. [Find your Steam64 ID](https://steamidfinder.com/)",
|
||||
"FieldName": "AdminPlayers",
|
||||
"Category": "Server",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./Valheim/896660/Data/adminlist.txt"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Banned Players",
|
||||
"Description": "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamidfinder.com/)",
|
||||
"FieldName": "BannedPlayers",
|
||||
"Category": "Server",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./Valheim/896660/Data/bannedlist.txt"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user