fork of Tanner's Minecraft bot https://git.tannercollin.com/tanner/minecraft-bot
Go to file
Tanner Collin 00846538e8 Reverse order slices are found, fix bugs 2020-12-02 00:02:26 -07:00
old Move 1.15.2 code into old/ 2020-09-05 20:16:33 -06:00
protocol Grab fallen saplings, fix bugs 2020-10-15 01:37:47 -06:00
.gitignore Pull chunk data files over from Elektordi/pyCraft 2020-09-05 21:04:35 -06:00
LICENSE Initial commit 2020-05-20 15:41:01 -06:00
README.md Add readme 2020-09-10 15:33:52 -06:00
blocks.py Cache items into trapped chests 2020-12-01 00:48:02 +00:00
bot.py Cache items into trapped chests 2020-12-01 00:48:02 +00:00
data.py Cache items into trapped chests 2020-12-01 00:48:02 +00:00
download_mcdata.sh Pull chunk data files over from Elektordi/pyCraft 2020-09-05 21:04:35 -06:00
game.py Reverse order slices are found, fix bugs 2020-12-02 00:02:26 -07:00
items.py Improve finding sand by using slices 2020-12-02 05:16:46 +00:00
jobs.py Reverse order slices are found, fix bugs 2020-12-02 00:02:26 -07:00
main.py Find trees using new 3D search 2020-10-19 15:49:14 -06:00
monkey_patch.py Grab fallen saplings, fix bugs 2020-10-15 01:37:47 -06:00
path.py Improve finding sand by using slices 2020-12-02 05:16:46 +00:00
requirements.txt Freeze requirements 2020-10-23 17:47:21 -06:00
test_pycraft.py Rename test script 2020-09-06 15:37:04 -06:00
utils.py Add 3D BFS iterator 2020-10-16 02:56:11 -06:00

README.md

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