Minecraft-Console-Client/MinecraftClient/ChatBots
ReinforceZwei 7e20e409a8
Add support for creating replay mod capture files (#1246)
* Add test replay handler
* Fix incorrect built raw packet
* Fix incorrect built raw packet
* Add filter
* Add not working zip lib
* Add dotNetZip lib and complete basic function
* Update ReplayHandler.cs
* Complete Replay handler
Without client player handling
* Complete replay mod
- New ChatBot OnNetworkPacket event
* Add auto-backup and command for Replay Mod
* Add ReplayMod description to readme
* Small naming changes, fix compile error on .NET4.0
* ReplayHandler slight optimizations
Use Path.Combine to automatically use Windows '\' or Linux '/'
Move re-usable common parts outside the Replay handler
Small optimizations in building JSON strings
Co-authored-by: ORelio <oreliogitantispam.l0gin@spamgourmet.com>
2020-09-06 21:51:42 +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 Fix AutoAttack variable name 2020-08-20 13:28:40 +02:00
AutoCraft.cs Add support for Minecraft 1.16.2 (#1214) 2020-08-17 17:08:50 +02:00
AutoDrop.cs Fix AutoDrop being loaded when inventory handling is disabled 2020-08-17 18:13:01 +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
ReplayCapture.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +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