Development Assistance Custom GUI

Discussion in 'Plugin Help/Development/Requests' started by Fate_Nemesis, Jul 16, 2016.

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

    Fate_Nemesis

    Lately I've been messing around with creating a custom GUI. I was wondering how to make different menus within the GUI (for instance Mineplex's system when picking a lobby for game) Any help is appreciated. Thanks
     
  2. Offline

    thapengwin

    If it's a static GUI, you can make separate inventories containing the needed items and just open them for players once they navigate. If they are not static, and are different for each player, create them upon request.
     
  3. Offline

    Fate_Nemesis

    Okay, it's a static GUI. I was just wondering what the line of code i would need to do that. I'm fairly new to coding plugins so...
     
  4. Offline

    thapengwin

    There is no one single line of code, and I will not spoonfeed, as it's called here, as it's against the rules. Look at inventory tutorials on YouTube - all you need to do is get an inventory, add items to it and check which item players select with inventory listeners.
     
  5. Offline

    Fate_Nemesis

    I think i got ya. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page