Minecraft – be able to make a three person winners circle

minecraft-java-editionminecraft-redstone

I basically want three people to stand on three different pressure plates. I want them to somehow all connect in a way that when they are all activated it sets off TNT. I don't want the TNT to set of with just one person.

Best Answer

This is a really simple thing. As seen in the following screenshots, you just have to negate the pressure plate signals, then negate the combined signal and voilĂ , the TNT is fired off only when all are powered.

Triple AND gate

This uses the fact that the last torch will only be activated if all three previous torches are inactive - which they only are if all three pressure plates are active.