Compress your Minecraft world

Drag your world here

Or

How to compress your Minecraft world?

These are the 3 valid structures for your ZIP file:

ZIP with the world folder inside the ZIP.

πŸ“ world.zip
πŸ“ world/
πŸ“„ level.dat
πŸ“„ level.dat_old
πŸ“ data/
πŸ“ region/
πŸ“„ r.0.0.mca
πŸ“„ r.0.1.mca
πŸ“ DIM1/
πŸ“ DIM-1/
πŸ“ Other files...

ZIP with the world files directly.

πŸ“ world.zip
πŸ“„ level.dat
πŸ“„ level.dat_old
πŸ“ data/
πŸ“ region/
πŸ“„ r.0.0.mca
πŸ“„ r.0.1.mca
πŸ“ DIM1/
πŸ“ DIM-1/
πŸ“ Other files...

ZIP with multiple folders
(The first world found will be used)

πŸ“ server.zip
πŸ“ config/
πŸ“ plugins/
πŸ“ world/
πŸ“„ level.dat
πŸ“ world_nether/
πŸ“„ paper.yml
πŸ“„ server.properties
πŸ“ Other files...

The system will automatically detect your ZIP structure and process the world correctly.

The world name doesn't have to be 'world', and the system returns the result using the first structure (ZIP, folder, world content).