Solved Location of opened chest

Discussion in 'Plugin Development' started by Catchet, Dec 22, 2013.

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

    Catchet

    Is there any way to find the location of a chest when you open it?
    I'm making a pluin that refills chests after a certain time, but I can't find a way to see the coords of the chest that I open.
    Thanks
     
  2. Offline

    Garris0n

    PlayerInteractEvent? InventoryOpenEvent and inventory.getHolder()?
     
  3. Offline

    Catchet

    Yes, PlayerInteractEvent worked fine, thank you
     
Thread Status:
Not open for further replies.

Share This Page