A Node.js-based Minecraft bot army using Mineflayer.
- Install dependencies:
npm install- Configure your settings in
config.json:
{
"host": "your-server-ip",
"port": 25565,
"version": "1.8.9",
"prefix": "Bot_",
"password": "your-password",
"startIndex": 1,
"totalBots": 10
}- Run the bot:
node index.js- Multiple bot connections
- Automatic registration and login
- Random bot movements and chat messages
- Credential management
- Node.js
- Minecraft server with authentication enabled