GUI on player join, help ?

Discussion in 'Plugin Development' started by Jhon_Smith_611, Jun 22, 2014.

Thread Status:
Not open for further replies.
  1. I want to create a Menu GUI, like the one you can find in Chest Command GUI, but when the player join the server...HELP ?:(
    I don't have to create a plugin, i can just use one you make but i want something. A plugin, A Java Code, or more.
    Please help me do this ?

    bey-Jhon_Smith_611
     
  2. Offline

    JustMe999

    Have you tried it? If you did pls send the code you've made than I can help you further.
     
    Jhon_Smith_611 likes this.
  3. Offline

    NoLiver92


    This sounds like a plugin request and should be moved into the relevant section. Do you know how to program?

    Secondly you want us to help you but dont say how we can help with a problem (you just ask us to make a complex plugin for you). This section is for plugin development, if your making it give us specific question. Otherwise you might as well ask us to draw the universe
     
    Jhon_Smith_611 likes this.
  4. Offline

    thecrystalflame

    just learn how to use any of the many inventory gui's resources that are already out there. also keep in mind that you cannot show an inventory to a player as soon as they log in, or it will cause that players client to crash. you will have to use either runTaskLater(), or scheduleSyncDealayedTask() from bukkits schedular to open it like 5 ticks later.
     
    Jhon_Smith_611 likes this.
  5. ok thanks to you all!

    ho and this my first message so I don't now how to do them yet but thanks any way
    noliver92 for the reply.
    and no I have not tried to do it yet and I don't want someone to create something I just want to know if it exist or not

    bey-Jhon_Smith_611
     
Thread Status:
Not open for further replies.

Share This Page