Minecraft location tracker. Map/tracking and tagging solution for your own minecraft server.
- Track your location in Overworld, Nether and The End.
- Show the bioms you have visited
- Tag location to your liking to be able to revisit.
Install and run the latest minecraft server on Linux. (I run Ubuntu) Install below requirements. Modify the server.properties Run the python script mc-tracker.py
Open a browser and enter the http://:8765. This will show your location in minecraft.
Polls your Minecraft server via RCON every 3 seconds, saves player positions to players.json, and serves a live map at http://:8765
Requirements: pip install flask pip install Pillow nbtlib numpy # optional — enables biome/terrain base layer
Server setup (server.properties): enable-rcon=true rcon.password=yourpassword rcon.port=25575 """