This project is inspired by this page about Minecraft world boundaries.
To use this project you need to install a Minecraft server. Here is a tutorial about installing a Minecraft server on Mac.
Git clone the project. Then setup a virtualenv with Python3.
- Start the Minecraft server.
- Launch Minecraft in multiplayer mode.
- Select the local server created.
Then in another terminal run:
(env)$ python main.py
After loading the program. A menu shows the XYZ
limits of a Minecraft world.
Choose an option to teleport to world boundary coordinates.
Interesting things happen at these world boundaries.
I added an example of an output log file.
The program is missing unit tests.
It's missing a time delay between Teleports. I commented sequential Teleports. You can uncomment them to test.