Small modular utility bot that I made in my free time. Includes commands from my old farming bot (now private). For any questions, feel free to shoot me a DM on Discord @Jovan04.
- download/clone the repository
- edit the
config.jsonfile to include your account username or email address, authentication mode ("offline"or"microsoft"), and server info to connect to - run the script from any terminal; your bot will automatically join the game (you may have to authenticate through a web browser)
- to control the bot, use the readline interface of your terminal; chat-based controlling coming soon (with regex!)
- experience with the mineflayer library is required.
- create a copy of the
command-template.jsfile and rename it to whatever you want the name of your command to be. - fill in the function body with whatever you want the bot to do. the pathfinder plugin is already loaded for the bot. other mineflayer plugins will need to be added in the
main.jsfile.