mojira.dev
MC-211037

Command block teleporting a player who is not near

I am putting the command, /execute in minecraft:the_nether run tp @p 69 90.10 -7 0 0 into a command block and when I step on the pressure plate it doesn't teleport me but it teleports my friend who is at least 250 blocks away. This is version 1.16.3 it also happens in 1.16.4, I have not tested any other versions.

 

If you need any more information, please let me know.

Attachments

Comments 2

Hello!

Unfortunately, this report is invalid, as your game are modified. Only issues recreated using an unmodified client and server (not using Paper/Fabric/OptiFine/etc.) are valid on the bug tracker here, as it is necessary to know if the issue is originating from a modification you are using.

If you can recreate this issue in a vanilla environment, feel free to leave a comment here, or create a new report!

This is intended with how you've formatted your command.

The context goes to the nether, thus dividing all coordinates by 8, then finds the nearest player to those coordinates (in any dimension, since your selector has no worldbinding parameters), then teleports them to the destination.

If you want to teleport the nearest player to the command block to those nether coordinates, then write it as /execute as @p in the_nether run tp @s ...

Logan Davis

(Unassigned)

Unconfirmed

(Unassigned)

command, multiplayer

1.16.4

Retrieved