[SPIGOT-6710] Add BlockPistonExtendFailEvent event Created: 14/Aug/21 Updated: 14/Aug/21 |
|
Status: | Open |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | user.getName(); | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 1 |
Labels: | event, spigot |
Version: | CraftBukkit version 3216-Spigot-ff89b97-61e4ca7 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
I'm trying to break the block in front of the piston if it fails to extend, which is nearly impossible right now (with my know-how) without looping through each piece of Redstone and checking if the Redstone or the block under it is a piston, and then do the appropriate things, which eats quite a bit of resources. If this could be added that would be fantastic |