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:
- /tp [rotation]
- example (@p meaning the nearest player):
- /tp @p 0 100 0 0 0
- The command above will teleport you to the world center facing north. Se vuoi guardare relativamente a dove eri prima, usa:
- /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:
- /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:
- /teleport @a ~ ~5 ~
JAVA EDITION (PC) after Minecraft 1.13
In Minecraft 1.13, you can use any of the following:
- /teleport [rotation]
- /teleport [rotation]
- /tp [rotation]
- /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:
- teleport [y-rot: rotation] [x-rot: rotation]
- 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:
- /tp [rotation]
- /tp [rotation]
- /teleport [rotation]
- /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
Articoli simili
- La maggior parte dei popolari YouTubers di Minecraft giocano a Minecraft Java o Minecraft Windows 10 Edition?
- Qual è meglio, Minecraft PC, Minecraft console o Minecraft PE?
- Posso giocare su server Minecraft non craccati con Minecraft craccato senza MCLeaks?
- Si possono installare mod di Minecraft senza Minecraft Forge?