Minecraft-Console-Client/MinecraftClient/config/ChatBots
Daenges aa1f54d0d8
Rework of MineCube.cs and further improvements to CalculatePath() (#2014)
* Add function to determine if the client is executing a walking process
* Add comments
* Remove test bot entry
* Add funtion to approach a block as close as possible
* Add funtion to approach a block as close as possible
* Add funtion to approach a block as close as possible
* Add comment to function in McClient.cs
* Improve concurrency and reduce potential calculation power
* Apply code suggestions
* Apply code suggestions
* Improve CalculatePath() function to allow approaching
* Fix typo in MinecraftClient/ChatBot.cs
* Add comments to Chatbot fucntion
* Add break to for loop to exit quicker
* Allow to give a maxOffset to the goal
* Comment the sample bot again.
* Add parameter for calculation timeout
* Remove TestBot again
* Implement timeout in Chatbot class
* Remove test commands
* Update comment in Chatbot.cs
* Set timeout to default 5 sec
* Change order of parameters back
* Add suggested improvements
* Move task and fix missing methods in .NET 4.0
* Create switch for tool handling
* Remove unused function
* Improve movement
* Improve performance of CalculatePath()

 - Replace Hashset OpenSet with a Binary Heap
  - Temporary remove maxOffset / minOffset features
 - Round start location for easier calculation
 - Add 0.5 to each location in reconstruct path to avoid getting stuck
    on edges

* Add diagonal movement
* Remove direct block movement
- causes kick for invalid packet movement if moving on the block you are
  currently standing on

* Floor start in A* and improve diagonal walking check
* Add helperfunctions to McClient.cs
* Prevent client from falling into danger
* Add comment to function and remove dependencies
* Add comments
* Remove debug settings

Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-08-15 18:26:40 +02: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 Rework of MineCube.cs and further improvements to CalculatePath() (#2014) 2022-08-15 18:26:40 +02: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
SugarCaneFarmer.cs Automatic sugar cane farming (#1882) 2022-01-04 22:34:09 +08: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