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
Copy file name to clipboardExpand all lines: src/main/java/net/pistonmaster/pistonqueue/bungee/PistonQueueBungee.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ public void onEnable() {
171
171
queueListenerBungee.setMainOnline(false);
172
172
}
173
173
} else {
174
-
getLogger().warning("Main Server \"" + Config.MAINSERVER + "\" not set up!!!");
174
+
getLogger().warning("Main Server \"" + Config.MAINSERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
getLogger().warning("Queue Server \"" + Config.QUEUESERVER + "\" not set up!!!");
192
+
getLogger().warning("Queue Server \"" + Config.QUEUESERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
getLogger().warning("Auth Server \"" + Config.AUTHSERVER + "\" not set up!!!");
211
+
getLogger().warning("Auth Server \"" + Config.AUTHSERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
Copy file name to clipboardExpand all lines: src/main/java/net/pistonmaster/pistonqueue/velocity/PistonQueueVelocity.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
175
175
queueListenerVelocity.setMainOnline(false);
176
176
}
177
177
} else {
178
-
logger.warn("Main Server \"" + Config.MAINSERVER + "\" not set up!!!");
178
+
logger.warn("Main Server \"" + Config.MAINSERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
@@ -189,7 +189,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
189
189
queueListenerVelocity.setQueueOnline(false);
190
190
}
191
191
} else {
192
-
logger.warn("Queue Server \"" + Config.QUEUESERVER + "\" not set up!!!");
192
+
logger.warn("Queue Server \"" + Config.QUEUESERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
@@ -204,7 +204,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
204
204
queueListenerVelocity.setAuthOnline(false);
205
205
}
206
206
} else {
207
-
logger.warn("Auth Server \"" + Config.AUTHSERVER + "\" not set up!!!");
207
+
logger.warn("Auth Server \"" + Config.AUTHSERVER + "\" not set up!!! Check out: https://github.com/AlexProgrammerDE/PistonQueue/wiki/FAQ#server-not-set-up");
0 commit comments