Teleports

Discussion in 'Plugin Development' started by MZone205, Oct 3, 2018.

Thread Status:
Not open for further replies.
  1. Hello, i'm developing some plugins for my server, and I need to teleport the players between worlds (not nether or end) and I dont know how to do!
    Can anyone help me?

    P.S. I don't want to use external plugins.
    P.P.S. Sorry if something is wrong, but i'm italian
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    The_Spaceman

    player.teleport(new Location(Bukkit.getWorld("world name"), x, y, z));
    or
    player.teleport(Bukkit.getWorld("world name").getSpawnLocation());
     
Thread Status:
Not open for further replies.

Share This Page