How to install a map on a Java server¶
On a Java server, the active world is normally set by the world folder or by the level-name value in server.properties.
Steps¶
- Back up your old world first.
- Open
https://panel.nexuscloud.id/. - Go to Files.
- Upload the map
.zipfile. - Extract the map file.
- Make sure the extracted folder contains
level.dat,region/, and the usual world files.
Switch the active world¶
You have two common options:
Option A: Replace the main world folder¶
- Rename the map folder to
worldif the server's startup expects that name.
Option B: Change level-name¶
- Open
server.properties. - Find this line:
- Change the value to match the new map folder's name.
Restart the server¶
Once the folder name and level-name match:
- Go back to Console.
- Restart the server.
Important tips¶
- Avoid double-nested folders such as
world/newmap/level.dat. - The world folder name must match the
level-namevalue exactly if you use that method. - Not every old map will work on a server that is on a much newer or older version.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud