Skip to content

A minecraft bot using node-minecraft-protocol library.

License

Notifications You must be signed in to change notification settings

arantesxyz/MineBotProtocol

Repository files navigation

MineBotProtocol

Simple Minecraft client bot. I normally use this for keeping my farms running AFK during the night.

Usage

With env file:

docker run -d --name minebot \
--env-file /path/to/env \ # Replace with your env file. Check the example in .env.example \
ghcr.io/arantesxyz/minebotprotocol/minebotprotocol:latest

With command line env variables:

docker run -d --name minebot \
-e BOT_NAME=John \ # Put your email instead for online-mode=true
-e BOT_PASS=123456 \ # Remove this line if online-mode=false
-e SERVER_HOST=localhost \
-e SERVER_PORT=25565 \
ghcr.io/arantesxyz/minebotprotocol/minebotprotocol:latest

TODO

  • Create multiplataform docker builds (focus on ARM)
  • Create kubernetes deployment

About

A minecraft bot using node-minecraft-protocol library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published