Minecraft-Console-Client/MinecraftClient/ChatBots
ReinforceZwei 6bbb7236e3
Add support for Minecraft 1.16.2 (#1214)
* Implement MC version 1.16.2 basic support
All packets ID update done
Tested in 1.16.2 craftbukkit server
* Implement MC 1.16.2 entity handling
New EntityPalette
* Add back protocol version checking for entity handling
Was removed during testing and forgot to add it back
* Implement inventory handling for MC 1.16+
Item ID got changed in 1.16+ so a palette is needed.
* Fix ChangeSlot command
What a joke
* Handle 1.16 new entity properties name
Convert new naming style to old style
* Revert "Handle 1.16 new entity properties name"
This reverts commit 52c7d29062.
* Update AutoAttack to use the new entity properties key
* Fix item type to ID conversion
* Sort item types by name
* Remove ZombiePigmanSpawnEgg
User ZombifiedPiglinSpawnEgg instead (new name for same item)
* Add missing 1.16.2 version strings
* Remove old ItemTypeGenerator
* Sort entity types by name
* Palette loading, instructions, NotImplemented err
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-08-17 17:08:50 +02:00
..
Alerts.cs ConsoleIO: Sync with SharpTools 2018-05-28 22:09:50 +02:00
AntiAFK.cs App refactoring almost done 2014-05-31 01:59:03 +02:00
AutoAttack.cs Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
AutoCraft.cs Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
AutoDrop.cs Add command for AutoDrop 2020-07-31 20:15:08 +02:00
AutoEat.cs Fix AutoEat crash (#1068) 2020-06-14 15:14:51 +02:00
AutoFishing.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
AutoRelog.cs Rename McTcpClient to McClient for clarity 2020-06-20 15:01:17 +02:00
AutoRespond.cs Read all files as UTF-8 (#1035) 2020-05-29 20:23:03 +02:00
ChatLog.cs Rename Result to result to be compliant. 2020-05-03 11:18:18 -05:00
HangmanGame.cs Read all files as UTF-8 (#1035) 2020-05-29 20:23:03 +02:00
Mailer.cs Use FileMonitor to synchronize Mailer bot (#1108) (v2) 2020-08-07 11:58:44 +02:00
PlayerListLogger.cs Add support for C# scripts in scripting bot 2015-06-20 22:58:18 +02:00
RemoteControl.cs Add support for C# scripts in scripting bot 2015-06-20 22:58:18 +02:00
Script.cs Read all files as UTF-8 (#1035) 2020-05-29 20:23:03 +02:00
ScriptScheduler.cs Read all files as UTF-8 (#1035) 2020-05-29 20:23:03 +02:00
TestBot.cs ScriptScheduler: Add debug messages for issue #431 2018-05-08 19:27:19 +02:00