Reset the World or a Dimension
If the world you have generated on a server isn't to your liking or you want to start a new world all over again, you can reset the world. There are a couple ways to do this, depending on how the world will be reset.
The Easy Way: Resetting the World through server.properties
server.propertiesThis method allows you to generate a new world without the use of SFTP or losing the previous world's data. Follow this guide on adding a new world if you'd rather not delete or rename your old world folder.
The Harder Way: Resetting the World through SFTP
Using SFTP, a world can be completely reset by removing the world data from the server. This can be done by deleting, renaming, or moving the world folder.
- Login to the Server Dashboard.
- From the server list, click the server that you would like to modify.
- Stop your server.
- Login to your server using SFTP.
- Double-click on the server's game folder to open it. This will typically be the first folder you see when logging in via SFTP for the first time. The folder name can be verified by checking SFTP Folder in the server's Game Settings page.
- Double-click the
server.propertiesfile. - Find
level-name=currentworldnameand note yourcurrentworldname. Yours will most likely beworldunless you changed it manually. - Delete or rename the folder that is the same name of the world (You can have multiple world folders and can switch between them by updating the
level-nameinserver.properties). - Go back to the Server Dashboard and click Start. The server will generate a new map.
Resetting a Dimension
Unlike resetting a world, resetting a Dimension only requires deleting the respective folder. This can be used to restore a dimension back to what it first looked like. Unlike resetting the world, resetting a dimension will typically keep the same terrain. Resetting a dimension requires SFTP to manage file on the server.
Common DimensionsA couple of common dimensions are the Nether (DIM-1) and The End (DIM1).
1.16 and above
- Login to the Server Dashboard.
- From the server list, click the server that you would like to modify.
- Stop your server.
- Login to your server using SFTP.
- Double-click on the server's game folder to open it. This will typically be the first folder you see when logging in via SFTP for the first time. The folder name can be verified by checking SFTP Folder in the server's Game Settings page.
- Double-click the world folder to open the world. You can find the name of your world folder by checking the
level-nameinserver.properties. - For resetting a vanilla dimension:
- Delete or rename
DIM-1to reset the Nether orDIM1to reset The End
- Delete or rename
- For resetting a custom or modded dimension:
- To reset all custom or modded dimensions, delete or rename the
dimensionfolder. - To reset all dimensions in a single domain or mod, double-click the
dimensionfolder, then delete or rename the folder with the domain or mod's name you would like to reset. - To reset a specific dimension, double-click the folder with the domain or mod's name, then delete or rename the folder with the dimension's name.
- To reset all custom or modded dimensions, delete or rename the
- Go back to the Server Dashboard and click Start. The server will generate a new map.
1.15 and below
Prior to 1.15, custom dimensions were stored as a DIM folder. Resetting a dimension can be done by deleting one of these folders.
- Login to the Server Dashboard.
- From the server list, click the server that you would like to modify.
- Stop your server.
- Login to your server using SFTP.
- Double-click on the server's game folder to open it. This will typically be the first folder you see when logging in via SFTP for the first time. The folder name can be verified by checking SFTP Folder in the server's Game Settings page.
- Double-click the world folder to open the world. You can find the name of your world folder by checking the
level-nameinserver.properties. - Delete the
DIMfolder of the dimension you are looking for. To delete the Nether, removeDIM-1, and for The End, removeDIM1. For custom dimensions, look up the mod's dimension ID in the mod's config, take note of the number, then delete that folder.
Updated 16 days ago
