Skip to content

Commit 5e109ef

Browse files
committed
chore: update readme
1 parent 91e4d44 commit 5e109ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Minecraft bot stress tester
22
🤖 A simple open source app written in Java used for stress testing Minecraft servers with bots (fake players).
33
💥 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
55
For older MC versions please look in the [releases](https://github.com/crpmax/mc-bots/releases " releases").
66

77
## 🆒 Features
@@ -21,7 +21,7 @@ Use of pre-compiled jar from [releases](https://github.com/crpmax/mc-bots/releas
2121
When running, you can write a chat message to the terminal to send it by all bots.
2222

2323
## 🧪 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`
2525
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_
2626

2727
<img src="https://imgur.com/XWcckas.png" title="Connected bots" width="350px"/>

0 commit comments

Comments
 (0)