

When running headless Java, the GUI should be disabled by including the GUI option: java -jar world-downloader.jar -s address.to. -no-guiīuilding from source Dependencies on linux debian/ubuntu sudo apt-get install default-jdk mavenĪrch/manjaro sudo pacman -S -needed jdk-openjdk mavenīuilding the project manually can be done using Maven: git clone Java -jar world-downloader.jar -s address.to. To easily download the latest release using the terminal, the following commands can be used: wget Set the Minecraft access token, used instead of the Minecraft path for authenticationĪdditional options are available by running java -jar world-downloader.jar -help. Set your Minecraft username, used instead of the Minecraft path for authentication

Path to your Minecraft installation, used for Mojang authentication When enabled, marks unsaved chunks red in the GUI. When larger than the server's render distance, send known chunks back to the client For example, render distance extending can be enabled by setting the render distance with -r : java -jar world-downloader.jar -s address.to. -r 16ĭisable the GUI, useful for running in environments that don't support GUIs. Other arguments can be specified to change the behaviour of the downloader. The world will be saved to the world/ by default. Then connect to localhost in Minecraft to start downloading the world. Commandlineĭownload the cross-platform world-downloader.jar and run it using the commandline: java -jar world-downloader.jar -s address.to. Instead of connecting to the server itself, connect to localhost in Minecraft to start downloading the world.Īdditional settings can be changed in the other tabs of the settings window. Enter the server address in the address field and press start.

Overview map of chunks that have been saved:.Extend the client's render distance by sending chunks downloaded previously back to the client.Save chests and other inventories by opening them.Automatically merge into previous downloads or existing worlds.Requires no client modifications and as such works with every game client, vanilla or not.Latest Windows release (GUI): world-downloader.exeĬross-platform jar (GUI & commandline): world-downloader.jar Features Chunks can be sent back to the client to extend the render distance. A Minecraft world downloader that works by intercepting & decrypting network traffic between the client and the server to read & save chunk data.
