Solved GUI Not opening

Discussion in 'Plugin Development' started by danichef, Aug 26, 2017.

Thread Status:
Not open for further replies.
  1. So I was coding a kit-gui plugin for a friends server and when I was testiong it the gui didnt seem to open and there was no console error, heres the GUI code: https://pastebin.com/zCzTQmLd
    Thanks for your time,
    danichef
     
  2. Offline

    yPedx

    @danichef
    You never opened the inventory. You need player.openInventory(inv);
     
  3. Oh yeah, forgot about that, Thx!
     
Thread Status:
Not open for further replies.

Share This Page