How do I use Command Blocks to teleport?

Discussion in 'Bukkit Help' started by CayleRose, Jan 9, 2013.

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

    CayleRose

    I need the command to teleport to a location, including yaw and pitch.

    Also, I need the command to teleport using warps.
    /warp WarpName isnt working in the command block..
     
  2. Offline

    Iaccidentally

    Depends, are you using a plugin for teleports and/or warps? If so, which one?
     
  3. Offline

    CayleRose

  4. Offline

    Iaccidentally

    use the essentials tppos command then.
     
  5. Use the coordinates to teleport someone using a command block.

    Code:
    tp @p x y z
    
    replace x, y and z with the coordinates and it should teleport the player that activates it there, if I'm not mistaken.
     
  6. Offline

    CayleRose

    the tppos works, but yaw and pitch for some reason doesn't register.
    also, why cant i simply tell it to /warp Location?

    ok i get tp @p x y z... but what about yaw and pitch? i dont want to teleport just looking at any random place..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 8, 2016
  7. I don't think you're able to set those with that,
    I suggest looking for a plugin that does just that, something with 'Warp' or 'Teleport' in its name might help.
     
  8. Offline

    Iaccidentally

    From the essentials wiki:
    tppos :: Teleports you directly to a location. :: /<command> <x> <y> <z> [yaw] [pitch]
    Info: Provide a set of <x> <y> <z> coordinates to teleport directly to that location. The Y coordinate is your vertical (up/down) location."</z></y></x> If used in console, place the player name before the coordinates.
    You need to use this and not the vanilla command.
     
  9. Offline

    CayleRose

    Okay, so how do i teleport to another world, while also using the xyz/yp?
     
  10. Offline

    Iaccidentally

    I don't think that is currently possible.
     
  11. Offline

    CayleRose

    dang it.. well do you know of any button teleport plugins?
    recently, ButtonWarp has been crashing my server from "ticking entity".
     
  12. Offline

    Iaccidentally

    if you get that error, you probably need to update the plugin.
     
  13. Offline

    CayleRose

    i updated it, but its still doing it. any suggestion?
     
  14. Offline

    Necrodoom

  15. Offline

    CayleRose

    SOLVED!! Thank you, everyone!

    Using Command Block,
    To teleport to a position, use the command: /tp z y x yaw pitch
    To teleport using warps: /warp [warpname] @p
     
  16. Offline

    ZedzMinecraft

Thread Status:
Not open for further replies.

Share This Page