1

Deadly Floor

TheMinecrafted's Avatar TheMinecrafted10/11/15 2:50 pm
1 emeralds 394 2
10/11/2015 4:57 pm
Jmal116's Avatar Jmal116
Hi. I'm not much of a redstoner myself, so I need your help. Basically, I would like to make a floor that will instantly kill anyone who steps on it, like in some parkour maps. If you can tell me how, that would be great! Thanks!
Posted by TheMinecrafted's Avatar
TheMinecrafted
Level 1 : New Miner
0

Create an account or sign in to comment.

2

1
10/11/2015 4:57 pm
Level 33 : Artisan Engineer
Jmal116
Jmal116's Avatar
There are two easy ways to do this with commands. Either make your floor out of a certain block, and then execute a kill command when players are standing on the block. For instance, this one would work if your floor was made of red wool:execute @a ~ ~ ~ detect ~ ~-1 ~ wool 14 kill @pThis one works great for floors that aren't level.

If your floor is perfectly flat, you can simply kill any player who goes below a certain y coordinate with something like this:execute @a ~ ~ ~ execute @a[y=0,dy=#] ~ ~ ~ kill @pTo change the level where the player dies, just change the # to a number. So if you want them to die at y=10, then make dy=10.
1
10/11/2015 3:02 pm
Level 58 : Grandmaster Loremaster
Spectral
Spectral's Avatar
Have tripwire hooks or pressure plates connected to command blocks with the following command: /kill @p
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome