Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbaras authored Aug 25, 2023
1 parent 692091f commit 2f18940
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# minecraft-bot

A Minecraft bot implementation for vanilla access
A Minecraft bot implementation for vanilla access

### Run it using docker:

```bash
docker container run -d --restart always \
-e HOST="my.minecraftserver.com" \
-e PORT=25565 \
-e USERNAME="ign" \
-e PASSWORD="my-password" \
-e AUTH="mojang" \
-e VERSION="1.12" \
prototechmc/minecraft-bot
```

0 comments on commit 2f18940

Please sign in to comment.