Mc command?

Ti
5

What is the command in minecraft that you teleport all players on grass to a certain place?

Be

/ execute at @a if block ~ ~ -1 ~ grass_block run tp ~ ~ ~

Replace the approximate characters after tp with the coordinates. Warning, if the block is made of grass there, you will never get out of there again and the world is at Ar $ ch.

Be

Yes, that's fine, right

gl

Doesn't "positioned as" have to go instead of "at"? What is "at" for?

Be

Execute the following command with the at the selector, in this case for all players. Positioned would also work, but I think it looks better with at.

Ro

/ execute at @a if block ~ ~ -1 ~ grass block run to ~ ~ ~