Skip to content

Kyrixen/HunterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi! Kyrixen here! The description below is AI generated (ChatGPT)! Thanks for choosing this project!

HunterBot 🏹

HunterBot Banner Node.js License

HunterBot is a Minecraft Manhunt bot inspired by popular YouTube gameplay videos.
It automates hunting strategies, pathfinding, and combat using Mineflayer and its plugins.


Features ✨

  • 🏃 Automated movement & pathfinding (mineflayer-pathfinder)
  • 🛡️ Automatic armor management (mineflayer-armor-manager)
  • ⚔️ PvP combat AI (mineflayer-pvp)
  • 💬 Basic chat interactions
  • Compatible with Minecraft Java Edition 1.9–1.21.8

Installation 💻

1. Clone the Repository

git clone https://github.com/username/HunterBot.git
cd HunterBot

2. Install Dependencies

npm install

3. Start the Bot

node index.js

LAN Setup 🌐

To run the bot on a local LAN server:

  1. Open your Minecraft world.

  2. Press EscOpen to LAN.

  3. Set:

    • Game Mode: Survival
    • Allow Commands: ON
    • Port: 2500
  4. Start the bot (node index.js) and it will connect automatically.


Plugins Used 🔌

Plugin Purpose
mineflayer Core bot framework
mineflayer-armor-manager Auto equip armor
mineflayer-pathfinder Navigation & pathfinding
mineflayer-pvp PvP combat logic

Contributing

Contributions are welcome! You can:

  • Report issues
  • Suggest new features
  • Submit pull requests

Please follow standard GitHub contribution guidelines.


License 📄

This project is licensed under the MIT License. See the LICENSE file for details.


Made with ❤️ for Minecraft fans and content creators.

Contributors