Added Last Oasis and Kaboom, updated Valheim.
This commit is contained in:
54
last-oasisconfig.json
Normal file
54
last-oasisconfig.json
Normal 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": {}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user