BruceChen
a118dc96e9
Merge AutoRelog's configs
2022-10-05 17:33:21 +08:00
BruceChen
16c1d1fd77
Refactoring Settings.cs
2022-10-05 15:02:30 +08:00
BruceChen
f2cbe74a35
Add translation
2022-10-03 11:48:42 +08:00
BruceChen
81a9955081
Alerts ChatBot: Support trigger on weather change
2022-10-03 11:39:25 +08:00
BruceChen
4aa6c1c99f
Upgrade GetLookingBlock
2022-10-02 13:49:36 +08:00
Anon
3656dfdbcd
Added a command for easier usage of the bed (/bed), Added relative coordinates support for the /dig command.
...
Added a command for easier usage of the bed (/bed).
Added relative coordinates support for the /dig command.
2022-09-29 17:30:10 +00:00
Milutinke
a52da095b4
Added an option to find a bed and sleep in it.
2022-09-29 19:28:34 +02:00
Anon
f4f1e7e8fa
Updated Anti AFK Bot to have Terrain Handling and random intervals option
...
Updated Anti AFK Bot to have Terrain Handling and random intervals option
2022-09-29 16:29:44 +00:00
BruceChen
36d2a2c731
Fix the error message in str2double.
2022-09-29 21:34:18 +08:00
Milutinke
cd3adfa14c
Changed the bed command to be able to sleep. Added relative coordinates to /dig command.
2022-09-28 22:43:14 +02:00
Milutinke
6a266c68c3
Leave bed command.
2022-09-28 21:39:13 +02:00
Milutinke
5d1eabd74c
Added safeguard for the walk range.
2022-09-28 18:46:17 +02:00
Milutinke
9903ad7535
Updated Anti AFK Chat Bot to use terrain handling, now it can walk around randomly in the given range. Also added random interval support, and the bot now can sneak when using the command (alternative method).
2022-09-28 18:38:57 +02:00
Milutinke
83c4f5ad66
Fixed the accidental removal of translations for /reload and /bots commands.
2022-09-28 11:31:26 +02:00
Milutinke
f7263873db
Implemented Map Chat bot which can render maps into images. Useful for solving captchas.
2022-09-28 00:14:43 +02:00
Milutinke
932d25f125
Removed ability to attack players, added an option to have a whitelist or a blacklist mode.
2022-09-27 14:23:19 +02:00
Milutinke
9b407dbdad
Added command for reloading settings, chat bots, listing chat bots and unloading a chat bot manually by name.
2022-09-25 16:00:43 +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
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
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
Anon
7f49ee3120
Added a Follow Player chat bot
...
Implemented the Follow Player chat bot.
2022-09-15 09:17:15 +00: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
BruceChen
eb517a8e78
Upgrade Auto Fishing
2022-09-12 02:10:18 +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
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
bfd01a5f78
Add non-emoji representation for /chunk status
2022-09-08 14:55:41 +08:00
BruceChen
65bcd83330
Shift click support
2022-09-08 14:04:23 +08:00
BruceChen
3dac1f41d1
Add tips
2022-09-06 16:10:34 +08:00
BruceChen
6430f13d3e
Add "/chunk status" command
2022-09-06 14:54:49 +08:00
BruceChen
f4ab4997c8
Bug fix.
2022-09-02 20:22:33 +08:00
ORelio
1ce7850193
MC 1.17/1.18 Terrain/Entity/Inventory ( #1943 )
...
Merge branch 'master' of github.com:milutinke/Minecraft-Console-Client into milutinke-master
Manually fix merge conflicts
Additional changes:
- WindowItems: Fix data type for "elements" below 1.17
- DestroyEntities: Fix packet palettes and remove DestroyEntity
- EntityMetadata: Throw exception if health field mapping is not updated
Co-authored-by: Milutinke <bgteam@live.com>
Co-authored-by: BruceChen <MrChen131217@gmail.com>
2022-08-19 16:35:55 +02:00
BruceChen
a8bbb1ac76
Basic support for minecraft 1.19 ( #2084 )
...
* merge commit from milutinke
* chat signature & encrypted login
* Bug fix :EncryptionResponse format error below 1.18.2
* Implemented chat command signature
* Chat message parsing and verification for 1.19
* Add signature settings
* Update Simplified Chinese Translation
* Clear up comments
* Fix wrong variable naming
* Bug fix: SignatureV2 Processing
2022-08-15 17:55:44 +02:00
BruceChen
94fd8b118d
"/move X Y Z" now moves the player to the center of the block first
2022-07-25 18:11:10 +08:00
BruceChen
b0b45a74a0
Make chunk loading status to be displayed using "/move" command
2022-07-25 14:20:24 +08:00
BruceChen
af574b654e
avoid pathfind to an unloaded chunk | remove debug logs
2022-07-23 23:10:06 +08:00
Dušan Milutinović
9d3357eeee
Fixed requested changes in the review. Except: Container (TODO)
2022-06-28 13:45:23 +02:00
泠辰
f77a06e8ec
Update and improve translation. ( #1987 )
2022-04-03 01:23:26 +08:00
Рома Данилов
7e2e90b9f2
Updated Russian Language ( #1985 )
...
* Updated Russian Language
Removed bad spaces
Удалены лишние пробелы
* Update ru.ini
* Update MinecraftClient/Resources/lang/ru.ini
2022-04-02 18:28:05 +02:00
tobycm
cec770da56
Add a portion of Vietnamese translation ( #1982 )
...
* Create vi.ini
Vietnamese language translate
* Add more translation
* Add translation to README file
2022-04-01 23:18:10 +02:00
Marko von Oppen
8795aab810
Add command to disable Gravity ( #1955 )
...
Allow disabling gravity (flying) for servers that allow this.
/move gravity: show gravity handling status
/move gravity on: enable gravity handling (falling)
/move gravity off: disable gravity handling (flying)
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-03-06 19:37:27 +01:00
LesterLian
288994aeec
Chinese Translation Improvement ( #1959 )
2022-03-06 23:22:37 +08:00
goldenlib
223db4af6a
Add French translation ( #1896 )
...
Also minor imprivements to English translation
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-01-16 11:43:57 +01:00
Daenges
dd3fd3c9d2
Add "-f" to the /move command ( #1874 )
2021-12-29 22:34:40 +08:00
Daenges
381b8ea7d1
Add setrnd command ( #1846 )
...
* Add setrnd command
* Make rand private
* Add console-like argument behaviour
* Remove unused using declarations
* Add german and english translations
* Improve translation, Add notice to config README, Add check wheather arguments are provided
* Add some comments
* Remove typo
* Add %player% constant to setrnd
* Remove test variable and add comments
* Remove typo
* Reverse changes
* Remove translations
2021-12-15 18:51:16 +08:00