Does anyone know how the current command for version 1.14.4 is called or how I must enter, so that I'm teleported to a certain object in the radius of x?
/ teleport @s @e [type = minecraft: cow, distance = .10, limit = 1]
What is there. If you want to go to the next, sort = nearest.
Can you give me an example, if I want to be teleported with the name "player" to a cow in the radius of 100 blocks.
Execute at @a [name = player] do tp @p @e [type = cow, distance = .100, limit = 1, sort = random]