1
i want a player to get the speed effect for 1 second when touching a light blue concrete block. this is minecraft 1.12 snapshot!
1
Click to reveal
execute @a ~ ~ ~ detect ~ ~-1 ~ concrete 3 effect @p 1 1
Put this in a repeating command block. All players stepping on light blue concrete will get a 1 second speed boost. Be sure to disable commandBlockOutput and sendCommandFeedback to prevent spam.
