{"id":19144756,"url":"https://github.com/ynfuien/mineflayerchatbot","last_synced_at":"2025-05-07T01:13:15.702Z","repository":{"id":187894552,"uuid":"435966303","full_name":"Ynfuien/MineflayerChatBot","owner":"Ynfuien","description":"Chat bot for Minecraft servers","archived":false,"fork":false,"pushed_at":"2024-06-05T12:19:32.000Z","size":13104,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T17:16:53.454Z","etag":null,"topics":["bot","chatbot","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ynfuien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-07T17:15:19.000Z","updated_at":"2024-11-15T15:46:37.000Z","dependencies_parsed_at":"2024-06-05T14:05:17.091Z","dependency_job_id":null,"html_url":"https://github.com/Ynfuien/MineflayerChatBot","commit_stats":null,"previous_names":["ynfuien/ynfubot"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ynfuien%2FMineflayerChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ynfuien%2FMineflayerChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ynfuien%2FMineflayerChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ynfuien%2FMineflayerChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ynfuien","download_url":"https://codeload.github.com/Ynfuien/MineflayerChatBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793656,"owners_count":21805058,"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","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","chatbot","minecraft","mineflayer"],"created_at":"2024-11-09T07:36:22.482Z","updated_at":"2025-05-07T01:13:15.682Z","avatar_url":"https://github.com/Ynfuien.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Discord](https://img.shields.io/discord/1236019317208776786?style=flat\u0026logo=discord\u0026label=Discord\u0026color=%235d6af2\n)](https://discord.gg/kZJhKZ48j8)\n\n# MCB - Mineflayer Chat Bot\nMinecraft bot written in Javascript using [NodeJs](https://nodejs.org) and [Mineflayer](https://www.npmjs.com/package/mineflayer). It was created mainly to help with server and plugin development, since it often requires another player in the game. It's mostly of use when dealing with the chat stuff (who would have thought), and other things requiring a non moving puppet. Also, well, it could be great just as an AFK bot.\n\n**! Using bot on public servers will probably get you banned. You have been warned !**\n\n\n# Description\n### Features:\n- Connecting to Minecraft servers (I know, WOW)\n- Support for 1.20 - 1.20.4\n- Bot commands\n  - Stopping, starting and restarting bot\n  - Editing config on runtime\n  - Left and right clicking inventory slots\n  - Switching and using hotbar slots\n- Ignoring chat messages by RegEx patterns\n- Chat logs in SQLite3 database\n- Ability to execute commands on join\n- Auto rejoin function with custom timeout\n- Online panel with\n  - vanilla look\n  - chat - supporting hover \u003csup\u003e[1]\u003c/sup\u003e, click and insertion events\n  - commands - with tab completions and history (arrow up)\n  - tab list\n  - scoreboard (sidebar)\n  - action bar\n  - map viewer (filled map item)\n  - and without mobile (phone) support\n\n\u003csup\u003e1.\u003c/sup\u003e Full support for `show_text` action, but partial support for `show_entity` and `show_item` actions.\n\n### How to install\n1. Download and install [NodeJs](https://nodejs.org), if you don't have it\n2. Download source code or clone the git repository\n3. If needed, unpack the archive\n4. Run `npm install` in a console in the project directory\n5. Copy `config.default.yml`, rename it to `config.yml` and edit for your preferences\n6. Run `start.bat` and enjoy\n\nOnline panel by default should be at http://localhost:3000\n\n\n# Media\n### Overall look\n![Overall](https://i.imgur.com/XXnRPJP.gif)\n\n### Big tab list on a random server\n![Tab list](https://i.imgur.com/ydbsz75.png)\n\n### Tab completions\n![Tab completions](https://i.imgur.com/5QeWgfU.gif)\n\n### Map viewer\n![Map viewer](https://i.imgur.com/2HA4hXS.png)\n\n\n### Used projects/assets:\n- [ascii-table](https://www.npmjs.com/package/ascii-table)\n- [better-sqlite3](https://www.npmjs.com/package/better-sqlite3)\n- [chalk](https://www.npmjs.com/package/chalk)\n- [express](https://www.npmjs.com/package/express)\n- [js-yaml](https://www.npmjs.com/package/js-yaml)\n- [mineflayer](https://www.npmjs.com/package/mineflayer)\n- [mojangson](https://www.npmjs.com/package/mojangson)\n- [nodemon](https://www.npmjs.com/package/nodemon)\n- [prismarine-chat](https://www.npmjs.com/package/prismarine-chat)\n- [socket.io](https://www.npmjs.com/package/socket.io)\n- [yawn-yaml](https://www.npmjs.com/package/yawn-yaml)\n- [interact.js](https://interactjs.io)\n- [minecraft-font-extractor](https://github.com/Ynfuien/minecraft-font-extractor)\n- [GNU Unifont](https://unifoundry.com/unifont/index.html)\n- [Font Awesome](https://fontawesome.com)\n\n\n# License\nThis project uses [GNU GPLv3](https://github.com/Ynfuien/MineflayerChatBot/blob/main/LICENSE) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynfuien%2Fmineflayerchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynfuien%2Fmineflayerchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynfuien%2Fmineflayerchatbot/lists"}