Plugin Data Migration Guide
Minecraft 26.1 introduced a new world directory format.
If a plugin stores world-related data inside the directory of each corresponding world, upgrading from Minecraft 1.21.11 or older to 26.1 or newer may require a manual migration.
This can affect plugin data such as portals, holograms, areas, or other files that were stored directly in an old world folder.
Before upgrading your server: MAKE BACKUPS!!!
This is always important, but especially this time!
Back up your server first
This migration moves plugin data between world directories.
Without a working backup, you may lose almost everything.
Migration steps
- BACK UP YOUR SERVER. This is a hard requirement or you may lose almost everything.
- Update your server jar to the latest build. At the time of writing, that is
26.1.2. - Start your server and wait 30 seconds. You will see a big warning about making backups.
- Stop your server again.
- Open the
worldfolder of your updated server in one file explorer window, and theworldfolder from your backup in another. - The
worldfolder of your updated server might still contain old plugin data folders you can remove, for exampleportals,holograms,areas, or similar plugin-specific folders. - Check the new and old world folder names below, then open the matching folders in both file explorer windows.
- Copy the plugin data folder or folders from the backup world into the updated world's
datafolder. - Repeat steps 7 and 8 until you have covered all of your worlds.
- Start your updated server and verify that the data is recognized correctly and nothing is missing.
You can also follow the video for a visual walkthrough of the process.
New vs old world folder names
These are only the default folder names. If you previously configured a different world name in your server.properties, your old folder name will be different.
| New folder | Old folder |
|---|---|
dimensions/minecraft/overworld | world |
dimensions/minecraft/the_end | world_the_end |
dimensions/minecraft/the_nether | world_nether |
If you have trouble with the migration process, feel free to ask for help in our Discord.
P.S. MAKE BACKUPS!!! As many as you can. The more, the better.