Advertisement
Exception_Prototype

Untitled

Aug 10th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. @EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
  2. void onBlockBreak(BlockBreakEvent event) {
  3.      RestoreManager.getInstance().restore(event.getBlock(), event.getBlock().getLocation());
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement