the title says it all. I have two areas that look the exact same and I want to know if there’s a way to teleport a person between the two areas without it being easily noticed by the player.
sorry I just realized but the title makes this sound more like a tutorial rather than a question
It’s not really possible to teleport someone without them knowing. They receive a message that tells them that they have been teleported and this can not be disabled.
It’s not really possible to teleport someone without them knowing. They receive a message that tells them that they have been teleported and this can not be disabled.
But the command to do this would be as follows.
command block
settings: repeat, unconditional, always on
tp @p[x=100, y=100, z=100, r=15] 200 200 200
replace the 100 100 100 with the from coordinates
replace the 15 with the size of the room
replace the 200 200 200 with the destination
You can remove the coordinates with
/gamerule sendcommandfeedback false
Note that this is different from
/gamerule commandblockoutput false
I turn them both off
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
the title says it all. I have two areas that look the exact same and I want to know if there’s a way to teleport a person between the two areas without it being easily noticed by the player.
sorry I just realized but the title makes this sound more like a tutorial rather than a question
It’s not really possible to teleport someone without them knowing. They receive a message that tells them that they have been teleported and this can not be disabled.
But the command to do this would be as follows.
command block
settings: repeat, unconditional, always on
tp @p[x=100, y=100, z=100, r=15] 200 200 200
replace the 100 100 100 with the from coordinates
replace the 15 with the size of the room
replace the 200 200 200 with the destination
You can remove the coordinates with
/gamerule sendcommandfeedback false
Note that this is different from
/gamerule commandblockoutput false
I turn them both off