.travis.yml
AUTHORS
CONTRIBUTING.rst
LEGAL.md
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
setup.cfg
setup.py
tox.ini
examples/basic/README.md
examples/basic/__init__.py
examples/basic/example.py
examples/basic/example_plugin.py
spockbot/__init__.py
spockbot/vector.py
spockbot.egg-info/PKG-INFO
spockbot.egg-info/SOURCES.txt
spockbot.egg-info/dependency_links.txt
spockbot.egg-info/requires.txt
spockbot.egg-info/top_level.txt
spockbot/mcdata/__init__.py
spockbot/mcdata/biomes.py
spockbot/mcdata/blocks.py
spockbot/mcdata/constants.py
spockbot/mcdata/items.py
spockbot/mcdata/materials.py
spockbot/mcdata/recipes.py
spockbot/mcdata/utils.py
spockbot/mcdata/windows.py
spockbot/mcp/__init__.py
spockbot/mcp/bbuff.py
spockbot/mcp/datautils.py
spockbot/mcp/extensions.py
spockbot/mcp/mcpacket.py
spockbot/mcp/nbt.py
spockbot/mcp/proto.py
spockbot/mcp/yggdrasil.py
spockbot/plugins/__init__.py
spockbot/plugins/base.py
spockbot/plugins/loader.py
spockbot/plugins/core/__init__.py
spockbot/plugins/core/auth.py
spockbot/plugins/core/event.py
spockbot/plugins/core/net.py
spockbot/plugins/core/select.py
spockbot/plugins/core/settings.py
spockbot/plugins/core/taskmanager.py
spockbot/plugins/core/ticker.py
spockbot/plugins/core/timers.py
spockbot/plugins/helpers/__init__.py
spockbot/plugins/helpers/auxiliary.py
spockbot/plugins/helpers/channels.py
spockbot/plugins/helpers/chat.py
spockbot/plugins/helpers/clientinfo.py
spockbot/plugins/helpers/craft.py
spockbot/plugins/helpers/entities.py
spockbot/plugins/helpers/interact.py
spockbot/plugins/helpers/inventory.py
spockbot/plugins/helpers/movement.py
spockbot/plugins/helpers/pathfinding.py
spockbot/plugins/helpers/physics.py
spockbot/plugins/helpers/start.py
spockbot/plugins/helpers/world.py
spockbot/plugins/tools/__init__.py
spockbot/plugins/tools/collision.py
spockbot/plugins/tools/event.py
spockbot/plugins/tools/inventory_async.py
spockbot/plugins/tools/smpmap.py
spockbot/plugins/tools/task.py
tests/__init__.py
tests/test_vector.py
tests/mcp/__init__.py
tests/mcp/test_datautils.py
tests/mcp/test_yggdrasil.py
tests/plugins/__init__.py
tests/plugins/test_base.py
tests/plugins/core/__init__.py
tests/plugins/core/test_auth.py
tests/plugins/core/test_taskmanager.py
tests/plugins/helpers/__init__.py
tests/plugins/helpers/test_chat.py
tests/plugins/helpers/test_interact.py