based on mineflayer's api right now (0.0.19), and the existence of mineflayer-navigate, helper bot should be able to resurrect:
- chat commands
- navigator 3d
- task manager
- aliases
- chat printer
- connection notice
- console
- death notice
commands = { | |
'dig': { | |
handlers: [ | |
{ | |
handler: someFunction, | |
minArgs: 0, | |
maxArgs: Infinity, | |
}, | |
{ | |
handler: anotherFunction, |
based on mineflayer's api right now (0.0.19), and the existence of mineflayer-navigate, helper bot should be able to resurrect: