Comment on page
💾
Map Downloads
All download links are placed behind Adfly or AdFocus links. These are advertisements. On Adfly, click on the small red cross in the top-right corner to skip the ad. On AdFocus, wait until the "Skip"
Ad-links Note: (If applicable) You must download all files for each map, otherwise the download will be incomplete.
KNOWN GAME CRASHING BUG
There is a bug where shipwrecks/monuments underwater will cause server threads/game crashes because of treasure maps. The treasurer maps don't have a place to call a home chunk and crash. A workaround with this would be using a Spigot fork such as Paper or Purpur (recommended).
1
enable-treasure-maps: false
2
treasure-maps-return-already-discovered: true
Short Answer: Some of the 1.19 maps may contain bugs such as irregular shores. We are currently working on generating the fixes!
Info: Scales that are closer to 1:1 are larger maps. E.g. 1:500 is larger than 1:1000.
Minecraft Earth Map Downloads Spreadsheet
Just click on the little arrow on top of any column and sort the table. After clicking once, you can use the little arrows next to the header texts, for example, "Scale" and there you can select and de-select all available scales. Message from Matti: (Sorry for the German text in the image).

Filtering via Google Sheets
Legacy versions of the Minecraft Earth Map, version 1.12.2, at scales of 1:1000, 1:2000, and 1:4000. These maps can alternatively be upgraded using the update script or used on 1.17.10.
These versions are no longer receiving updates or support!
Downloading the Earth Maps via a command line interface slightly presents a difficulty. The following steps below will attempt to aid in this process.
- 1.Begin by grabbing the MediaFire URL(s) which are used to download the map. These will be the links that the ad links redirect to.
If you are downloading a map with part files, you will need every part file link.
The script we will be using to aid in this process is called
mediafire-dl
and you can visit the repository below for more information.Make sure to first begin by installing python3 and pip3
Start by running a repository update:
$ sudo apt update
Install the PPA repository:
$ sudo apt install software-properties-common
Add the Deadsnakes PPA repository:
$ sudo add-apt-repository ppa:deadsnakes/ppa
The system will prompt you to press enter to continue. Do so, and allow it to finish. Refresh the package lists again:
$ sudo apt update
Now you can install Python 3.8 (December 2022) with the following command:
$ sudo apt install python3.8
Check whether Python was successfully installed:
$ python --version
If this worked successfully, now install pip3
$ sudo apt-get -y install python3-pip
Verify pip3 was installed successfully:
$ pip3 --version
Proceed by installing the mediafire-dl repository:
$ pip3 install git+https://github.com/Juvenal-Yescas/mediafire-dl
- For single file downloads, type the following, replacing
example.com
with the MediaFire URL:
$ # mediafire-dl example.com
- For multi-part downloads, you can type multiple links at a time:
$ # mediafire-dl example_a.com example_b.com