{"id":28295208,"url":"https://github.com/catalyst-42/mineflyaer-digger-bot","last_synced_at":"2025-10-14T16:05:31.036Z","repository":{"id":53820889,"uuid":"374055926","full_name":"Catalyst-42/mineflyaer-digger-bot","owner":"Catalyst-42","description":"A Minecraft and Mineflayer bot capable of digging a rib-shaped shaft","archived":false,"fork":false,"pushed_at":"2022-11-13T21:51:56.000Z","size":58,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-14T08:38:39.966Z","etag":null,"topics":["bot","minecraft","mineflayer"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Catalyst-42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-05T08:00:47.000Z","updated_at":"2024-12-31T19:54:51.000Z","dependencies_parsed_at":"2023-01-21T18:45:13.725Z","dependency_job_id":null,"html_url":"https://github.com/Catalyst-42/mineflyaer-digger-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Catalyst-42/mineflyaer-digger-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catalyst-42%2Fmineflyaer-digger-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catalyst-42%2Fmineflyaer-digger-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catalyst-42%2Fmineflyaer-digger-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catalyst-42%2Fmineflyaer-digger-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Catalyst-42","download_url":"https://codeload.github.com/Catalyst-42/mineflyaer-digger-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Catalyst-42%2Fmineflyaer-digger-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019554,"owners_count":26086750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","minecraft","mineflayer"],"created_at":"2025-05-22T12:17:38.559Z","updated_at":"2025-10-14T16:05:31.030Z","avatar_url":"https://github.com/Catalyst-42.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mineflyaer-digger-bot  \n  \n| 🇺🇸 [English](./README.md) | 🇷🇺 [Russian](./README_RU.md)|\n|-------------------------|----------------------------|  \n  \n## Preparing  \nTo work, install `node.js` from the official [website](https://nodejs.org/en/), then, `in the bot folder`, write the following commands in the console  \n\n`npm install`\n\nor\n\n`npm init`  \n`npm install mineflayer`  \n`npm install mineflayer-pathfinder`  \n`npm install mineflayer-auto-eat`  \n`npm install mineflayer-tool`  \n    \nTo start the bot  \nnode --unhandled-rejections=none \\\u003cfile name\u003e \\\u003chost\u003e \\\u003cport\u003e \\[bot name] \\[password]  \nExample: `node --unhandled-rejections=none index.js localhost 23523 Catalyst`  \n    \nIf you do everything correctly, the bot will appear on the server  \n\n### Base Arrangement  \nTo get started, you will need to create a bot base, placing there the chests according to the plan  \n  \n```\ntop view\n\n. . b . . |   \u003e Z- \u003e | s h i f t  \n# . . . # | ^        | w  \n# c . c # | X-       | a  \n# c . c # | ^        | y  \n  ^   ^              b - bot's sethome x/z\n  ^   - chest        . - block\n  ^ - - trap chest   # - wall\n```  \n  \nIn the chest trap put diamond picks, shovels, torches and steaks, then set the base of the bot by `sethome`, the house point will be set where the bot itself stands. After set the number of lines to dig command `setlimit \u003climit\u003e` and to run the bot give the command `prepare`.  \n  \nGuide (ru) (https://youtu.be/qK-4PuNM7mI)\n\n## Chat commands:\n  \n### Inventory  \nlist --\u003e display the contents of the inventory in the console    \n  \n### Digging  \ncleardigged --\u003e resets the number of lines dug  \ndig --\u003e start bot digging  \nstop --\u003e call pause for digging  \n  \n### Positioning  \ncome --\u003e call the bot to you  \nsethome --\u003e set bot's base / warehouse coordinates  \nsetlimit \u003climit\u003e --\u003e sets parallel tunnel limit  \n\n### Dig settings  \nsway \u003c-/+\u003e --\u003e X axis, change of digging direction  \nshift \u003c-/+\u003e --\u003e Z axis, change tunnel shift direction  \n\n### Date  \nstate --\u003e show bot's state  \nsave --\u003e save parameters  \nexit --\u003e exit with save   \n  \n### Debugging  \nprepare --\u003e preparation for digging, the bot will come to the place of the line it should dig [debug]  \nlava --\u003e force check on nearby lava / water / air [debug]  \nhome --\u003e send bot home [debug]  \nchest --\u003e put extra stuff in chest, get new stuff [debug]  \n  \nbot-data.txt save view:  \n```\n35 // lines dug  \n40 // maximum number of lines  \n-737.5 // home X  \n8 //home Y  \n-68.5 //home Z  \n1 // sway  \n1 // shift  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst-42%2Fmineflyaer-digger-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalyst-42%2Fmineflyaer-digger-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst-42%2Fmineflyaer-digger-bot/lists"}