Merge branch 'unturned' of https://github.com/Greelan/AMPTemplates into unturned
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
"Description": "Password to connect to the server. Change this after installing the server",
|
||||
"Keywords": "password",
|
||||
"FieldName": "Password",
|
||||
"InputType": "password",
|
||||
"InputType": "RandomPassword",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Password",
|
||||
"IncludeInCommandLine": false,
|
||||
@@ -84,7 +84,7 @@
|
||||
"Description": "Password to connect to RCON. Change this after installing the server",
|
||||
"Keywords": "RCON,password",
|
||||
"FieldName": "$RemoteAdminPassword",
|
||||
"InputType": "number",
|
||||
"InputType": "RandomPassword",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "/RocketSettings/RCON/@Password",
|
||||
"IncludeInCommandLine": false,
|
||||
@@ -241,5 +241,43 @@
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "500",
|
||||
"suffix": "milliseconds"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"DisplayName":"Workshop Items",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Comma separated list of IDs of workshop items to install on the server",
|
||||
"Keywords":"workshop,items",
|
||||
"FieldName":"FileIDs",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"FileIDs",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"",
|
||||
"placeholder":"2478247379,2566953935"
|
||||
},
|
||||
{
|
||||
"DisplayName":"Excluded Workshop Items",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Comma separated list of IDs of children items to ignore when installing workshop items",
|
||||
"Keywords":"workshop,children,items",
|
||||
"FieldName":"ChildrenFileIDs",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ChildrenFileIDs",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"",
|
||||
"placeholder":"5685656858,7697679654"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Maximum Workshop Retries",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the maximum number of retries to download workshop items",
|
||||
"Keywords": "retries",
|
||||
"FieldName": "MaxRetries",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxRetries",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "2"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user