2021-02-13 16:17:10 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"DisplayName": "Server Name",
|
|
|
|
"Description": "Server name as it appears in the server list",
|
|
|
|
"FieldName": "ServerName",
|
|
|
|
"InputType": "text",
|
|
|
|
"Category": "Server",
|
|
|
|
"ParamFieldName": "name",
|
2021-10-14 15:53:11 +02:00
|
|
|
"IncludeInCommandLine": true,
|
|
|
|
"DefaultValue": "My Valheim Server - Powered by AMP"
|
2021-02-13 16:17:10 +01:00
|
|
|
},
|
|
|
|
{
|
2021-03-01 15:15:02 +01:00
|
|
|
"DisplayName": "World Name",
|
|
|
|
"Description": "Name of the world .db file to load. Also used as the random seed used for terrain random generation",
|
2021-02-13 16:17:10 +01:00
|
|
|
"FieldName": "WorldName",
|
2021-03-01 15:15:02 +01:00
|
|
|
"Keywords": "world,seed,db",
|
2021-02-13 16:17:10 +01:00
|
|
|
"InputType": "text",
|
|
|
|
"Category": "Server",
|
|
|
|
"ParamFieldName": "world",
|
2021-10-14 15:53:11 +02:00
|
|
|
"IncludeInCommandLine": true,
|
|
|
|
"DefaultValue": "PoweredByAMP"
|
2021-02-13 16:17:10 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"DisplayName": "Server Password",
|
|
|
|
"Description": "Password that clients must supply in order to connect",
|
|
|
|
"FieldName": "ServerPassword",
|
|
|
|
"InputType": "password",
|
|
|
|
"Category": "Server",
|
|
|
|
"ParamFieldName": "password",
|
2021-10-14 15:53:11 +02:00
|
|
|
"IncludeInCommandLine": true,
|
|
|
|
"DefaultValue": "12345"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"DisplayName": "Server is Public",
|
|
|
|
"Description": "Whether or not the server appears on the server list. Disable for a LAN-only server.",
|
|
|
|
"FieldName": "ServerPublic",
|
|
|
|
"Category": "Server",
|
|
|
|
"ParamFieldName": "public",
|
|
|
|
"IncludeInCommandLine": true,
|
|
|
|
"InputType": "checkbox",
|
|
|
|
"EnumValues": {
|
|
|
|
"True": "1",
|
|
|
|
"False": "0"
|
|
|
|
},
|
|
|
|
"DefaultValue": "1"
|
2021-03-01 15:15:02 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2021-02-13 16:17:10 +01:00
|
|
|
}
|
2021-10-14 15:53:11 +02:00
|
|
|
]
|