Go to file
jay b970231519 feat: add mover plugin
General purpose mover / goto plugin.
Replaces the old solver based `comehere` in miner.js.
Instead, directly based on mineflayer bot apis and pathfinder.
This makes it simpler and easier to debug.
While less general, pathfinder is sophisticated enough for most cases.

For anything that needs moving from point A to point B.
Such as:
- following
- go to a location

Not in scope: locations and places. Would be a separate plugin.
2020-12-22 15:38:45 +05:00
2020-12-21 21:08:38 +05:00
2020-12-22 15:38:45 +05:00
2020-12-21 21:08:38 +05:00
2020-12-21 21:08:38 +05:00
Description
A high-level, general purpose and modular minecraft bot using hot re-loadable (without restarting the bot!) plugins. Batteries included, launch to run!
163 KiB
Languages
JavaScript 100%