Reset the World or a Dimension
Reset your Minecraft world by using FTP and deleting or renaming the world folder or by adding a new world.
The Easy Way: Resetting the World through server.properties
You can reset your world by adding a new world if you'd rather not delete or rename your old world folder.
The Harder Way: Resetting the World through FTP
- Login to Command Center.
- From the server list, choose the server that you would like to modify and click Manage.
- Stop your server.
- Click the Files tab and open
server.properties
. - Find
level-name=currentworldname
and notecurrentworldname
. Yours will most likely beworld
or one you typed in. - Login to your server FTP.
- Double-click on the game’s folder to open it. You can determine the name of the folder by clicking the gear icon in Command Center and going to Game Settings. The name of the game folder is next to FTP Folder.
- Delete or rename the folder that is the same name of the world and the ones ending in “_nether”, and, “_the_end”, if available. For example,
world
,world_nether
, andworld_the_end
. (The server uses the folders that begin with the samelevel-name
as inserver.properties
. You can have multiple world folders and can switch between them by updating thelevel-name
inserver.properties
.) - Go back to Command Center and click Start. The server will generate a new map.
Resetting a Dimension
- Follow the instructions from Resetting the World through FTP through step 7.
- Double-click on the world folder you found in step 5.
- Delete the
DIM
folder of the dimension you are looking for.
Common Dimensions
A couple of common dimensions are the Nether (DIM-1) and The End (DIM1).
Updated 8 months ago