@@ -9,9 +9,10 @@ For older MC versions please look in the [releases](https://github.com/crpmax/mc
9
9
- ✅ Use SOCKS4 or SOCKS5 proxies from file or URL
10
10
- ✅ Receive colored or noncolored chat
11
11
- ✅ Set connection delay
12
- - ✅ Set message or command on join
12
+ - ✅ Set messages or commands on join
13
13
- ✅ 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
15
16
16
17
## 📖 Usage
17
18
Minimal Java version: 8
@@ -20,7 +21,7 @@ Use of pre-compiled jar from [releases](https://github.com/crpmax/mc-bots/releas
20
21
When running, you can write a chat message to the terminal to send it by all bots.
21
22
22
23
## 🧪 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 `
24
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_
25
26
26
27
<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
43
44
` -ar <delay> ` Set auto-respawn delay (default is 100 ms, set to -1 to disable)
44
45
` --nicks <file> ` Set nicknames file
45
46
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
+
46
55
## ⚠ DISCLAIMER
47
56
** This app is made for educational and testing purposes only.
48
57
This app can be used like spambots.
0 commit comments