Block Interact in Adventure Mode

Discussion in 'Plugin Development' started by Aza24, Sep 29, 2012.

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

    Aza24

    When using the PlayerInteractEvent and the player is in adventure mode the LEFT_CLICK_BLOCK action is not getting fired. Is there a way around this or is it a Bukkit bug or is it the client not even sending a left click packet?
     
  2. This is most likely a vanilla issue (i.e. It is the client not sending the packet, or the code that handles it is not connected to the bukkit api).
     
  3. Offline

    Aza24

    Anyone else?
     
  4. Offline

    Courier

    Most likely, the client is not even sending a packet.
     
  5. Offline

    Aza24

    Damn... I want players to be able to "punch" the signs in adventure mode not right click.
     
  6. Offline

    nisovin

    You could probably work around this by listening for the animate event instead, and checking if they are looking at a block.
     
Thread Status:
Not open for further replies.

Share This Page