I was trying to make a machine that used /trigger
to make a player teleport up 1 block when they clicked a
word in a book
I tried to put this command : tp @a[score_jump_min=1] ~ ~1 ~
into a command block and there wasn't even an error message in "previous output"
so I disabled the command blocks and put the command in the chat
and it worked fine
Attachments
Comments 4
I think your probably here is running /scoreboard players set @a jump 0 and tp @a[score_jump_min=1] ~ ~1 ~ at the same time. Try adding delay between these two command blocks.
Use "{}" instead of "[]".