A graphical interface for launching multiple Minecraft bots (mineflayer) directly to a server IP/domain.
- Auto-registration using
/register password passwordwith configurable delay - Auto chat system:
- Custom message text
- Configurable message interval
- Option to add
/gbefore messages - Option to add
!before message text - Flexible delays between login →
/register→/g→ first message
- Node.js 18+ (recommended)
git clone https://github.com/zhrom/minecraft-Bots
cd Minecraft-Bots
npm installIf Electron is not installed:
npm install electron --save-devnpm startThe MC Bots Controller window will open.
Fill in:
- Server IP/domain and port
- Minecraft version (or leave empty for auto-detect)
- Number of bots and connection interval
- Message text and message interval
/register,/g, and!options- All delay settings:
- Delay before
/register - Delay after
/register - Delay before first message
- Delay between
/gand message text - Delay before reconnect
- Delay before
Click "Start Bots" to launch bots.
Click "Stop All Bots" to fully stop them.
node bot.jsThe script will ask for configuration in the console:
- IP
- Port
- Number of bots
- Delays
- Other settings
It can also save configuration templates to templates.json.