Added Last Oasis and Kaboom, updated Valheim.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"InputType": "text",
|
||||
"Category": "Server",
|
||||
"ParamFieldName": "name",
|
||||
"IncludeInCommandLine": true
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "My Valheim Server - Powered by AMP"
|
||||
},
|
||||
{
|
||||
"DisplayName": "World Name",
|
||||
@@ -16,7 +17,8 @@
|
||||
"InputType": "text",
|
||||
"Category": "Server",
|
||||
"ParamFieldName": "world",
|
||||
"IncludeInCommandLine": true
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "PoweredByAMP"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server Password",
|
||||
@@ -25,7 +27,22 @@
|
||||
"InputType": "password",
|
||||
"Category": "Server",
|
||||
"ParamFieldName": "password",
|
||||
"IncludeInCommandLine": true
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Admin Players",
|
||||
@@ -42,13 +59,5 @@
|
||||
"Category": "Server",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./Valheim/896660/Data/bannedlist.txt"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Permitted Players",
|
||||
"Description": "A list of Steam64 IDs for players that are permitted [Find a Steam64 ID](https://steamidfinder.com/)",
|
||||
"FieldName": "PermittedPlayers",
|
||||
"Category": "Server",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./Valheim/896660/Data/permittedlist.txt"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user