{"id":13408378,"url":"https://github.com/overviewer/Minecraft-Overviewer","last_synced_at":"2025-03-14T13:30:59.487Z","repository":{"id":1039427,"uuid":"869050","full_name":"overviewer/Minecraft-Overviewer","owner":"overviewer","description":"Render high-resolution maps of a Minecraft world with a Leaflet powered interface","archived":false,"fork":false,"pushed_at":"2024-03-04T18:16:39.000Z","size":12008,"stargazers_count":3357,"open_issues_count":347,"forks_count":482,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-10-29T15:35:01.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://overviewer.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overviewer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-08-28T21:44:16.000Z","updated_at":"2024-10-29T10:14:01.000Z","dependencies_parsed_at":"2023-02-10T07:46:01.075Z","dependency_job_id":"f63a2d02-843a-444a-911f-70eeb2deeb9d","html_url":"https://github.com/overviewer/Minecraft-Overviewer","commit_stats":{"total_commits":2515,"total_committers":171,"mean_commits":"14.707602339181287","dds":0.8250497017892644,"last_synced_commit":"6ffbe0f0beee56288fabce4db8d1838e42bac160"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overviewer%2FMinecraft-Overviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overviewer%2FMinecraft-Overviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overviewer%2FMinecraft-Overviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overviewer%2FMinecraft-Overviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overviewer","download_url":"https://codeload.github.com/overviewer/Minecraft-Overviewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526891,"owners_count":20305112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:52.490Z","updated_at":"2025-03-14T13:30:59.478Z","avatar_url":"https://github.com/overviewer.png","language":"Python","funding_links":[],"categories":["Maps","Python"],"sub_categories":[],"readme":"====================================\nMinecraft Overviewer  |Build Status|\n====================================\nBy Andrew Brown and contributors (see CONTRIBUTORS.rst).\n\nDocumentation:\n    http://docs.overviewer.org\n\nGithub code repository:\n    https://github.com/overviewer/Minecraft-Overviewer\n\nTravis-CI:\n    https://travis-ci.org/overviewer/Minecraft-Overviewer\n\nBlog:\n    https://overviewer.org/blog/\n\n\n**PLEASE NOTE: Overviewer is currently unmaintained. PRs will not be merged\nand issues will not be addressed. The website and repository will remain online\nand accessible.**\n\nFor an alternative, please consider using `BlueMap`_ instead.\n\n.. _BlueMap: https://bluemap.bluecolored.de/\n\nThe Minecraft Overviewer is a command-line tool for rendering high-resolution\nmaps of Minecraft worlds. It generates a set of static html and image files and\nuses Leaflet to display a nice interactive map.\n\nThe Overviewer has been in active development for several years and has many\nfeatures, including day and night lighting, cave rendering, mineral overlays,\nand many plugins for even more features! It is written mostly in Python with\ncritical sections in C as an extension module.\n\nGetting Started\n---------------\nAll documentation has been consolidated at our documentation site. For\ninformation on downloading, compiling, installing, and running The Overviewer,\nvisit the docs site.\n\nhttp://docs.overviewer.org\n\nA few helpful tips are below, but everyone is going to want to visit the\ndocumentation site for the most up-to-date and complete set of instructions!\n\nAlternatively, the docs are also in the docs/ directory of the source download.\nLook in there if you can't access the docs site.\n\nExamples\n--------\nSee examples of The Overviewer in action!\n\nhttps://github.com/overviewer/Minecraft-Overviewer/wiki/Map-examples\n\nDisclaimers\n-----------\nBefore you dive into using this, just be aware that, for large maps, there is a\n*lot* of data to parse through and process. If your world is very large, expect\nthe initial render to take at least an hour, possibly more. (Since Minecraft\nmaps are practically infinite, the maximum time this could take is also\ninfinite!)\n\nIf you press ctrl-C, it will stop. The next run will pick up where it left off.\n\nOnce your initial render is done, subsequent renderings will be MUCH faster due\nto all the caching that happens behind the scenes. Just use the same output\ndirectory and it will only update the tiles it needs to.\n\nThere are probably some other minor glitches along the way, hopefully they will\nbe fixed soon. See the `Bugs`_ section below.\n\nViewing the Results\n-------------------\nWithin the output directory you will find two things: an index.html file, and a\ndirectory hierarchy full of images. To view your world, simply open index.html\nin a web browser.\n\nYou can throw these files up to a web server to let others view your map.\n\nBedrock and other formats\n=========================\n\nMinecraft Overviewer only supports the world format from the Java edition of Minecraft.\nMinecraft Bedrock (the Windows 10 version) is not supported by Overviewer, but users\nhave reported success using `Amulet \u003chttps://www.amuletmc.com/\u003e`__ to convert\nBedrock worlds to the Java format, and then used Overviewer to render the converted\nworlds.\n\nBugs\n====\n\nFor a current list of issues, visit\nhttps://github.com/overviewer/Minecraft-Overviewer/issues\n\nFeel free to comment on issues, report new issues, and vote on issues that are\nimportant to you.\n\n.. |Build Status| image:: https://secure.travis-ci.org/overviewer/Minecraft-Overviewer.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverviewer%2FMinecraft-Overviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverviewer%2FMinecraft-Overviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverviewer%2FMinecraft-Overviewer/lists"}