Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Bot Army

A Node.js-based Minecraft bot army using Mineflayer.

Setup

  1. Install dependencies:
npm install
  1. 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
}
  1. Run the bot:
node index.js

Features

  • Multiple bot connections
  • Automatic registration and login
  • Random bot movements and chat messages
  • Credential management

Requirements

  • Node.js
  • Minecraft server with authentication enabled

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages