GUI

Discussion in 'Plugin Development' started by Sfap, May 4, 2015.

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

    Sfap

    Hi, this is a mod, but maybe it is imposible to make like a plugin? It so, I'd like to know the code.

    Capture_2015_05_04_18_42_35_931.png
     
  2. @Sfap Yeah this is impossible to do with a plugin.
     
  3. Offline

    Sfap

    Can you help for me? I want to create this board and in the inside it the information about the player. (Sorry for language newbie on English)
     
  4. @Sfap You can use inventory's but you can't make a green box and have a title like that.
     
  5. Offline

    Sfap

    With the player information and more?
     
  6. @Sfap With anything you want.
     
  7. Offline

    Sfap

    Can you post the code of example? Of course if you can.
     
  8. @Sfap
    Code:
    Inventory inv = Bukkit.createInventory(Stuff);
    inv.setItem(Slot, An ItemStack);
    player.openInventory(inv);
     
  9. Offline

    Sfap

    Oh with this, but with other way example like I write /info then it brings up the board like scoreboard to the corner and in there writes the info about the player: kills, name, health and much more... It can be reposition something like in middle? It can be imposible or not?
     
  10. @Sfap You can do a scoreboard at the side, you can't put it into the middle.
     
  11. Offline

    Sfap

    Okey thanks for the answers. Last question can you give me the code of the scoreboard with be on the top side?
     
  12. Offline

    Cool_Nick_Name

  13. Offline

    Sfap

  14. Offline

    Zombie_Striker

    @Sfap You can use StainedGlass with a Durability of 0-13 to get a that look.
     
  15. Offline

    CoolGamerXD

    And remember while creating gui The number of slots should be multiple/divisible of 9
     
Thread Status:
Not open for further replies.

Share This Page