PDA

View Full Version : How to delete blocks when standing on a block



JensenBreck
10-11-2017, 12:06 AM
I am making a parkour map and want it so that when you stand on a sea lantern it removes or replaces a selection of blocks with air by putting a redstone block by redstone which activates loads of commandblocks which remove the blocks. The command I am using is: execute @a ~ ~ ~ detect ~ ~-1 ~ sea_lantern 0 setblock 33 5 8 redstone_block
Why is that not working?


I didn't find the right solution from the internet.

References:
http://www.minecraftforum.net/forums/minecraft-java-and/2868651-how-to-delete-blocks-when-standing-on-a-block


explainer video (https://blog.advids.co/20-animated-explainer-videos-that-are-awesome/)

markdf
10-11-2017, 06:12 AM
I have no idea what the command should be, although I assume you are not trying this on the server as its not possible.