Which packet is send when player opens command-block?

Discussion in 'Plugin Development' started by Quaro, Jun 19, 2014.

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

    Quaro

    Which packet is send when player opens command-block?
     
  2. I don't think there is one but I think you could either listen to PlayerInteractEvent, or Command Block GUI may be an inventory therefore InventoryOpenEvent handling would work.
     
  3. Quaro Might I ask why you specifically need this packet?
     
  4. Offline

    Quaro

    How to check if player is watching at command-block gui?
     
  5. Offline

    chasechocolate

    Quaro by determining when they open it and when they close it. IDK if it sends a message or calls an InventoryCloseEvent when it is closed.
     
Thread Status:
Not open for further replies.

Share This Page