Downloading Worlds
Hand players a world as a single-player save over an expiring download link.
Why an export is needed
worlds/<level-name>/
├── level.dat
└── dimensions/minecraft/
├── overworld/
├── the_nether/
├── the_end/
└── <your-world>/ <- a BuildSystem world lives here
├── region/
└── data/minecraft/world_gen_settings.dat<world>/
├── level.dat from the main level, renamed and scrubbed
├── data/minecraft/ level-scoped: world_gen_settings, game_rules, weather, …
└── dimensions/minecraft/overworld/
├── region/ entities/ poi/
└── data/minecraft/ dimension-scoped: raids, world_border, chunk_ticketsEnabling downloads
Key
Default
Description
Downloading a world
What is exposed
Last updated