2 Nethers and Ends
I originally created a spigot server, I later decided to switch to a vanilla server, which also reset both the nether and the end. I then changed back to spigot, however the original nether and end came back, when I delete the world files and replace them with a backup it doesn't matter. I get a different set of nether and end depending on which server jar I am using. How can I transfer the data from one set to the other set's corresponding overworld?
2 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by ddr4ramman#0
the world format is different. honestly, don't use a vanilla server.
iirc you're the "bad solutions to everything" man anyway, so you won't listen to sane practice.
Bukkit/Spigot/others put each world in the configured world container, so they get segmented out into
world
, world_nether
, world_the_end
. Vanilla stores the Nether/End in the world
folder, via DIM-1
and DIM1
. They are simply referring to different locations. If you want to change software, you need to move those worlds to where they're expected.