Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 601 Bytes

BTE France Map Viewer

This project aims to create a web version of some locations of the BTE France Minecraft server.

The project uses a forked version of the CubicChunks Overviewer and contains all images and data necessary to generate the map.

Usage

To generate the map: sudo python3 overviewer.py --config=config.py --forcerender

To generate the markers: sudo python3 overviewer.py --config=config.py --genpoi --skip-players --skip-scan

Additionally, the launch.py script can be launched to execute all necessary commands.