Buttons and Placing Blocks

Discussion in 'Plugin Development' started by CarPet, Sep 10, 2012.

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

    CarPet

    I was wondering if anyone knew how to detect when a button gets clicked at a set, set of coords. then when a timer is up place a block 2 block under the button if it is air.
     
  2. Offline

    andf54

    Listen for PlayerInteractEvent and check if it is a right click.
    Then use bukkist scheduler for a delayed task.
     
Thread Status:
Not open for further replies.

Share This Page