diff --git a/src/main/java/com/github/puregero/minecraftstresstest/MinecraftStressTest.java b/src/main/java/com/github/puregero/minecraftstresstest/MinecraftStressTest.java index 58b8f9c..b81f93f 100644 --- a/src/main/java/com/github/puregero/minecraftstresstest/MinecraftStressTest.java +++ b/src/main/java/com/github/puregero/minecraftstresstest/MinecraftStressTest.java @@ -55,7 +55,6 @@ private static void printHelp() { System.out.println(" -Dbot.count= Set the number of bots (default: 1)"); System.out.println(" -Dbot.login.delay.ms= Set the delay between bot logins in ms (default: 100)"); System.out.println(" -Dbot.name= Set the base name for bots (default: Bot)"); - System.out.println(" -Dbot.protocol.version= Set the protocol version (default: 767 - 1.21)"); System.out.println(" -Dbot.x= Set the center X coordinate (default: 0)"); System.out.println(" -Dbot.z= Set the center Z coordinate (default: 0)"); System.out.println(" -Dbot.logs= Enable or disable bot logs (default: true)"); @@ -70,7 +69,6 @@ private static void printHelp() { System.out.println(" logindelay Change the delay between bot logins"); System.out.println("\nExample:"); System.out.println(" java -Dbot.ip=localhost -Dbot.port=25565 -Dbot.count=10 -jar minecraft-stress-test.jar"); - System.out.println("\nFull list of protocol versions can be found at https://wiki.vg/Protocol_version_numbers"); } public static void updateBotCount() {