Minecraft-Console-Client/MinecraftClient/config/ChatBots
Daenges b3b9a26288
Add script for excavating cubes (#1677)
* Add MineCube.cs

* Clear unused comments and using directives

* Move the command to a chatbot class

* Set a maximum sleep time for block mining

* Add tool selection function

* Improve the block - tool detection

* Improve naming and comments

* Add missing blocktypes

* Add block-tool assertion and tool switching in hotbar

* Remove unused using declaratives and improve coordinate handling

* Move Material2Tool in the Mapping folder

* Add function to let the bot mine up to 5 blocks above its head

* Remove obsolete function to detect breakability

* Implement mineup command
Users can dig out a 2 high square manually. The client will walk through it
mining everything that is reachable above, while avoiding falling blocks and liquids.

* Refactor big parts of the code
Move the function for obtaining cubes to a seperate file.
Sort Unbreakables alphabetically.
Change the distance to wait in the mine function back to 2.

* Fix suggestions from review
Change several parts of the code according to the review
Add credits

* Convert the bot into a script file and move it to config folder
Adjust the script to be loadable with /script
Remove unnecessary code
Add public modifier to material2tool

* Add checking for lava and water for normal mining

* Remove MineCube.cs from chatbots

* Code re-format

Rename variables
Fix indentation

Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
2021-08-03 13:25:43 +08:00
..
AutoLook.cs Implement pull request #982 2020-05-01 14:02:23 +02:00
AutoTree.cs Add AutoTree ChatBot script 2020-12-05 14:26:25 +01:00
ClckRuAPI.cs Create ClckRuAPI.cs 2020-07-07 19:28:28 +02:00
CobblestoneMiner.cs Fix CobbleMiner 2020-07-29 21:49:59 +02:00
DiscordWebhook.cs Prevent errors from OnPlayerLeave() returning NULL 2021-06-02 23:11:36 +02:00
MineCube.cs Add script for excavating cubes (#1677) 2021-08-03 13:25:43 +08:00
OreMiner.cs Add OreMiner.cs 2020-09-19 12:16:15 +02:00
PayKassa.cs PayKassa bot (#1114) 2020-07-07 19:29:57 +02:00
QIWIAPI.cs Add QIWI OnDonation Optional ChatBot Script (#1360) 2020-12-06 13:07:32 +01:00
SugarCaneMiner.cs Update SugarCaneMiner.cs (#1156) 2020-07-29 21:52:15 +02:00
TreeFarmer.cs TreeFarmer: Change sapling direction to up (#1537) 2021-04-11 22:53:53 +08:00
VkMessager.cs Update VkMessager add Example (#1354) 2020-12-05 14:34:33 +01:00