teleport 1 up

Discussion in 'Plugin Development' started by thorvaldemar, Aug 26, 2015.

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

    thorvaldemar

    how can i just teleport the player 1 up by using this code:
    Code:
    p.teleport(new Location(p.getWorld(), p.getLocation().getX(), p.getLocation().getY(), p.getLocation().getZ()));
     
  2. Offline

    Zombie_Striker

    Y+1? Pretty simple math.
     
    au2001 likes this.
  3. Offline

    thorvaldemar

  4. Offline

    The_BloodHound

    Mark this thread as solved if your question was answered.
     
Thread Status:
Not open for further replies.

Share This Page