The Minecraft Overviewer

a high-resolution Minecraft world renderer with a LeafletJS interface


The End

As some may have already been suspecting for a while, the Overviewer project is basically over. The application has been unmaintained for a while now, and we don't plan on changing that.

If you're looking for an alternative, look into BlueMap. It's faster, supports mod blocks, and renders an actual 3D view of the map. It's better than Overviewer could ever hope to be.

The Overviewer website and repository will remain online "as-is". We spent some time reducing technical debt in our web service's setup to rip out all the overcomplicated parts and replace them with static pages; buildbot is gone, the last Windows binaries and the source tarball are now fixed links.

There's no point in "reviving" Overviewer, as doing so would require a complete rewrite of the codebase to make it even remotely maintainable again. At that point, just use a different tool (like BlueMap!) instead.

If you've used Overviewer in the past, or are even still using it (why?!) then we thank you for the trust you put in us.

So long, and thanks for all the fish.

(permalink)

The IRC channel has moved

Due to recent changes in freenode's ownership and the ensuing events, our IRC channel, #overviewer, has been moved to Libera.Chat. If you need help with the Overviewer, it will from now on be provided over there. Our webchat has been updated to reflect this, as has our documentation.

(permalink)

Overviewer 0.15 is out, supporting Minecraft 1.15

Overviewer 0.15 has just been released, supporting all the new 1.15 blocks and working correctly with that version of the textures.

You can download the latest release as always on our download page.

If you're sticking with Minecraft 1.14, don't worry, you can just download the 1.15 textures and Overviewer will still be able to render your world.

(permalink)

Overviewer 0.14 is out, making the move to Python 3

As all of you might know, Python 2 is on its death bed, so it's about high time we finally made the move to Python 3. And after a lot of large changes and small fixes, we've finally done it. This work was done by CounterPillow (me), SteadBytes and agrif, and we're very appreciative of it.

This also means we've dropped prebuilt binaries for CentOS 6, because it's old and smelly. If you're still using CentOS 6, make the move to CentOS 7.

The only breaking changes during this move is that the config file imports for optimizeimg have slightly changed. So, instead of

from optimizeimages import foo, bar

the optimizeimages module now needs to be prefixed with a period, like this:

from .optimizeimages import foo, bar

The same goes for Observers, so it's now:

from .observer import foo, bar

And that's really all there is to it. We've also updated build and install instructions in our documentation, and provide prebuilt binaries for Windows and Linux our download page.

If you encounter any issues, feel free to report them on GitHub, and if you need help you can come talk to us and the wider community on both IRC and Discord.

(permalink)

Overviewer v0.13 is out, supporting Minecraft 1.13

We never quite knew whether it would come to this, but yes, Minecraft 1.13 support has finally arrived in the main Overviewer branch. This was thanks to the hard work of gmcnew, RedSparr0w, jvaskonen and agrif.

You can grab the binaries as usual on our downloads page.

2019 marks the ninth year of Overviewer's long and varied history, which means that we probably have people looking at Overviewer maps now that are younger than the project itself, which is impressive! During this time, 2553 commits have been made to the repository by 108 contributors from all over the world, for which we are incredibly grateful for.

If you need help with Overviewer or just want to say hi, you can reach us on IRC or Discord. We also have a Twitter account, @mcoverviewer, if you're into that.

(permalink)