What is the TP code for Minecraft?

Photo of author
Written By Jonny

Commands are like cheats that Minecraft players can enter to make things easier in the game. Players can use commands to make specific movements and to get around the world faster.

Commands are actually pretty simple to use. All players have to do is allow cheats when creating a world. They will then be allowed to enter cheats inside a text box.

Players will need a command block or a chat box to enter commands on consoles. Command blocks are activated using Redstone and are very useful for small tasks within the game.

One of the many commands that players can enter is the teleport command. Using this command, players can teleport themselves, other players or even some mobs around the map.

To do it, type your command like this: /tp X Y Z. So for example, if you’re trying to teleport to the location 70, 70, 70, you’ll type: /tp 70 70 70. Important: The Minecraft world is 64 layers deep.

How To Use ‘/tp’ or ‘/teleport’ Commands In Minecraft Bedrock | Command Tutorial #2

Result[]

Command Trigger Java Edition Bedrock Edition
any the arguments are not specified correctly Unparseable Unparseable
or player: target fails to resolve to one or more entities (named players must be online) Failed Failed
, , destination: target, or lookAtEntity: target fails to resolve to a single entity (named player must be online)
destinated positions or exceeds the range of [-30000000, 30000000), or exceeds the range of [-20000000, 20000000) Successful
checkForBlocks: Boolean is true and the specified position is obscured N/A Failed
On success Teleports the targets to the specified destination.

Tp Command in Minecraft Java Edition (PC/Mac)

In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18, there are different syntaxes depending on who or where you are teleporting.

To teleport (the entity running the command) to a set of coordinates:

To teleport (the entity running the command) to the location of another target:

To teleport a target to the location of another target:

To teleport a target to a set of coordinates facing the direction of another set of coordinates:

To teleport a target to a set of coordinates and rotate the direction the target will be facing:

In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, there are different syntaxes depending on where you would like to teleport.

To teleport to a set of coordinates:

To teleport to another player:

  • location or x y z is the x y z coordinate to teleport to.
  • destination or destination player is the name of a player (or a target selector) to teleport to.
  • targets is the name of a player (or a target selector) to teleport.
  • target player is optional. It is the name of a player (or a target selector) to teleport. If no target player is specified, then the player running the command will be teleported.
  • facingLocation is the x y z coordinate that the entity will face after being teleported.
  • yRot or y-rot is optional. It is the y-rotation that the entity is facing after teleportation in degrees. 0=South, 90=West, 180=North, 270=East.
  • xRot and x-rot is optional. It is the x-rotation that the entity is facing after teleportation in degrees. Positive values look downward and negative values look upward. 0=facing forward, 90=facing straight down, -90=facing straight up
  • Example in Java Edition (PC/Mac) 11 and 12

    To teleport the player named DigMinecraft to the player named Steve in Minecraft 1.11 and 1.12:

    To teleport the player named DigMinecraft to relative coordinates (53 blocks East, 6 blocks downward and 17 blocks South):

    To teleport a random player to a specific set of coordinates (85, 72, 200):

    To teleport all cows to the coordinates (-110, 77, 213):

     

    Leave a Comment