AMPTemplates/last-oasisconfig.json

56 lines
1.6 KiB
JSON

[
{
"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"
}
]