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
@@ -32,62 +37,22 @@ public class DSLServerConfigs {
32
37
33
38
BUILDER.push("Auto start").comment("Address assignment for workers");
34
39
USE_ARBITER = BUILDER.comment("Use the arbiter").define("use_arbiter",true);
40
+
BUILDER.comment("use_arbiter = TRUE ->");
35
41
ARBITER_ADDR = BUILDER.comment("Complete address of the arbiter, This is ignored if use_arbiter = false").define("arbiter_addr","http://localhost:8080");
36
-
//BUILDER.push("If proxy").comment("Connections to the workers");
CONNECTIONS = BUILDER.comment("If this is proxy and not using arbiter. Define worker address. ip:port:worker_id").defineListAllowEmpty("connections",List.of("127.0.0.1:25565:1","127.0.0.1:25566:2"),object -> {
45
+
if (objectinstanceofStrings) returntrue;
46
+
returnfalse;
47
+
});
40
48
41
-
/*
42
-
BUILDER.push("Into Pattern").comment(
43
-
"""
44
-
This is the ID pattern, form center to edge clockwise
0 commit comments