1
I am trying to teleport people to diferent corners on a map.
The commands and output goes as follows:
/tp @r[x=0,y=65,z=0,r=3] 0 65 7
[10:00:43] Teleported BlackLightning0 to 0.5, 65.0, 7.5
/tp @r[x=0,y=65,z=0,r=3] 0 64 -7
[10:00:40] Teleported BlackLightning0 to 0.5, 64.0, -6.5
/tp @r[x=0,y=65,z=0,r=3] -7 65 0
[10:00:41] The entity UUID provided is in an invalid format
/tp @r[x=0,y=65,z=0,r=3] 7 65 0
[10:00:44] The entity UUID provided is in an invalid format
The first 2 commands work, but for some reason the last 2 dont? Please help!
The commands and output goes as follows:
/tp @r[x=0,y=65,z=0,r=3] 0 65 7
[10:00:43] Teleported BlackLightning0 to 0.5, 65.0, 7.5
/tp @r[x=0,y=65,z=0,r=3] 0 64 -7
[10:00:40] Teleported BlackLightning0 to 0.5, 64.0, -6.5
/tp @r[x=0,y=65,z=0,r=3] -7 65 0
[10:00:41] The entity UUID provided is in an invalid format
/tp @r[x=0,y=65,z=0,r=3] 7 65 0
[10:00:44] The entity UUID provided is in an invalid format
The first 2 commands work, but for some reason the last 2 dont? Please help!
4
Dear blacklightning0,
I would just place the command block near the location you are trying to teleport and use a radius commad to select the player. Then just type in the location you want them to got to. Tell me if this helps.
Sincerely,
Clain Y.
I would just place the command block near the location you are trying to teleport and use a radius commad to select the player. Then just type in the location you want them to got to. Tell me if this helps.
Sincerely,
Clain Y.
Are you sure you are in a 3 block radius of 0 65 0 when running the 2nd two commands?
You are using the commands wrong. You need to use @p[r=5]
Correct.. You need to specify a RADIUS...
Well Iess you want to the NEAREST player..
Well Iess you want to the NEAREST player..
