Commit 5e109ef 1 parent 91e4d44 commit 5e109ef Copy full SHA for 5e109ef
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Minecraft bot stress tester
2
2
🤖 A simple open source app written in Java used for stress testing Minecraft servers with bots (fake players).
3
3
💥 It can be also used to test plugins or minigames.
4
- ✔️ The MC version of the bots is 1.21.2, supports 1.21.3
4
+ ✔️ The MC version of the bots is 1.21.4
5
5
For older MC versions please look in the [ releases] ( https://github.com/crpmax/mc-bots/releases " releases ") .
6
6
7
7
## 🆒 Features
@@ -21,7 +21,7 @@ Use of pre-compiled jar from [releases](https://github.com/crpmax/mc-bots/releas
21
21
When running, you can write a chat message to the terminal to send it by all bots.
22
22
23
23
## 🧪 Example
24
- ` java -jar mc-bots-1.2.12 .jar -s 192.168.0.189:25565 -p BOT_ -d 4000 5000 -c 30 -r `
24
+ ` java -jar mc-bots-1.2.14 .jar -s 192.168.0.189:25565 -p BOT_ -d 4000 5000 -c 30 -r `
25
25
This will connect 30 bots to server at 192.168.0.189:25565 with delay 4000-5000 ms and will use real-looking nicknames prefixed with BOT_
26
26
27
27
<img src =" https://imgur.com/XWcckas.png " title =" Connected bots " width =" 350px " />
You can’t perform that action at this time.
0 commit comments