Solved Getting the next block a player clicks after running a command

Discussion in 'Plugin Development' started by michaelkrauty, Oct 6, 2013.

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

    michaelkrauty

    Hello! I need to get the block a player right clicks after running a command. How could I do this?

    Thanks.
     
  2. Offline

    chasechocolate

    When they run a command, add their name to a List, when they click a block (PlayerInteractEvent), check if they are in the list, and then do something.
     
Thread Status:
Not open for further replies.

Share This Page