forked from Greelan/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
last-oasisconfig.json
55 lines (55 loc) · 1.56 KB
/
last-oasisconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"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": false,
"DefaultValue": "8",
"EnumValues": {},
"MinValue":"1"
}
]