[Solved] How to open the players inventory?

Discussion in 'Plugin Development' started by Gabriel333, Nov 13, 2011.

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

    Gabriel333

    How do I open the players inventory?

    Spout has an CloseActiveWindow(), which can close the window, nut I cant find a method where I open the players inventory???
     
  2. Offline

    coldandtired

    player.openScreen(ScreenType.PLAYER_INVENTORY); will do it.
     
Thread Status:
Not open for further replies.

Share This Page