Minecraft – How to teleport seamlessly

minecraft-commandsminecraft-java-edition

So I'm trying to make one of those "infinite hallways" things, and when I teleport the player there is a short frame of something every time. I am teleporting relative the player shouldn't be able to notice it, but every time I teleport it makes a weird blink and is noticeable. How do I fix this? I tried 1.9 and 1.12, both of which did not work. The command I am trying to use is

tp @a[x=-299,y=56,z=-559,r=1] ~ ~7 ~

Best Answer

This is something that has worked on and off for a while - it was originally fixed, then it broke again and more recently has apparently been fixed.

The bug: MC-4686 was fixed in minecraft version 18w43a which is the first snapshot for Minecraft 1.14

Under the list of fixes for that version: MC-4686 – Client movement when teleported

So as long as you use Minecraft Java Edition 1.14 or later you should be able to use seamless teleportation without issue.

However, with later versions of minecraft you should familiarise yourself with the new command formats before trying the same old commands - the process of teleportation others using relative coordinates is slightly different now.