.copier-answers.yml
.coveragerc
.dockerignore
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
run-tests.sh
todo.md
video.md
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
blocks/gate.json
blocks/ground.json
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/explanations/coordinates.rst
docs/explanations/decisions.md
docs/explanations/docs-structure.rst
docs/explanations/mcee.rst
docs/explanations/mcipc.rst
docs/explanations/scope.rst
docs/explanations/server-config.rst
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/how-to/backup.rst
docs/how-to/completion.rst
docs/how-to/contribute.md
docs/how-to/coordinates.rst
docs/how-to/extensions.rst
docs/how-to/run-container.md
docs/how-to/startup.rst
docs/how-to/troubleshooting.rst
docs/how-to/wsl2.rst
docs/images/castle.png
docs/images/compass.png
docs/images/coords.excalidraw.png
docs/images/dls-logo.svg
docs/images/golem.png
docs/images/launcher.png
docs/images/logo.png
docs/images/pagoda.png
docs/images/portal.png
docs/images/prompt.excalidraw.png
docs/images/pylance.png
docs/images/remote_ubuntu.excalidraw.png
docs/images/remote_wsl2.excalidraw.png
docs/images/server_address.png
docs/images/split_term.png
docs/images/table_json.png
docs/images/terminals.png
docs/images/trust.png
docs/images/typewriter.jpg
docs/images/vscode_hello.excalidraw.png
docs/reference/api.md
docs/reference/demo.rst
docs/tutorials/00-prereq.rst
docs/tutorials/01-setup.rst
docs/tutorials/02-orientation.rst
docs/tutorials/03-variables.rst
docs/tutorials/04-loops.rst
docs/tutorials/05-functions.rst
docs/tutorials/05a-modules.rst
docs/tutorials/06-if-then.rst
docs/tutorials/07-lists.rst
docs/tutorials/08-classes.rst
docs/tutorials/09-dictionaries.rst
docs/tutorials/10-threading.rst
docs/tutorials/11-switches.rst
docs/tutorials/12-signs.rst
docs/tutorials/13-structures.rst
docs/tutorials/installation.md
src/demo/__init__.py
src/demo/arrows.py
src/demo/background.py
src/demo/bat.py
src/demo/clear.py
src/demo/example2player.py
src/demo/follow.py
src/demo/gate.py
src/demo/gateway.py
src/demo/house.py
src/demo/pagoda.py
src/demo/shapes.py
src/demo/snowball.py
src/demo/village.py
src/demo/walls.py
src/mciwb/__init__.py
src/mciwb/__main__.py
src/mciwb/_version.py
src/mciwb/backup.py
src/mciwb/copier.py
src/mciwb/imports.py
src/mciwb/iwb.py
src/mciwb/logging.py
src/mciwb/monitor.py
src/mciwb/nbt.py
src/mciwb/player.py
src/mciwb/server.py
src/mciwb/signs.py
src/mciwb/switch.py
src/mciwb/threads.py
src/mciwb/utils.py
src/mciwb/wall.py
src/mciwb_manu.egg-info/PKG-INFO
src/mciwb_manu.egg-info/SOURCES.txt
src/mciwb_manu.egg-info/dependency_links.txt
src/mciwb_manu.egg-info/entry_points.txt
src/mciwb_manu.egg-info/requires.txt
src/mciwb_manu.egg-info/scm_file_list.json
src/mciwb_manu.egg-info/scm_version.json
src/mciwb_manu.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/cube.py
tests/mockclient.py
tests/mockplayer.py
tests/test_cli.py
tests/test_system/__init__.py
tests/test_system/test_cli.py
tests/test_system/test_copy.py
tests/test_system/test_poly.py
tests/test_system/test_world.py
tests/test_unit/__init__.py
tests/test_unit/test_cli.py
tests/test_unit/test_copier.py
tests/test_unit/test_monitor.py
tests/test_unit/test_player.py