A tool to stress test Minecraft servers by simulating numerous bot connections, helping identify performance bottlenecks and stability issues.
-
Disable Online Mode: Ensure that
online-mode=false
in your server'sserver.properties
file. This is essential for Botmark to connect. -
Run Botmark: Use the following command in your terminal:
./botmark --ip <ip:port> --count <bot-count>
Example./botmark --ip 0.0.0.0:25565 --count 50