Go to file
2020-12-15 22:36:26 +00:00
protocol Handle player teleport packet 2020-12-14 04:27:06 +00:00
.gitignore Rename data module to mcdata 2020-12-14 05:40:17 +00:00
blocks.py Add a job for farming nether wart 2020-12-14 06:21:50 +00:00
bot.py Rename data module to mcdata 2020-12-14 05:40:17 +00:00
download_mcdata.sh Rename data module to mcdata 2020-12-14 05:40:17 +00:00
game.py Replant the same tree that was chopped 2020-12-15 22:36:03 +00:00
items.py Replant the same tree that was chopped 2020-12-15 22:36:03 +00:00
jobs.py Replant the same tree that was chopped 2020-12-15 22:36:03 +00:00
LICENSE Initial commit 2020-05-20 15:41:01 -06:00
main.py Track player positions and add !here 2020-12-13 11:38:30 +00:00
mcdata.py Rename data module to mcdata 2020-12-14 05:40:17 +00:00
mobs.py Rename data module to mcdata 2020-12-14 05:40:17 +00:00
monkey_patch.py Handle player teleport packet 2020-12-14 04:27:06 +00:00
path.py Improve finding sand by using slices 2020-12-02 05:16:46 +00:00
README.md Add readme 2020-09-10 15:33:52 -06:00
requirements.txt Handle player teleport packet 2020-12-14 04:27:06 +00:00
test_pycraft.py Rename test script 2020-09-06 15:37:04 -06:00
utils.py Rename data module to mcdata 2020-12-14 05:40:17 +00:00

Minecraft Bot

Setup

Assuming Debian / Ubuntu based distro:

$ sudo apt update
$ sudo apt install build-essential python3 python3-dev python3-pip python-virtualenv python3-virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip install -r requirements.txt

Always make sure the virtual environment is running (env).

Running

(env) $ USERNAME=you@domain.com PASSWORD=supersecret SERVER=example.com python main.py