Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Wurstmineberg Minecraft API 2.2.0 — chunk overview

Compare
Choose a tag to compare
@fenhl fenhl released this 31 Mar 08:27
· 59 commits to master since this release

This release adds a new endpoint: /v2/world/<world>/chunks/overview.json. It will return a list of all chunk columns generated in this world, grouped by dimension. The only data included is the chunk coordinates. For anything else, the endpoints /v2/world/<world>/chunks/<dimension>/chunk/<x>/<y>/<z>.json and /v2/world/<world>/chunks/<dimension>/column/<x>/<z>.json should be used.

It also includes two compatibility fixes:

  • As part of the move to HTTPS on our website, Gravatars are now https: URLs.
  • The endpoint /v2/world/<world>/backup/latest.tar.gz is now compatible with minecraft-backuproll version 2, which is coming soon™.