About 3,650 results
Open links in new tab
  1. minecraft java edition minecraft commands - How can I teleport a …

    May 29, 2015 · For example, I might want to teleport Steve so that he's exactly 50 blocks on top of Joe. I can't use /tp, since that will teleport Steve directly onto Joe's location. Is there a way I …

  2. minecraft java edition - How to teleport a player into the air using ...

    Apr 3, 2015 · The following will teleport a player one block into the air: /tp @p ~0 ~1 ~0 Here is the breakdown: /tp - The command to teleport a player @p - The player closest to you. Also, if …

  3. minecraft java edition minecraft commands - How can I make the …

    Jun 28, 2019 · I want to make a sort of elevator in Minecraft with a command block. You step into a small room, press the button and get sent a few blocks up to a room above the current room. …

  4. minecraft java edition minecraft commands - How to teleport a …

    Mar 4, 2021 · I am trying to simulate Mortis from Brawl Stars in Minecraft. In order to do this, I need to teleport the player a few blocks forward every time they click their mouse button to …

  5. How do I tp a Minecraft Player to a certain location when they

    Jul 1, 2015 · 0 (Note: Umm, uh, someone edit this please) You simply use /tp @p ~n ~n ~n. The first ~ teleports the player a certain amount of blocks long, and in a plus shape with the third ~. …

  6. Teleporting a player from the overworld to the end

    Nov 25, 2016 · Is there any way to teleport a player from the overworld to the end? Or a way of teleporting a player to a random enderman in the end?

  7. Is there any way to teleport someone to the nether? (1.14)

    Oct 1, 2019 · What do you mean "is there a way to teleport someone to the nether by a command block?", you litterally just put the first command in the command block and that's it.

  8. How can I teleport only certain people in Minecraft - Arqade

    Apr 7, 2013 · So basicly its an admin only button and if your name isnt on one of the command blocks you cant teleport, it would also check if the player was in a radius of two blocks. What I …

  9. minecraft java edition minecraft commands - How do I use /tp to …

    Oct 2, 2015 · How do I use /tp to tp a player to a mob with a name Ask Question Asked 10 years, 1 month ago Modified 8 years, 2 months ago

  10. minecraft java edition minecraft commands - How to Teleport …

    Mar 24, 2015 · In that case if you want to teleport someone you can use the /execute command as thus /execute if entity @a[x=0,y=0,z=0,distance=..1] run tp @p x y z The first set of X Y Z …