|
1 | 1 | [ |
2 | | - { |
3 | | - "DisplayName": "Public Port", |
4 | | - "Category": "Palworld:stadia_controller", |
5 | | - "Subcategory": "Server:dns:1", |
6 | | - "Description": "", |
7 | | - "Keywords": "", |
8 | | - "FieldName": "$GamePort", |
9 | | - "InputType": "number", |
10 | | - "Hidden": true, |
11 | | - "ParamFieldName": "PublicPort", |
12 | | - "EnumValues": {} |
13 | | - }, |
14 | 2 | { |
15 | 3 | "DisplayName": "RCON Port", |
16 | 4 | "Category": "Palworld:stadia_controller", |
|
191 | 179 | "DefaultValue": "", |
192 | 180 | "EnumValues": {} |
193 | 181 | }, |
| 182 | + { |
| 183 | + "DisplayName": "Public Port Selection Mode", |
| 184 | + "Category": "Palworld:stadia_controller", |
| 185 | + "Subcategory": "Server:dns:1", |
| 186 | + "Description": "Sets whether the public port advertised for the server should be the same as the Game Port, or whether it should be the custom port set under Server Public Port", |
| 187 | + "Keywords": "public,port,publicport", |
| 188 | + "FieldName": "PublicPort", |
| 189 | + "InputType": "enum", |
| 190 | + "ParamFieldName": "PublicPort", |
| 191 | + "DefaultValue": "{{$GamePort}}", |
| 192 | + "EnumValues": { |
| 193 | + "{{$GamePort}}": "Use Game Port (default)", |
| 194 | + "{{CustomPublicPort}}": "Use custom port" |
| 195 | + } |
| 196 | + }, |
| 197 | + { |
| 198 | + "DisplayName": "Server Public Port", |
| 199 | + "Category": "Palworld:stadia_controller", |
| 200 | + "Subcategory": "Server:dns:1", |
| 201 | + "Description": "Sets the public port advertised for the server, if \"Use custom port\" is selected as the Public Port Selection Mode", |
| 202 | + "Keywords": "custom,public,port,publicport", |
| 203 | + "FieldName": "CustomPublicPort", |
| 204 | + "InputType": "number", |
| 205 | + "MinValue": "1024", |
| 206 | + "MaxValue": "65535", |
| 207 | + "ParamFieldName": "CustomPublicPort", |
| 208 | + "DefaultValue": "", |
| 209 | + "EnumValues": {} |
| 210 | + }, |
194 | 211 | { |
195 | 212 | "DisplayName": "Server Password", |
196 | 213 | "Category": "Palworld:stadia_controller", |
|
0 commit comments