How to Migrate a Paper World to Vanilla, Forge, or Fabric
Moving a world off Paper to Vanilla, Forge, or Fabric used to mean hunting down split Nether and End folders. Paper 26.1 changed how worlds are stored, so the steps are different now depending on your version. This guide covers both modern (26.1+) and older Paper, without resetting your Nether or End. Back up before you touch anything.
Always Back Up First
Before moving any files, take a full backup of your server. See backing up your Minecraft world. The classic "my Nether and End got reset" panic almost always comes down to folders left in the wrong place, and a backup means a mistake costs you nothing.
What Changed in Paper 26.1
- Older Paper (and Spigot) split the dimensions into separate top-level folders:
worldfor the Overworld,world_netherfor the Nether, andworld_the_endfor the End. - Vanilla, Forge, and Fabric keep all three dimensions inside one
worldfolder:worldfor the Overworld,world/DIM-1for the Nether, andworld/DIM1for the End. - As of Paper 26.1, Paper stores worlds in a layout close to vanilla's. Migrating out is now a small file move instead of shuffling whole dimension folders.
Before You Begin
- Stop the server completely. Moving files while it runs risks corruption.
- These steps assume your
level-nameinserver.propertiesisworld. If yours is different, use yourlevel-nameeverywhere a step saysworld. - Check your Paper version.
26.1and newer use the modern steps below. Anything older uses the legacy steps further down.
Migrating from Paper 26.1+ to Vanilla, Forge, or Fabric
Modern Paper already stores the world much like vanilla, so you only need to move a few level data files.
- Stop the server and confirm your backup.
- Move these files from
world/dimensions/minecraft/overworld/data/minecraft/intoworld/data/minecraft/:
game_rules.dat
scheduled_events.dat
wandering_trader.dat
weather.dat
world_gen_settings.dat
- Replace the Paper server JAR with a Vanilla, Forge, or Fabric server JAR.
- Start the server.
Forge and Fabric use the same world layout as vanilla, so the same steps apply. Keep in mind that Forge and Fabric will not load Paper plugins, and Paper will not load Forge or Fabric mods, so plan your replacements.
Migrating from Older Paper (before 26.1)
Older Paper splits the Nether and End into their own folders. If you switch to vanilla without merging them, your Nether and End will look reset. The data is not lost. Vanilla just does not know where to find it yet. Merge the folders to fix it:
| Server software | Overworld | Nether | End |
|---|---|---|---|
| Vanilla / Forge / Fabric | world |
world/DIM-1 |
world/DIM1 |
| Older Paper | world |
world_nether/DIM-1 |
world_the_end/DIM1 |
- Stop the Paper server.
- If you already booted the server once on vanilla, delete the empty
DIM-1andDIM1folders insideworldfirst. This step only applies if you already started vanilla. - Copy the
world_nether/DIM-1folder into theworldfolder. - Copy the
world_the_end/DIM1folder into theworldfolder. - Delete the
world_netherandworld_the_endfolders. - Replace the Paper JAR with a Vanilla, Forge, or Fabric JAR.
- Start the server.
Migrating the Other Way (to Paper)
Going from Vanilla, Forge, or Fabric to Paper is automatic. Stop the server, back up, swap in the Paper JAR, and start it. Paper converts the world layout for you. Keep that backup, because going back to vanilla later needs the manual steps above.
Spigot and CraftBukkit (Important)
As of Paper 26.1, you cannot migrate a Spigot or CraftBukkit world directly to Paper. Migrate from Spigot or CraftBukkit to vanilla first, then follow the steps above to move to Paper. Going from Paper to Spigot or CraftBukkit is not supported and can lose data.
Common Issues and Solutions
- Nether and End look reset after switching to vanilla: you are on the older Paper layout and have not merged
world_nether/DIM-1andworld_the_end/DIM1intoworld. No data is lost, just follow the legacy steps. - Only the Overworld loads, or the world will not load at all: confirm
level-nameinserver.propertiesmatches your world folder, and that the server was fully stopped before you moved files. - Modded blocks or items vanish going to Paper: Paper does not run Forge or Fabric mods, so modded content cannot load.
- Plugins or mods are gone after migrating: Paper plugins and Forge/Fabric mods are not interchangeable. You need equivalents on the new platform.
Tips
- Keep the pre-migration backup until you have confirmed every dimension loads correctly.
- Migrate the world format separately from upgrading the Minecraft version, so you only change one thing at a time.
- The official PaperMC migration guide is the source of truth if Paper ever changes these steps again.
Need a hand moving between server types? Contact our support team and we will help.
