Added Last Oasis and Kaboom, updated Valheim.

This commit is contained in:
PhonicUK
2021-10-14 14:53:11 +01:00
committed by GitHub
parent 5d10f5bd90
commit a6b6f35294
7 changed files with 390 additions and 24 deletions

54
last-oasisconfig.json Normal file
View File

@@ -0,0 +1,54 @@
[
{
"DisplayName": "Provider Key",
"Category": "Last Oasis Server",
"Description": "Your provider key from my [Last Oasis MyRealm site](https://myrealm.lastoasis.gg/).",
"Keywords": "",
"FieldName": "ProviderKey",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "ProviderKey",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Customer Key",
"Category": "Last Oasis Server",
"Description": "Your customer key from my [Last Oasis MyRealm site](https://myrealm.lastoasis.gg/).",
"Keywords": "",
"FieldName": "CustomerKey",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "CustomerKey",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Identifier",
"Category": "Last Oasis Server",
"Description": "A unique name for your server to identify it",
"Keywords": "",
"FieldName": "identifier",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "identifier",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Maximum Players",
"Category": "Last Oasis Server",
"Description": "The number of player slots that this server can accomodate",
"Keywords": "",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "slots",
"IncludeInCommandLine": true,
"DefaultValue": "8",
"EnumValues": {}
}
]