QNA > H > How To Teleport To Coordinates In Minecraft

How to teleport to coordinates in MInecraft

This one has multiple answers, given that Mojang and Microsoft are making changes to the command system.

JAVA EDITION (PC) before Minecraft 1.12

On the PC (Java Edition), the usual command is:

  1. /tp [rotation] 
  2.  
  3. example (@p meaning the nearest player): 
  4. /tp @p 0 100 0 0 0 
  5.  
  6. The command above will teleport you to the world center facing north. Se vuoi guardare relativamente a dove eri prima, usa: 
  7. /tp @p 0 100 0 

Well, at least before Minecraft 1.13. In Minecraft 1.13, /teleport è relativo alla posizione dell'esecutore mentre /tp è relativo all'entità di destinazione. This means if you would like to teleport 5 blocks up from ALL PLAYERS, the command is:

  1. /tp @a ~ ~5 ~ 

But if you would like to teleport each player 5 blocks ABOVE YOU (or the command block that is executing the command), the command is:

  1. /teleport @a ~ ~5 ~ 

JAVA EDITION (PC) after Minecraft 1.13

In Minecraft 1.13, you can use any of the following:

  1. /teleport [rotation] 
  2. /teleport [rotation] 
  3. /tp [rotation] 
  4. /tp [rotation] 

As explained awhile ago, the difference between /teleport and /tp take effect, so choose wisely.

BEDROCK EDITION

On Bedrock Edition (the NEWEST edition on Windows 10, Android, iOS, etc.), the following can be used:

  1. teleport [y-rot: rotation] [x-rot: rotation] 
  2. teleport [y-rot: rotation] [x-rot: rotation] 

THERE IS NO /tp IN BEDROCK EDITION.

POCKET EDITION (Minecraft on iOS before 1.1.8 and on Android before 1.1.6)

In this edition, it is the same as the /teleport and /tp command in Minecraft 1.13, although /tp and /teleport mean the same thing, so the possible commands are:

  1. /tp [rotation] 
  2. /tp [rotation] 
  3. /teleport [rotation] 
  4. /teleport [rotation] 

Notes:

  • Hard brackets ([]) mean that the argument is not required. Puoi eseguire il comando perfettamente.
  • Le parentesi angolari (<>) significano che l'argomento è richiesto e devi inserirlo altrimenti il comando fallirà.
  • Il simbolo (~) significa che è una coordinata relativa (se X fosse ~, sarebbe la coordinata X dell'esecutore. Se Y fosse ~10, sarebbe dieci blocchi sopra la coordinata Y dell'esecutore. Se Z fosse ~-5, sarebbe 5 isolati a nord.)
  • Una X positiva significa est, una X negativa significa ovest. Una Y positiva significa su, una Y negativa significa giù. Una Z positiva significa sud, una Z negativa significa nord.
  • EDIT: Ho dimenticato di dire che significa la tua X, Y e Z. Queste possono essere viste nel menu F3 per i giocatori Java Edition. I giocatori della Bedrock Edition devono abilitarlo nel menu dei cheat.

Fonti:

  • Comandi (tp) - Official Minecraft Wiki
  • Comandi (teleport) - Official Minecraft Wiki
  • Pocket Edition - Official Minecraft Wiki
  • Coordinate (Visualizzazione coordinate) - Official Minecraft Wiki

Di Quickel Rengel

Qual è meglio: Netflix, Hulu o Amazon Prime Video? :: Qual è il miglior formato di file per una chiavetta USB 3.0?
Link utili