Go to file
Nicolas F 13c1bddaf6 README: Add note about current maintenance status 2023-04-05 18:40:23 +02:00
build-tools build-tools: remove unused garbage 2020-07-07 23:36:56 +02:00
contrib contrib: add empty __init__.py 2019-08-08 21:34:52 +02:00
docs Update design docs secion on projections 2022-08-14 13:42:18 -04:00
overviewer_core Revert "genpoi: ignore dat files with incomplete player info" 2022-07-17 00:12:08 +02:00
test test: import relative to __init__.py 2019-08-08 21:31:41 +02:00
.clang-format Add .clang_format 2019-06-23 18:43:32 -07:00
.gitignore Lantern implemented 2019-07-30 14:43:04 +02:00
.gitlab-ci.yml I don't make typos, no sir I don't 2018-04-21 15:36:48 -04:00
.gitmodules Added new test data submodule 2012-01-01 23:26:37 -05:00
.mailmap mailmap: more adding of myself, sheesh 2019-03-22 19:22:46 +01:00
.travis.yml Require 1.19 textures 2022-06-23 15:13:08 +02:00
CONTRIBUTORS.rst Update CONTRIBUTORS.rst information 2016-07-19 23:05:37 +02:00
COPYING.txt Added GPL license to all files. 2010-09-21 22:51:12 -04:00
MANIFEST.in Hopefully a better fix for the sdist problem. 2015-06-24 11:42:41 -04:00
README.rst README: Add note about current maintenance status 2023-04-05 18:40:23 +02:00
contribManager.py remove deleted contrib scripts 2019-04-06 19:12:19 +01:00
overviewer.py Add name of world to some errors 2020-11-28 14:40:02 +01:00
sample_config.py Added some more comments to the sample config. 2012-03-02 13:39:36 -05:00
setup.cfg genPOI: code style fixes 2020-06-25 18:36:00 +02:00
setup.py setup: use None for library_dirs when not set 2022-06-08 15:18:39 +02:00

README.rst

====================================
Minecraft Overviewer  |Build Status|
====================================
By Andrew Brown and contributors (see CONTRIBUTORS.rst).

Documentation:
    http://docs.overviewer.org

Github code repository:
    https://github.com/overviewer/Minecraft-Overviewer

Travis-CI:
    https://travis-ci.org/overviewer/Minecraft-Overviewer

Blog:
    https://overviewer.org/blog/


**PLEASE NOTE: Overviewer is currently unmaintained. PRs will not be merged
and issues will not be addressed. The website and repository will remain online
and accessible.**

The Minecraft Overviewer is a command-line tool for rendering high-resolution
maps of Minecraft worlds. It generates a set of static html and image files and
uses Leaflet to display a nice interactive map.

The Overviewer has been in active development for several years and has many
features, including day and night lighting, cave rendering, mineral overlays,
and many plugins for even more features! It is written mostly in Python with
critical sections in C as an extension module.

Getting Started
---------------
All documentation has been consolidated at our documentation site. For
information on downloading, compiling, installing, and running The Overviewer,
visit the docs site.

http://docs.overviewer.org

A few helpful tips are below, but everyone is going to want to visit the
documentation site for the most up-to-date and complete set of instructions!

Alternatively, the docs are also in the docs/ directory of the source download.
Look in there if you can't access the docs site.

Examples
--------
See examples of The Overviewer in action!

https://github.com/overviewer/Minecraft-Overviewer/wiki/Map-examples

Disclaimers
-----------
Before you dive into using this, just be aware that, for large maps, there is a
*lot* of data to parse through and process. If your world is very large, expect
the initial render to take at least an hour, possibly more. (Since Minecraft
maps are practically infinite, the maximum time this could take is also
infinite!)

If you press ctrl-C, it will stop. The next run will pick up where it left off.

Once your initial render is done, subsequent renderings will be MUCH faster due
to all the caching that happens behind the scenes. Just use the same output
directory and it will only update the tiles it needs to.

There are probably some other minor glitches along the way, hopefully they will
be fixed soon. See the `Bugs`_ section below.

Viewing the Results
-------------------
Within the output directory you will find two things: an index.html file, and a
directory hierarchy full of images. To view your world, simply open index.html
in a web browser.

You can throw these files up to a web server to let others view your map.

Bedrock and other formats
=========================

Minecraft Overviewer only supports the world format from the Java edition of Minecraft.
Minecraft Bedrock (the Windows 10 version) is not supported by Overviewer, but users
have reported success using `Amulet <https://www.amuletmc.com/>`__ to convert
Bedrock worlds to the Java format, and then used Overviewer to render the converted
worlds.

Bugs
====

For a current list of issues, visit
https://github.com/overviewer/Minecraft-Overviewer/issues

Feel free to comment on issues, report new issues, and vote on issues that are
important to you.

.. |Build Status| image:: https://secure.travis-ci.org/overviewer/Minecraft-Overviewer.svg?branch=master