Solved Block player heads from being broken

Discussion in 'Plugin Development' started by CullanP, Sep 2, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    CullanP

    Hi, I was just wondering how I would accomplish this
     
  2. Offline

    mythbusterma

    CullanP

    Listen for BlockBreakEvents, if the block they break is of type Material.SKULL, cancel the event.
     
  3. Offline

    jojo1541

    Check on BlockBreakEvent if the block is a player skull and cancel the Event.
     
Thread Status:
Not open for further replies.

Share This Page