the-lodestone-project / Beehive

An free and fully open source alternative for paid Minecraft bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Beehive

πŸ€– An free and fully open source alternative for paid minecraft bots.

Node version Python javascript Hungarian

About β€’ Features β€’ Install

About πŸ“¬

Project Beehive is an open source Minecraft bot with a goal to provide players access to helpful gameplay features at no cost. Developed with a clean user interface, Project Beehive offers various plugins and options similar to paid alternatives out there. The project is completely free, open source, and welcoming to contributions from the Minecraft community. Check the wiki for information on plugins, setup guides, contributing, and more. We aim to provide Minecraft players with an easy-to-use bot to enhance their gameplay experience without needing to pay. Feel free to open issues for bugs, suggestions, or questions!

Freature and Plugins πŸ•Ή

Plugin Description Available
Defender Follows and attacks nearby players No
Shield Aura Follows and protects owner No
Schematic Builder Builds structures from schematics Yes
Raid Alerts Sends alerts on explosions and mob spawns No
Area Miner Mines designated areas No
Hypixel Auto Crafting Automates Hypixel crafting tasks No
Chat Spy Views the bot's chat Yes
Sugar Cane Farmer Harvests and stores sugar cane Coming soon
Ore Miner Mines ores using X-ray Coming soon
Cactus Farm Builder Builds cactus farms Yes
Auto AFK Automates farming tasks Coming soon
Container Viewer Checks bots' inventories Coming soon
Chat to Discord Forwards chat to Discord Yes
Knockback Simulates knockback physics Yes
Chatbot Responds to chat commands Yes
Captcha Breaker Solves in-game captchas No
Sand Printer Places sand blocks No
Wander Moves bots randomly Yes
Farm Builder Builds sugar cane farms No
Auto Fisher Gets max fishing level No
Ban Checker Checks if accounts are banned No
Auto Eater Eats when hungry or damaged Yes
Crop Farmer Farms crops Coming soon
Inventory Manager Manages bot inventories No
Mob Aura Attacks nearby mobs No
Netherwart Farmer Farms nether wart No
Tree Farmer Farms trees No
GUI Captcha Breaker Solves GUI captchas No
No Fall Prevents fall damage Yes
Killaura Attacks nearby players Coming soon
Tunneler Digs tunnels and mines ore No
Anti-Captcha Solves chat captchas No
Auto Armor Equips best armor automatically Coming soon
Chat to Discord Forwards chat to Discord Yes
Anti-Cheat Compliance Bypasses anti-cheat plugins No
Container Navigator Navigates container GUIs No

How To Install πŸ“₯

Docker 🐳 (Not recommended at the moment)

Using Docker at the moment is not recommended as it may be slower updated than the python version below.

If you have Docker installed, you can easily get Project Beehive up and running. Follow the steps below:

  1. Open your terminal.
  2. Pull the Docker image from the Docker Hub using the following command:
docker pull ghcr.io/the-lodestone-project/beehive:latest

After pulling the image, run the Docker container with the following command:

docker run -p 8000:8000 ghcr.io/the-lodestone-project/beehive:latest

This command will start Project Beehive and map it to port 8000 on your local machine.

Open your web browser and navigate to http://localhost:8000 to access the bot. Please note that Docker must be installed and running on your machine to execute these steps. If you don't have Docker installed, you can download it from here.

Python 🐍

If you dont have Docker installed, you can easily get Project Beehive up and running using python. Follow the steps below:

  1. Open your terminal.
  2. Clone the latest version of this repository using the following command:
git clone https://github.com/the-lodestone-project/Beehive.git
  1. Move to the new directory:
cd Beehive
  1. Install all the dependencies using following command:
pip install -r requirements.txt

After cloning the repository and installing all the dependencies, run the python script with the following command:

python main.py

This command will start Project Beehive and map it to port 8000 on your local machine.

Open your web browser and navigate to http://localhost:8000 to access the bot. Please note that Python and pip must be installed and running on your machine to execute these steps. If you don't have python and pip installed, you can download it from here.

images:

alt text

About

An free and fully open source alternative for paid Minecraft bots

License:MIT License


Languages

Language:Python 97.2%Language:Dockerfile 2.6%Language:Shell 0.2%