58
58
"Placeholder" : " A BeamMP server" ,
59
59
"EnumValues" : {}
60
60
},
61
+ {
62
+ "DisplayName" : " Server Tags" ,
63
+ "Category" : " BeamMP:stadia_controller" ,
64
+ "Subcategory" : " Server:dns:1" ,
65
+ "Description" : " Comma-separated list of custom identifying tags for the server to make it easier to find in the server list." ,
66
+ "Keywords" : " tags" ,
67
+ "FieldName" : " Tags" ,
68
+ "InputType" : " text" ,
69
+ "ParamFieldName" : " General.Tags" ,
70
+ "DefaultValue" : " Freeroam" ,
71
+ "Placeholder" : " Freeroam" ,
72
+ "EnumValues" : {}
73
+ },
61
74
{
62
75
"DisplayName" : " Port" ,
63
76
"Category" : " BeamMP:stadia_controller" ,
64
77
"Subcategory" : " Server:dns:1" ,
65
- "Description" : " The main game port " ,
78
+ "Description" : " " ,
66
79
"Keywords" : " " ,
67
80
"FieldName" : " $MainGamePort" ,
68
81
"InputType" : " number" ,
161
174
"DisplayName" : " Resource Folder" ,
162
175
"Category" : " BeamMP:stadia_controller" ,
163
176
"Subcategory" : " Server:dns:1" ,
164
- "Description" : " The folder for Resources inside the datastore. " ,
177
+ "Description" : " " ,
165
178
"Keywords" : " " ,
166
179
"FieldName" : " ResourceFolder" ,
167
180
"InputType" : " text" ,
245
258
"True" : " true" ,
246
259
"False" : " false"
247
260
}
248
- },
249
- {
250
- "DisplayName" : " HTTPServerIP" ,
251
- "Category" : " BeamMP:stadia_controller" ,
252
- "Subcategory" : " Server:dns:1" ,
253
- "Description" : " The binding IP for the HTTP webserver." ,
254
- "Keywords" : " " ,
255
- "FieldName" : " $ApplicationIPBinding" ,
256
- "InputType" : " text" ,
257
- "ParamFieldName" : " HTTP.HTTPServerIP" ,
258
- "Hidden" : true ,
259
- "EnumValues" : {}
260
- },
261
- {
262
- "DisplayName" : " HTTPServerPort" ,
263
- "Category" : " BeamMP:stadia_controller" ,
264
- "Subcategory" : " Server:dns:1" ,
265
- "Description" : " The port used for the HTTP webserver." ,
266
- "Keywords" : " " ,
267
- "FieldName" : " $HTTPServerPort" ,
268
- "InputType" : " number" ,
269
- "ParamFieldName" : " HTTP.HTTPServerPort" ,
270
- "Hidden" : true ,
271
- "EnumValues" : {}
272
- },
273
- {
274
- "DisplayName" : " Enable HTTP Server" ,
275
- "Category" : " BeamMP:stadia_controller" ,
276
- "Subcategory" : " Server:dns:1" ,
277
- "Description" : " Enables the internal HTTP server." ,
278
- "Keywords" : " http,server,enabled,httpserverenabled" ,
279
- "FieldName" : " HTTPServerEnabled" ,
280
- "InputType" : " checkbox" ,
281
- "ParamFieldName" : " HTTP.HTTPServerEnabled" ,
282
- "DefaultValue" : " false" ,
283
- "EnumValues" : {
284
- "True" : " true" ,
285
- "False" : " false"
286
- }
287
- },
288
- {
289
- "DisplayName" : " Use SSL For HTTP Server" ,
290
- "Category" : " BeamMP:stadia_controller" ,
291
- "Subcategory" : " Server:dns:1" ,
292
- "Description" : " Recommended to have enabled for servers which face the internet. With SSL the server will serve https and requires valid key and cert files. Key and cert files should be stored in \" .ssl/HttpServer/key.pem\" and \" .ssl/HttpServer/cert.pem\" in the instance datastore." ,
293
- "Keywords" : " use,ssl,usessl" ,
294
- "FieldName" : " UseSSL" ,
295
- "InputType" : " checkbox" ,
296
- "ParamFieldName" : " HTTP.UseSSL" ,
297
- "DefaultValue" : " false" ,
298
- "EnumValues" : {
299
- "True" : " true" ,
300
- "False" : " false"
301
- }
302
261
}
303
262
]
0 commit comments