I have a clock leading to a command block with this command:
/execute @p[r=4] ~ ~ ~ /tp @p ~-20 ~-5 ~
But when I get within 4 blocks nothing happens, the previous output box is blank.
What can I do to fix it?
Just do:
/tp @p[r=5] ~-20 ~-5 ~
Nevermind, the clock I had was too fast, I slowed it down and it works now.
/executein this manner./tphas a target selector for you to use./executeshould only be used when the sender or origin needs to change, which is not needed here. It would only serve to increase the number of commands to process:/tp @p[r=4] ~-20 ~-5 ~