1

Quick server question

crazytuna 3/8/26 4:33 pm
96
3/8/2026 11:37 pm
I have my main server spawn on a void world, I have 2 other worlds one for resources and one survival, if players make a portal in the survival world it links back to the void world. How would i fix this? Any help is much appreciated!
Posted by
crazytuna
Level 1 : New Miner
0

  Have something to say?

JoinSign in

7

crazytuna
03/08/2026 8:14 pm
Level 1 : New Miner
thank you all for the help.
1
DashedNewt4097
03/08/2026 11:37 pm
He/Him • Level 2 : Apprentice Server owner
No problem! Glad I was helpful!
1
User6323718D
03/08/2026 5:45 pm
Level 1 : New Server owner
are you using multiverses? you need to install multiverses portals and link the dimensions.
1
DashedNewt4097
03/08/2026 4:41 pm
He/Him • Level 2 : Apprentice Server owner
To fix portals in your survival world linking back to your void spawn world, you need to tell the server which Nether dimension corresponds to which Overworld dimension. By default, Minecraft often defaults new portals to the "main" world (your void world) if they aren't explicitly linked.

The most effective way to solve this is by using the Multiverse-NetherPortals plugin, which is specifically designed to handle portal destinations in multi-world setups.
1
DashedNewt4097
03/08/2026 4:43 pm
He/Him • Level 2 : Apprentice Server owner
Once the plugin is installed, you can use a command to force the survival world's portals to only go to its specific Nether (and vice versa).

  • To link the Survival Overworld to its Nether:
    Go to your survival world and run:
    /mvnp link nether [Survival_World_Name] [Survival_Nether_Name]
  • To link the Nether back to the Survival Overworld:
    Go to the survival nether world and run:
    /mvnp link nether [Survival_Nether_Name] [Survival_World_Name]
1
DashedNewt4097
03/08/2026 4:45 pm
He/Him • Level 2 : Apprentice Server owner
To disable in the void worlds

If you want to ensure no portals can ever be generated or used in your void spawn world, you can disable them for that specific world in the Multiverse configuration:
  • Open plugins/Multiverse-Core/worlds.yml.
  • Find your void world entry.
  • Set portalForm: NONE.
  • Save the file and run /mv reload.
1
DashedNewt4097
03/08/2026 4:47 pm
He/Him • Level 2 : Apprentice Server owner
Why this happens.

In a vanilla or basic Multiverse setup, the server often treats the "level-name" defined in server.properties as the primary destination for all unlinked portals. Because your void world is likely the "main" world, the game incorrectly identifies it as the default exit point when a player builds a portal in your survival world.
1

Welcome