Various: updates to RCON settings (#307)

This commit is contained in:
Greelan
2023-03-23 23:45:59 +11:00
committed by GitHub
parent a574c8e14d
commit 67923fb65c
12 changed files with 123 additions and 125 deletions

View File

@@ -26,6 +26,18 @@
"Placeholder": "8",
"MinValue":"1"
},
{
"DisplayName": "RCON Password",
"Category": "Starbound - Settings",
"Description": "See the Security and Privacy menu for configurable options for the server's RCON.",
"Keywords": "rcon,password",
"FieldName": "$RemoteAdminPassword",
"InputType": "hidden",
"IsFlagArgument": false,
"ParamFieldName": "rconServerPassword",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Server Port",
"Category": "Hidden Settings",
@@ -68,20 +80,6 @@
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "RCON Password",
"Category": "Hidden Settings",
"Description": "RCON Password.",
"Keywords": "",
"FieldName": "$RemoteAdminPassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "rconServerPassword",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "RCON Enabled",
"Category": "Hidden Settings",