Skip to content

Commit

Permalink
Remove reference to protocol version from help as this can't really b…
Browse files Browse the repository at this point in the history
…e modified in practice
  • Loading branch information
PureGero committed Aug 14, 2024
1 parent 284dc5c commit 3a19ec6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ private static void printHelp() {
System.out.println(" -Dbot.count=<count> Set the number of bots (default: 1)");
System.out.println(" -Dbot.login.delay.ms=<delay> Set the delay between bot logins in ms (default: 100)");
System.out.println(" -Dbot.name=<name> Set the base name for bots (default: Bot)");
System.out.println(" -Dbot.protocol.version=<ver> Set the protocol version (default: 767 - 1.21)");
System.out.println(" -Dbot.x=<x> Set the center X coordinate (default: 0)");
System.out.println(" -Dbot.z=<z> Set the center Z coordinate (default: 0)");
System.out.println(" -Dbot.logs=<true|false> Enable or disable bot logs (default: true)");
Expand All @@ -70,7 +69,6 @@ private static void printHelp() {
System.out.println(" logindelay <value> 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() {
Expand Down

0 comments on commit 3a19ec6

Please sign in to comment.