We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79e308 commit 21571afCopy full SHA for 21571af
1 file changed
src/main/java/low/citory/ExampleUsage.java
@@ -7,8 +7,8 @@ public final class ExampleUsage {
7
8
private static final Logger LOGGER = LoggerFactory.getLogger(ExampleUsage.class);
9
10
- private static final String testIP = "mc.hypixel.net";
11
- private static final int testPORT = 25565;
+ private static final String testIP = "saturn.minecraft-hosting.net";
+ private static final int testPORT = 25398;
12
13
public static void main(String[] args) {
14
String serverIP;
0 commit comments