Commit graph

1176 commits

Author SHA1 Message Date
Anon
ef79ca1fe8
Fixed and tested Discord Webhook chat bot
Fixed and tested Discord Webhook chat bot.
Now using ProxiedWebRequest and sanitizing input.
2022-09-24 11:56:11 +00:00
Milutinke
24044303f5 Fixed and tested Discord Webhook chat bot 2022-09-24 13:54:44 +02:00
Anon
5fec15186c
Added more ASCII Art for Inventories and more inventory sub commands
Added more ASCII Art for Inventories and more inventory sub commands.
The following commands have been added:
```
/inventory inventories
/inventory search <item type> [count]
```
2022-09-23 18:23:12 +00:00
Milutinke
23fadc0c33 Removed a comment. 2022-09-23 20:21:56 +02:00
Milutinke
6cb7a25a16 Added /inventory search <item type> [count] command and fixed command help and description. 2022-09-23 20:20:02 +02:00
Milutinke
5b8d5e8e4a Changed the name of the sub command to avoid confusion. Updated the usage string 2022-09-22 22:03:57 +02:00
Milutinke
55057b3157 Added ASCII Art for Furnace/Smoker/Blast Furnace, Hopper/Minecart, Shulker, Grindstone. Added a command for list of available inventories. Added SmithingTable inventory type. 2022-09-22 21:58:51 +02:00
Anon
a03bab277b
Fully implemented Map Data packet + Fixed 1.14 not working.
Fully implemented Map Data packet + Fixed 1.14 not working.
2022-09-22 17:38:43 +00:00
Milutinke
12c8a60ad7 Tested on all versions 1.8 +
Fixed 1.14 not working at all.
2022-09-22 19:36:24 +02:00
Anon
c945a33f8f
Added an option to match by colors in Auto Respond bot.
Added an option to match by colors in Auto Respond bot.
2022-09-21 16:03:38 +00:00
Anon
8fbd1e4801
Fixed internal command char not properly displayed in respawn hint
Fixed internal command char not properly displayed in respawn hint
2022-09-21 16:03:12 +00:00
Milutinke
5e8b2a2cbc Added an example 2022-09-21 18:01:08 +02:00
Milutinke
0d58887b6a Added an option to match by colors in Auto Respond bot. 2022-09-21 17:56:29 +02:00
Tasuku Bobcorn
0445454c72 Fixed internal command char not properly displayed in respawn hint 2022-09-21 21:35:36 +08:00
Anon
b5cf315ca1
Added /execmulti and /execif commands.
Added a way to execute multiple commands with a single command and a conditional command.
The documentation will be updated soon.
2022-09-19 15:26:53 +00:00
BruceChen
85f6d807bf Support using relative coordinates in /useblock 2022-09-18 18:07:10 +08:00
ReinforceZwei
2a2e47a955
README.md: Update website link 2022-09-18 16:50:14 +08:00
Anon
1b352d40ad
Fixed a crash when an Explosion has occurred
Fixed a crash when an Explosion has occurred
2022-09-17 23:19:42 +00:00
Milutinke
1e07fa576a Fixed a crash on Explosion packet 2022-09-18 01:15:57 +02:00
Milutinke
f47c240920 Fully implemented Map Data packet. 2022-09-18 00:18:27 +02:00
BruceChen
59e02c2da9
Fix entity metadata handling and dimension handling in 1.19.2
Fix entity metadata handling and dimension handling in 1.19.2
2022-09-16 12:08:13 +08:00
BruceChen
c00468c103 Fix 1.19.2 entity metadata handle 2022-09-15 21:11:47 +08:00
Anon
7f49ee3120
Added a Follow Player chat bot
Implemented the Follow Player chat bot.
2022-09-15 09:17:15 +00:00
BruceChen
26bc6f16c0 Try fix 1.19+ dimension processing 2022-09-15 12:54:43 +08:00
BruceChen
206a5f1e72 Merge branch 'master' of https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev 2022-09-15 12:48:50 +08:00
BruceChen
a2b2aeb748 Try fix 1.19+ dimension processing 2022-09-15 12:48:38 +08:00
Milutinke
a0f0c634ff Made the /execif return boolean as expression evaluation result 2022-09-13 13:49:59 +02:00
BruceChen
0907958ded
Upgrade Auto Fishing
* Supports changing position and angle after catching fish
* Support automatic rod switching
2022-09-13 19:32:22 +08:00
BruceChen
97248aad16 Add OnSettingsReload 2022-09-13 19:29:17 +08:00
BruceChen
fc444fcbd6 Supports setting thresholds 2022-09-13 19:25:00 +08:00
BruceChen
dac60200e0 Configurable to start fishing automatically or not 2022-09-12 23:15:57 +08:00
BruceChen
99ea0d8997
Merge branch 'MCCTeam:master' into master 2022-09-12 19:55:12 +08:00
BruceChen
34277e3fbd Fix a bug in message signature 2022-09-12 19:02:08 +08:00
BruceChen
cb22387008 Support automatic rod switching 2022-09-12 18:02:46 +08:00
BruceChen
949126c9cb Supports changing position and angle after catching fish 2022-09-12 16:27:37 +08:00
Milutinke
77da611411 Added a command that executes other command if a condition is met. 2022-09-11 22:35:26 +02:00
Anon
bf3acb9cad
Added a discord link to README.md
Added a discord link to README.md
2022-09-11 19:21:33 +00:00
Milutinke
c64efe6775 Added discord link 2022-09-11 21:20:15 +02:00
BruceChen
ccb8610020 Support use left hand 2022-09-12 02:19:20 +08:00
BruceChen
effb3050b4
Merge branch 'MCCTeam:master' into master 2022-09-12 02:12:19 +08:00
BruceChen
eb517a8e78 Upgrade Auto Fishing 2022-09-12 02:10:18 +08:00
BruceChen
efd7c6b75b Fix command history 2022-09-11 23:45:13 +08:00
Milutinke
59cc4cea7c Added a way to execute multiple commands with a single command 2022-09-11 17:06:23 +02:00
Milutinke
c7ba5e5fa3 Implemented the Follow Player chat bot. 2022-09-09 15:39:41 +02:00
BruceChen
223c13561c Fix /move 2022-09-09 16:13:25 +08:00
BruceChen
531f3408a0 Fix format error 2022-09-08 17:39:58 +08:00
BruceChen
5181395bbd
Support for shift-clicking in containers
Support for shift-clicking in containers
2022-09-08 17:21:38 +08:00
BruceChen
ac3f346f14 Trim & Improve the help message 2022-09-08 17:19:13 +08:00
BruceChen
0d1f930c65 Trim 2022-09-08 15:54:56 +08:00
BruceChen
bfd01a5f78 Add non-emoji representation for /chunk status 2022-09-08 14:55:41 +08:00