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

@@ -98,7 +98,7 @@
"DisplayName":"Server Port",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"Server,Port",
"Keywords":"",
"FieldName":"$ServerPort",
"InputType":"text",
"IsFlagArgument":false,
@@ -227,7 +227,7 @@
"DisplayName":"Control Panel Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the control panel webpage.",
"Keywords":"Control,Panel,Port",
"Keywords":"",
"FieldName":"$ControlPanelPort",
"InputType":"number",
"IsFlagArgument":false,
@@ -252,7 +252,7 @@
"DisplayName":"Telnet Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable the telnet.",
"Keywords":"Telnet,Enabled",
"Keywords":"",
"FieldName":"TelnetEnabled",
"InputType":"text",
"IsFlagArgument":false,
@@ -265,7 +265,7 @@
"DisplayName":"Telnet Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the telnet server.",
"Keywords":"Telnet,Port",
"Keywords":"",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"IsFlagArgument":false,
@@ -277,16 +277,14 @@
},{
"DisplayName":"Telnet Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to telnet interface.",
"Description":"See the Security and Privacy menu for configurable options for the password to the server's telnet interface (RCON).",
"Keywords":"Telnet,Password",
"FieldName":"$RemoteAdminPassword",
"InputType":"text",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
"EnumValues":{}
},{
"DisplayName":"Telnet Failed Login Limit",
"Category":"7d2d - Server Settings",