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
Cubik
c0f128f632
Add Chinese Localization ( #1651 )
...
* Update README-zh-Hans.md
* Create zh.ini
* Translate [mcc]
* Update zh.ini
* Update zh.ini
* Update zh.ini
* Update zh.ini
Basically localized comments and text
* Update zh.ini
Some translation and format errors have been corrected
* Update zh.ini
Fixed word order problem
* Update zh.ini
Fixed all problems
* Rename zh.ini to zh-CHS.ini
* Fix wrong translations and add missing translations
Co-authored-by: WUTONK <wjt474696120@gmail.com>
2021-06-24 09:30:13 +08:00
ReinforceZwei
4577deee61
Create Russian translation file ( #1635 )
...
Translated by @iwixw
2021-06-16 21:06:03 +08:00
ORelio
b9935ab8fa
AutoRespond: Support for per-match cooldown ( #593 )
...
Prevent a match from triggering too often using a cooldown
By default, matches do not have a cooldown (it's opt-in)
Also add translation support and more debug messages
2021-05-22 15:27:28 +02:00
ORelio
172e25fef0
Parse settings from the command line ( #1578 )
...
Allow specifying any setting as --setting=value
Sections other than main: --section.setting=value
Previous positional arguments are still supported
Update user manual with quick usage and examples
2021-05-20 21:40:57 +02:00
ORelio
9af9fe78ee
Realms: Allow direct server ID, handle invalid ID ( #1533 )
2021-05-20 19:09:41 +02:00
ORelio
83521d7cca
Inventory creativedelete: German translation ( #1592 )
...
* Add lines to translate in de.ini following #1590
* Apply suggestions from code review
Translation from @Daenges and @cyb3rko
Co-authored-by: Daenges <57369924+Daenges@users.noreply.github.com>
Co-authored-by: Niko Diamadis <niko@cyb3rko.de>
2021-05-16 18:50:11 +02:00
ORelio
64123a26a5
Add /inventory creativedelete ( #1590 )
2021-05-15 20:11:07 +02:00
ReinforceZwei
7723ed57ea
Update de.ini ( #1584 )
2021-05-12 12:41:49 +08:00
ReinforceZwei
1cd7c098c3
Add command for dropping items from inventory ( #1581 )
...
* Add command for dropping items from inventory
* Allow other container to be used
2021-05-10 20:27:18 +02:00
ReinforceZwei
92eb4e1457
Update de.ini ( #1539 )
2021-04-15 22:32:41 +08:00
LesterLian
621e5e2200
Implement Realms support ( #1533 )
...
Resolve #51
* Realms: update to new API; fix HTTP Get
* Realms: suggested changes
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
* Realms: suggested changes
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
* Add negative number support for JSON parser
* Nice print realms worlds result
* Option to join Realms world with world ID
* Suggested changes
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
* Failure handle
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
* world id paired with index
* fix text
* Clean up the code a bit
* Add setting for displaying Realms worlds
* Rename Realms worlds setting
* Put messages into translation file
Co-authored-by: Zizhen Lian <zizhlian@umd.edu>
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
2021-04-12 19:46:33 +08:00
Daenges
b83fc2c9b9
Add German language support ( #1526 )
...
Translated by Daenges and cyb3rko
Co-authored-by: Niko Diamadis <niko@cyb3rko.de>
2021-04-09 21:29:55 +02:00
ReinforceZwei
53e2413204
Add setting for overriding attack speed for autoattack ( #1512 )
...
* Add setting for overriding attack speed for autoattack
* Change cooldown value type to float
* Fix minor grammar issue
2021-03-28 19:26:38 +08:00
ReinforceZwei
71eb1dca17
Implement browser sign-in method ( #1447 )
...
* Implement browser sign-in method
* Handle empty link
* Improve
* Handle user cancel login
2021-02-06 09:29:14 +08:00
ReinforceZwei
d19764869c
Fix player inventory being deleted by server ( #1430 )
...
* Fix auto drop crash
* Fix player inventory being deleted by server
2021-01-31 08:25:04 +08:00