Skip to content

Commit 2d78e85

Browse files
committed
docs: readme - commands
1 parent f8e2f2d commit 2d78e85

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ For older MC versions please look in the [releases](https://github.com/crpmax/mc
99
- ✅ Use SOCKS4 or SOCKS5 proxies from file or URL
1010
- ✅ Receive colored or noncolored chat
1111
- ✅ Set connection delay
12-
- ✅ Set message or command on join
12+
- ✅ Set messages or commands on join
1313
- ✅ Generate random or real looking nicknames or load from file
14-
- ✅ Online (premium) account support with login using Microsoft OAuth - only for migrated accounts
14+
- ✅ Online (premium) account support with login using Microsoft OAuth - only for migrated accounts
15+
- ✅ Control all or selected bots
1516

1617
## 📖 Usage
1718
Minimal Java version: 8
@@ -20,7 +21,7 @@ Use of pre-compiled jar from [releases](https://github.com/crpmax/mc-bots/releas
2021
When running, you can write a chat message to the terminal to send it by all bots.
2122

2223
## 🧪 Example
23-
`java -jar mc-bots-1.2.4.jar -s 192.168.0.189:25565 -p BOT_ -d 4000 5000 -c 30 -r`
24+
`java -jar mc-bots-1.2.6.jar -s 192.168.0.189:25565 -p BOT_ -d 4000 5000 -c 30 -r`
2425
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_
2526

2627
<img src="https://imgur.com/XWcckas.png" title="Connected bots" width="350px"/>
@@ -43,6 +44,14 @@ This will connect 30 bots to server at 192.168.0.189:25565 with delay 4000-5000
4344
`-ar <delay>` Set auto-respawn delay (default is 100 ms, set to -1 to disable)
4445
`--nicks <file>` Set nicknames file
4546

47+
48+
## Commands
49+
Commands can be typed to the console. They are prefixed with `.` or `!`.
50+
Without the prefix it will be sent as a chat message!
51+
`.list` or `.ls` - list all connected bots
52+
`.control <nick>` or `.ctrl <nick>` - select one or multiple bots to control
53+
`.exit <limit>` or `.leave <limit>` - disconnect all or specified number of bots
54+
4655
## ⚠ DISCLAIMER
4756
**This app is made for educational and testing purposes only.
4857
This app can be used like spambots.

0 commit comments

Comments
 (0)