mcBot-cli is a lightweight command line tool for creating mineflayer clients (Minecraft client without any Monjang code) used for stress/-testing
run mcbot-cli -h <Sevrer ip> --name <name>
to create a offline bot
use mcbot-cli -h <Sevrer ip> -e <email> -p <password>
to run the bot on a online server
add -m <yourusername>
to set the master so that bot online executes your commands
use --prefix <prefix>
to set a command prefix (Default: "!")
if your type come
in the chat, the bot will come to your location
if your use follow
the bot will follow your around
- install node 16 for your operating system
- clone the repo
git clone https://github.com/NeverStopGaming/mcBot-cli.git
- navigate in to the repo
cd mcBot-cli
- run
npm install
oryarn install
to install the dependency - type
npm run build
oryarn build
to finaly install the cli
- docker support
- multi instances
- add more minecraft versions
- overview ui
- command pefix
- add more commands