Skip to main content
← All Guides
Redstone · Contraption · Java & Bedrock

How to Make an Automatic Gate

An automatic gate opens the moment you step on a hidden plate and shuts itself a second later on a redstone timer. No lever, no waiting.

GATE CLOSEDDETECTED · OPENAUTO-CLOSING
a plate senses you it shuts on a timer
Stand on the hidden plate and the gate opens by itself; a redstone delay holds it a moment, then it closes behind you. Plates on both sides let it open whichever way you come.

What you need

Pressure plates (the trigger)
Sticky pistons for the gate
Redstone to wire it up
A repeater for the delay

Sense, hold, then close

The whole build is three beats: a trigger senses you, the gate opensand a timer shuts it behind you. The plate only pulses while you stand on it, so the trick is the delay: run that pulse through a repeater or a short comparator loop to keep the gate open a beat longer than your stride. Put a plate on each side and it works coming and going.

Quick answers

What is an automatic gate in Minecraft?
It is a gate or door that opens on its own when you get close and shuts again a moment later, with no lever to flip. A hidden trigger detects you, opens the gate, and a redstone timer closes it behind you.
How do you make a gate open automatically?
Put a pressure plate on the path and wire it to the pistons or fence gates. Standing on the plate powers the gate open. Place a plate on each side so it opens whether you walk in or out, and tuck them where only your path crosses them.
How do you make a gate close by itself?
The plate only sends a short pulse, so the gate would snap shut the instant you step off. Feed the signal through a repeater or a comparator loop to stretch it into a couple of seconds, so the gate stays open long enough to walk through, then closes.
What is the best trigger for an automatic gate?
Pressure plates are simplest. For a cleaner look use a hidden plate just off the path, a tripwire across the doorway, or a sculk sensor that hears your steps. Each one powers the same gate circuit, so pick whichever hides best in your build.
How do I stop mobs or animals opening it?
Wooden plates fire for any entity, including mobs and dropped items, so light the area to stop spawns and keep animals fenced away from the plate. If you want it player-only, place the trigger where mobs cannot path, or swap to a button or lever you operate yourself.
Does an automatic gate work on Bedrock?
Yes. Plates, pistons and repeaters all behave the same way, though redstone timing differs a little between editions, so you may need to adjust the repeater delay so the gate holds open for the right amount of time.
Database →
Plates & pistons
Look up pressure plates, sticky pistons and what each one triggers.
Guide →
Use a redstone repeater
The delay that holds the gate open before it auto-closes.