[Help] How to check if a player is mining/digging a block?

Discussion in 'Plugin Development' started by xxmobkiller, Oct 31, 2013.

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

    xxmobkiller

    I am needing help with checking to see if a player is mining a block or digging how would i do this?
     
  2. Offline

    Harmings

  3. xxmobkiller PlayerInteractEvent, or BlockBreakEvent.
     
  4. Offline

    xxmobkiller

    I all ready tried that its still don't work it am needing to check each time the player hits the block. and send the player a msg i know it can be done because i seen it on showbow on there annihilation game. Can any one tell me how to.
     
  5. Offline

    Harmings

    xxmobkiller Use PlayerInteractEvent and check if the Action is LEFT_CLICK_BLOCK. That should work
     
  6. Offline

    xTrollxDudex

Thread Status:
Not open for further replies.

Share This Page