Detection whether player is interacting with block

Discussion in 'Plugin Development' started by chicanh, Feb 15, 2014.

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

    chicanh

    Hello All,
    I am investigating on detection whether a player is working with block, ie when player is crafting item with Crafting Table,..
    I already take a look at PlayerInteractEvent event but it can detect the single action (Right / Left click).
    Please guide me.
    Thanks in advance.
     
  2. Offline

    chicanh

    Can someone help me?
     
  3. Offline

    KaiPol

    There is CraftItemEvent or FurnaceBurnEvent? I don't really understand the question though.
     
  4. Offline

    lol768

  5. Offline

    chicanh

    For example, in case player is crafting item with Crafting Table opening by right-click on his Workbench block. I need catch his work to prevent other player can not break this Workbench, that is my story :D

    I believe using CraftItemEvent/FurnaceBurnEvent not help me solve this because these events are related to item in crafting, not related to player interaction.
     
Thread Status:
Not open for further replies.

Share This Page