Skip to content

Commit

Permalink
Add URL to EULA in server setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DBTDerpbox authored Sep 14, 2023
1 parent 07b33ed commit 9212702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/kyrptonaught/ToolBox/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public static void checkEula(BufferedReader input, InstalledServerInfo serverInf
For your server to run you must accept Minecraft's EULA.
The Minecraft's EULA contains information and rules about what you can do and can't do while using the game.
Agreement of the Minecraft's EULA is strictly needed, otherwise your server would be illegal to operate and thus, won't open.
You can read the EULA here: https://aka.ms/MinecraftEULA
WARNING: LEM WON'T WORK IF MINECRAFT'S EULA IS NOT AGREED!
""");
System.out.print("Do you want to accept the Minecraft's EULA? (Y/N): ");
Expand Down Expand Up @@ -284,4 +285,4 @@ public static List<InstalledServerInfo> detectInstalls() {

return configs;
}
}
}

0 comments on commit 9212702

Please sign in to comment.