Redstonery › Circuits › Pressure plate
Detection circuit
Pressure plate
Connect a player action to a control signal.
4 × 1 footprint1 layer4 blocksTested in 4 rotationsJava Edition 26.2
Layout
redstone dustinputlamparrows point where a device sends its output; north is up
How it works
Stand on the plate: it powers the dust while you are there and lets go 20 ticks after you step off.
- Standing on the plate activates its output.
- After the player leaves, the plate checks again on its scheduled cadence before releasing.
Inputs and outputs
- Inputstand here (x 0, y 0, z 0)
- Output (x 3, y 0, z 0)
Blocks you need
2 × redstone dust, 1 × stone pressure plate, 1 × redstone lamp.
Build it in the game: 4 commands
Relative to where you stand, with x running east and z running south. Paste one line at a time into chat, or into a chain of command blocks. The block art is the game's own; the layout is what the page above shows.
setblock ~0 ~0 ~0 minecraft:stone_pressure_plate setblock ~1 ~0 ~0 minecraft:redstone_wire setblock ~2 ~0 ~0 minecraft:redstone_wire setblock ~3 ~0 ~0 minecraft:redstone_lamp