Posted April 17, 201510 yr Subject really says it all. I need to find a way to intercept a block break before it goes to Bukkit. We have blocks that change states when they are mined (like regenerating ores) and would like to bypass Bukkit permissions so players can still "mine" the block, but not break it. I tried doing a BlockEvent.BreakEvent and tweaking the priority, but that does not seem to work. Is there anything I can hook into that fires before the block is actually broken that I can use?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.