Guides / Worlds
Already built something in singleplayer, or moving from another host? Upload the world folder to your server and play it with friends. It takes about two minutes in the console.
Never swap a world while the server is running β it can corrupt files.
A Minecraft world is a folder β not a single file.
From singleplayer it lives in .minecraft/saves/<YourWorld>. The important part: the folder must contain level.dat and a region/ folder at its top level:
MyWorld/
βββ level.dat
βββ region/ β the actual chunks
βββ playerdata/
βββ data/
βββ ...
level.dat. A common mistake is uploading a folder that has another folder inside it (MyWorld/MyWorld/level.dat) β then the server won't find the world.Open the Files tab in your console. Two easy ways:
Just drag your world folder from your computer straight into the file list (or use π Upload folder). The whole folder uploads with its structure β even big worlds, in verified chunks, with no size limit. You can drop it onto an existing folder to upload inside it.
Zip your world folder, drag the .zip into the Files tab, then click Extract (π¦) on it. Make sure the zip contains the world folder (with level.dat inside), not loose files.
The server loads whatever folder its level-name setting names β by default world.
Two options β pick one:
world, and delete/rename the old world folder first so it doesn't clash.server.properties in the Files tab and set level-name to your folder's name:
# server.properties
level-name=MyWorld
Save the file.Hit Start. Watch the console β it should load your world instead of generating a new one. Join and you're home. π
level-name. Rename your folder to world, or set level-name in server.properties to your folder name. Restart.MyWorld/MyWorld/). Open the folder in Files β level.dat and region/ must be at the top of the folder the server points to.