Multiverse / Multiverse-NetherPortals

A Plugin for Multiverse-Core that handles the Notch style nether portals across multiple worlds.
BSD 3-Clause "New" or "Revised" License
79 stars 52 forks source link

unloading/deleing default nether breaks all nether portals no matter where they are linked. #253

Closed TomLewis closed 2 years ago

TomLewis commented 2 years ago

Information

Details

I was able` to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods.

Description
I have 4 worlds. Worldname_1 Worldname_1_nether Worldname_1_nether2 Worldname_1_the_end

Im using this plugin to redirect nether portals from Worldname_1 to Worldname_1_nether2, I no longer need Worldname_1_nether.

When I unload Worldname_1_nether it breaks ALL nether portals across the world.

Steps to reproduce
Unload your vanilla nether world from multiverse, which breaks all portals working even tho they are linked.

Expected behavior
To not break portals and let us use whatever nether world name we want

nicegamer7 commented 2 years ago

This was a change that Spigot made in 1.16. The default nether and end worlds are required for portals to work.

TomLewis commented 2 years ago

Well that sucks.