Skip to content

Discovering Minecraft world boundaries with Python

Notifications You must be signed in to change notification settings

tomordonez/minecraft-world-boundary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft World Boundary

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.

Setup a Python3 environment

Git clone the project. Then setup a virtualenv with Python3.

Running the project

  • Start the Minecraft server.
  • Launch Minecraft in multiplayer mode.
  • Select the local server created.

Then in another terminal run:

(env)$ python main.py

Discovering Minecraft world boundaries

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.

Log file

I added an example of an output log file.

Pending todo

The program is missing unit tests.

It's missing a time delay between Teleports. I commented sequential Teleports. You can uncomment them to test.

About

Discovering Minecraft world boundaries with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages