You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Description": "Sets whether and in what mode the server is part of a cluster, allowing cross-server linkage. Each cluster server must have the same Server Password. Cluster character data is stored in 'Saved/Accounts/account.db' on the main cluster server",
"Description": "Sets the ID of the server within a cluster. Each cluster server (main or child) must have a unique ID. Requires Cluster Mode to be set to the appropriate cluster server mode",
229
+
"Keywords": "cluster,server,id",
230
+
"FieldName": "serverid",
231
+
"InputType": "number",
232
+
"ParamFieldName": "serverid",
233
+
"DefaultValue": "{{randomdigits(1)}}",
234
+
"Placeholder": "1",
235
+
"EnumValues": {}
236
+
},
237
+
{
238
+
"DisplayName": "Main Cluster Server Connection IP",
239
+
"Category": "Soulmask:stadia_controller",
240
+
"Subcategory": "Clusters:share:2",
241
+
"Description": "Sets the IP address of the main cluster server to connect to. Only used for child cluster servers - requires Cluster Mode to be set to 'Child cluster server'",
242
+
"Keywords": "cluster,main,server,ip",
243
+
"FieldName": "MainServerIP",
244
+
"InputType": "text",
245
+
"ParamFieldName": "MainServerIP",
246
+
"DefaultValue": "127.0.0.1",
247
+
"Placeholder": "127.0.0.1",
248
+
"EnumValues": {}
249
+
},
250
+
{
251
+
"DisplayName": "Main Cluster Server Connection Port",
252
+
"Category": "Soulmask:stadia_controller",
253
+
"Subcategory": "Clusters:share:2",
254
+
"Description": "Sets the broadcast port of the main cluster server to connect to (this is the Cluster Broadcast Port on the main cluster server). Only used for child cluster servers - requires Cluster Mode to be set to 'Child cluster server'",
0 commit comments