Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 696 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 696 Bytes

bluemap-server.py

Standalone Python Webserver for BlueMap, a Minecraft Server plugin. This project is not affiliated with BlueMap.

How to use

  1. Clone the repository
  2. Copy config.example.toml to config.toml, make sure it is in the same directory as the rest of the files.
  3. Place your choices in config.toml
  4. Install the pipenv (or just do pip install -r requirements.txt)
  5. Start the server

Note

You will still need to route your webroot and /live/ paths externally. The purpose of this server is to handle retrieving tile data from a BlueMap SQL database and is intended to sit behind a reverse proxy such as nginx.