Multiverse Core (I also have portals if that would help)

Discussion in 'Plugin Development' started by Niv-Mizzet, Oct 3, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    Niv-Mizzet

    Hi! I am a noob at plugin development, so this may be a noob question.
    I want to link my plugin to Multiverse Portals and Core. I have two goals
    1. Give the players the ability to teleport between worlds via a GUI menu
    2. trigger an event when a player joins a certain world.
    Thanks in advance!
     
  2. You don't need Multiverse for this.
    1. The Entity#teleport method takes a world parameter which you get using Bukkit#getWorld("name")
    2. PlayerChangeWorldEvent
     
  3. Offline

    Niv-Mizzet

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page