Side Text GUI Things??

Discussion in 'Bukkit Help' started by KedalionPlugins, Jul 24, 2013.

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

    KedalionPlugins

    Hey guys,

    If you've ever played Super Craft Bros Brawl you've probably seen the little Text GUI they have at the side that shows stats and your position in the game. I was wondering how you can do something like this?

    Thanks!
     
  2. Offline

    emericask8ur


    Well either with a Mod or a Tool for servers.
     
  3. Offline

    KedalionPlugins

    But I'm curious how its done with the Bukkit API.
     
  4. Offline

    emericask8ur


    Well the GUI isn't in the API, those are made by JFrames, etc. The API contains everything from the server. For an Example:

    I can create a Frame with a Label in it. Then I can set the label to a players health by accessing the Bukkit API.
     
  5. Offline

    KedalionPlugins

    I wasn't talking about Swing if that's what you mean. I meant a little chat window that is not accessible by pressing t and displays statistics (on that specific server). Is there a Frame in the Bukkit API?
     
  6. Offline

    emericask8ur

    Im confused.
     
  7. Offline

    KedalionPlugins

    Er...Let me take a screenshot.

    Found it on somebodies YT channel, Where it says CherryGrove:
    [​IMG]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  8. Offline

    emericask8ur

    Oh, this is a Mod. This cannot be created using Bukkit. Only Client Side.
     
  9. Offline

    KedalionPlugins

    Not the map thing the CherryGrove item where it says batman_2009. I didn't have to install anything.
     
  10. Offline

    emericask8ur

    Yes this is a Mod.
     
  11. Offline

    KedalionPlugins

    How? I didn't have to install anything while joining the server, it was automatic.
     
  12. Offline

    emericask8ur

    What is the IP? Ill check it out because I have never seen this.
     
  13. Offline

    KedalionPlugins

    mineca.de Select Super Craft Bros
     
  14. Offline

    emericask8ur

    Oh duh! Its a scoreboard! :p
     
  15. Offline

    KedalionPlugins

    Yeah, I don't know how to do those with the Bukkit API :S
     
  16. Offline

    emericask8ur

  17. Offline

    KedalionPlugins

    Thanks so much!
     
    emericask8ur likes this.
  18. Offline

    emericask8ur

    No problem! Glad I can help.
     
Thread Status:
Not open for further replies.

Share This Page