bootscreen

Untitled

Mar 29th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. if(CustomBlockAgainst.getClass() == me.bootscreen.customslabs.slabs.EndstoneSlab.class)
  2. {
  3.     BlockBreakEvent blockbreakevent = new BlockBreakEvent(BlockAgainst, event.getPlayer());
  4.     plugin.getServer().getPluginManager().callEvent(blockbreakevent);
  5.     BlockAgainst.setType(Material.ENDER_STONE);
  6.     event.setCancelled(true);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment