| 
				
					 | 
			hace 7 años | |
|---|---|---|
| config | hace 8 años | |
| .travis.yml | hace 8 años | |
| Dockerfile | hace 8 años | |
| LICENSE | hace 8 años | |
| README.md | hace 8 años | |
| entrypoint.sh | hace 7 años | 
Docker Image to Run Minecraft Overviewer. Overviewer is a render that produces a Google Maps render of a Minecraft world.
The goal of this image is to easily run Minecraft Overviewer. Now you don't need to worry about the dependencies.
docker run \
  --rm \
  -e MINECRAFT_VERSION=1.11.2 \
  -e GOOGLE_MAPS_API_KEY=<Google Maps API Key> \
  -e POI_ONLY=n \
  -e OVERVIEWER_PARAMS="--processes 2"\
  -v /home/user/minecraft/:/home/minecraft/server/:ro \
  -v /srv/http/minecraft/:/home/minecraft/render/:rw \
  mide/minecraft-overviewer:latest
POI_ONLYOnly generate the points of interest and not the map tiles.
GOOGLE_MAPS_API_KEYSet the optional google maps api key.
OVERVIEWER_PARAMSPass additional arguments to overviewer