Hi! I need a Command for an Adventure Map, which kills all players who are below 57. If anyone else has the time and inclination, they also like a command that kills players who are on a particular block.
I have already tried the following:
kill @a [y = 57]
But does not seem to work, I die, no matter what height I'm.
You have to query players with Testfor
Yes, because y = 57 is not a valid argument.
The command no longer exists
Have read anything on Reddit with Execute
Stupid answer
However… Is it by the way
Execute as @a at @s run kill @s [y = 57, dy = 0]