lukleh / TwistedBot

bot and proxy for Minecraft
Other
24 stars 9 forks source link

Bot/Proxy for Minecraft

Twitter @lukleh

Technical info

Bot

Features

Usage

By default connects to localhost

pypy bot.py 

Possible flags

pypy bot.py -h

In game commands

type "help" in chat to see available commands, then use "help command" for details.

If your username (commander) is set, then you can use chat to send commands to bot.

Sign waypoints

Use signs as a waypoints. When you want the sign to be part of waypoints that bot can travel between do the following, all without quotes:

Proxy

Usage

To run with defaults, server is localhost:25565 and proxy is listening on localhost:25566. Then connect your client to localhost:25566.

pypy proxy.py

When you close proxy, it prints packet statistics before exit.

Possible flags

pypy proxy.py -h

To make your own filter, look in twistedbot.proxy_processors.default for an example.