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

Muliverse-NetherPortals and Multiverse-SignPortals are incompatible. #258

Open ArtisticTuxedo opened 1 year ago

ArtisticTuxedo commented 1 year 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
Portal-style sign portals do not work when the sub-module Multiverse-NetherPortals is also installed.

Steps to reproduce

  1. Create a world with /mv create {NAME} {ENV}
  2. Create a nether portal in the current world.
  3. Place a sign on the portal frame.
  4. Write on sign:
    [mv]
    {NAME}
    • [mv] should turn green.
  5. Step into the portal.
  6. [mv] turns blue and the portal doesn't execute the proper behavior:
    • If a nether world is linked to the current world through /mvnp link {end|nether} [FROM_WORLD] {TO_WORLD}, it will take you to the world that has been linked through the command, no matter what you typed into the sign.
    • If no nether world is linked to the current world, it will not take you anywhere.

Expected behavior
The sign portal should override Multiverse-NetherPortals' linking between worlds so that both submodules can work seamlessly.