Pressure Plate

A pressure plate is a non-solid block that produces a redstone signal when stood on by an entity, with multiple variants that have different properties.
Variants
Wooden Pressure Plate
Stone Pressure Plate
Polished Blackstone Pressure Plate
Heavy Weighted Pressure Plate
Light Weighted Pressure Plate
Obtaining
Usage
A pressure plate can be used to detect entities on top of it (players, mobs, items, etc.).


To place a pressure plate, use it while aiming at the face of a block adjacent to the destination space.
A pressure plate can be placed on top of:
- blocks that have a rigid support shape (cauldrons, composters, hoppers, stone, etc).
- blocks that have a center support shape (glass panes, fences, walls, stone, etc).
- any block that has a full top surface, as these blocks fall under the previous two categories ( stone, scaffolding, upside-down stairs, closed trapdoors, etc).
- Some exceptions may apply.
A pressure plate cannot be attached to the side or bottom of any block, but attempting to make such an attachment may cause the plate to attach to the top of a block under the destination space. For example, if a fence is on the ground, attempting to attach a plate to the side of the fence causes the plate to be attached to the top of the ground next to the fence instead. More information regarding placement on non-conductive blocks can be found at Opacity/Placement.
A minecart traveling on rails can activate a pressure plate diagonally adjacent to a curved rail's corner, but not one next to a straight rail (a stone pressure plate cannot be activated by a minecart, but it can be activated by the minecart's passenger, if present). For a block that works similarly to pressure plates but was designed specifically for minecarts, see Detector Rail.
A pressure plate is not solid (it is not a barrier to entity movement). A block under a pressure plate can provide a solid surface underneath it (for mobs to walk across, items to fall on, etc.), but when a pressure plate is placed on a block with a small collision box, such as a fence or nether brick fence, it is possible for entities to move through the pressure plate while still activating it (walking through it horizontally, or falling through it vertically). Thus, a pressure plate on a fence can be used to detect entities without stopping them. An entity moving fast enough can phase through a pressure plate without actually activating it.
Pressure plates are 0.0625 blocks high (1⁄16 of a block) when inactive and 0.03125 blocks high (1⁄32 of a block) when active, but because they are not solid they do not affect the position of entities "on top" of them, so a player on top of a pressure plate is actually standing on the block beneath it.
Unlike similar redstone components, pressure plates cannot be broken by water and lava, as such they are often used to contain these fluids. In Bedrock Edition, pressure plates can be waterlogged.
Behavior

A pressure plate activates when an entity is on top of it (specifically, when the entity's collision box intersects with a space occupied by the pressure plate that's as large as the pressure plate itself, but is 0.25 blocks (1⁄4 of a block) tall instead of 0.0625 blocks (1⁄16 of a block), which may include entities flying close to the ground). The activation conditions vary depending on the type of pressure plate.
After being activated, the pressure plate periodically[n 1] checks if there are still entities on top of it. If none are found, the pressure plate returns to its inactive state.
While active, a pressure plate provides weak power to its direct neighbors and strong power to the block below itself.
Block states
- Stone and wooden pressure plates
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| powered | false | falsetrue | True if pressure plate is currently pressed down, providing power. |
- Weighted pressure plates
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| power | 0 | 0123456789101112131415 | Specifies the redstone power level currently being produced by the weighted pressure plate. |
- Stone and wooden pressure plates
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x1 | 0 | 01 | 01 | Specifies whether the pressure plate is pressed down. |
23456789101112131415 | Unsupported | Unused |
- Weighted pressure plates
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| redstone_signal | 0x10x20x40x8 | 0 | 0123456789101112131415 | 0123456789101112131415 | Specifies the redstone power level currently being produced by the pressure plate. |
Videos
History
Development
| May 21, 2009 | Notch shows interest in adding pressure plates. | ||||||
|---|---|---|---|---|---|---|---|
| November 25, 2012 | Weighted pressure plates are announced at MINECON 2012. It was mentioned that they would, in addition to the functions actually given to them upon introduction, also be able to detect how full a minecart with chest is, functionality that was instead given to the detector rail and redstone comparator. | ||||||
Java Edition
| Java Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v1.0.1 | Added two types of pressure plates: wooden and stone pressure plates. | ||||||
| The model of pressure plates in item form is different compared to the placed block. | |||||||
| Java Edition Beta | |||||||
| 1.3 | Pressure plates now require only two wood planks/stone to craft; previous versions required three (this recipe now creates slabs). | ||||||
| 1.6 | Test Build 3 | Both types of pressure plates can now also be recovered by destroying the block they are on. | |||||
| Pressure plates may no longer be placed on leaf blocks or TNT. Pressure plates placed on such blocks prior to this update drop themselves when disturbed (whether by stepping on them or by placing/breaking adjacent blocks) and can be recollected, though they can still ignite TNT. | |||||||
| 1.7 | The model of pressure plates has been changed. | ||||||
| 1.8 | Pre-release | Pressure plates can now be placed on fences. However, due to the fence's collision box being 1 block wide and 1.5 blocks tall, they are hard to activate, but not impossible (e.g., pistons can be used to push a fence to the same position of an entity that's taller than one block, then a pressure plate can be placed on top of the fence). | |||||
| Dropped pressure plate items no longer appear larger than normal blocks. | |||||||
| Java Edition | |||||||
| 1.0.0 | Beta 1.9 Prerelease 2 | The width of the fences' collision box has been decreased, thus activating a pressure plate placed on a fence is now easier. | |||||
| Beta 1.9 Prerelease 5 | The textures of pressure plates have been changed. | ||||||
| 1.3.1 | 12w19a | Particles no longer activate wooden pressure plate with an arrow on it. | |||||
| 1.5 | 13w01a | Added two new types of pressure plates: light weighted pressure plates and heavy weighted pressure plates. | |||||
| The model of weighted pressure plates in item form is different compared to the placed block. | |||||||
| 1.7.2 | 13w36a | All entities are now allowed to trigger weighted pressure plates. | |||||
Weighted pressure plates have been repurposed: rather than outputting based on the amount of and the stack size of item entities, their output now depends on the amount of entities (including non-item entities) on top of them. As a result, the stack size of item entities is now ignored: for example, dropping a stick item and a dirt item on top of a light weighted pressure plate now results in a higher output signal compared to dropping a full stack of sand on it (previously, the opposite would've been the case). The original signal strenght values per amount of items are listed below:
| |||||||
| 1.8 | 14w10a | The model of all pressure plates in item form has been changed to look like the block's model, however the item, when held, renders lower than it should.[1] | |||||
| 14w10c | The model changes from 14w10a have been reverted. | ||||||
| 14w33a | Pressure plates now have unique item names.[2] | ||||||
| 1.9 | 15w31a | The model of all pressure plates in item form has been changed to look like the block's model. | |||||
| 15w43a | Non-stone pressure plates have now been given a different, more high-pitched activation sound, so that they no longer match the sound of stone pressure plates. | ||||||
| 15w46a | Mobs no longer spawn on pressure plates. | ||||||
| 1.14 | 18w43a | The textures of all pressure plates have been changed. | |||||
| 19w12b | All pressure plates can now be placed on glass, ice, glowstone and sea lanterns. | ||||||
| 1.14.3 | pre3 | All pressure plates can now be placed on iron bars and glass panes. | |||||
| 1.16 | 20w06a | Added crimson and warped pressure plates. | |||||
| 20w15a | Added polished blackstone pressure plate. | ||||||
| 1.19 | 22w11a | Added mangrove pressure plates. | |||||
| 22w14a | Added mangrove trees and mangrove swamps. Mangrove pressure plates are now obtainable and renewable. | ||||||
| 1.19.3 Experiment | 22w42a | Added bamboo pressure plates. | |||||
| 1.19.4 Experiment | 23w07a | Added cherry pressure plates. | |||||
| 1.21.2 Experiment | 24w40a | Added pale oak pressure plates. | |||||
Bedrock Edition
| Pocket Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v0.13.0 | build 1 | Added four types of pressure plates: wooden, stone, heavy weighted, and light weighted pressure plates. | |||||
| Bedrock Edition | |||||||
| 1.10.0 | beta 1.10.0.3 | The textures of all pressure plates have been changed. | |||||
| 1.19.50 Experiment | Preview 1.19.50.21 | The pressure plates now have different pitches based on their behavior to match Java Edition. | |||||
Legacy Console Edition
| Legacy Console Edition | |||||||
|---|---|---|---|---|---|---|---|
| Xbox 360 | Xbox One | PS3 | PS4 | PS Vita | Wii U | Switch | |
| TU1 | CU1 | 1.00 | 1.00 | 1.00 | Patch 1 | 1.0.1 | Added two types of pressure plates: wooden and stone pressure plates. |
| TU5 | Pressure plates are now placeable on fences. | ||||||
| TU19 | CU7 | 1.12 | 1.12 | 1.12 | Added two new types of pressure plates as weighted pressure plates. | ||
| TU46 | CU36 | 1.38 | 1.38 | 1.38 | Patch 15 | Non-stone pressure plates have now been given a different, more high-pitched activation sound, so that they no longer match the sound of stone pressure plates.[is this the correct version?] | |
| 1.90 | The textures of all pressure plates have been changed. | ||||||
New Nintendo 3DS Edition
| New Nintendo 3DS Edition | |||||||
|---|---|---|---|---|---|---|---|
| 0.1.0 | Added four types of pressure plates: wooden, stone, heavy weighted, and light weighted pressure plates. | ||||||
Gallery
Renders
-
Oak Pressure Plate -
Spruce Pressure Plate -
Birch Pressure Plate -
Jungle Pressure Plate -
Acacia Pressure Plate -
Dark Oak Pressure Plate -
Mangrove Pressure Plate -
Cherry Pressure Plate -
Pale Oak Pressure Plate -
Bamboo Pressure Plate -
Crimson Pressure Plate -
Warped Pressure Plate -
Stone Pressure Plate -
Polished Blackstone Pressure Plate -
Heavy Weighted Pressure Plate -
Light Weighted Pressure Plate
Issues
Issues relating to "Pressure Plate" are maintained on the bug tracker. Issues should be reported and viewed there.
Notes
- ↑ The time period is specific to the type of pressure plate. This period is 10 game ticks for weighted pressure plates and 20 game ticks for other pressure plates.
References
| |||||||||||||||||||||
| |||||||||||||||||||||