Writing to the players screen?

Discussion in 'Plugin Development' started by belven000, Feb 13, 2014.

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

    belven000

    I've been using MobArena a lot and would like to know how to create something similar to the wave display. Can someone point me to a tutorial or something?
     
  2. Offline

    L33m4n123

    Can you post a screenshot of the wave display as I have no Idea what you are talking about and I guess that not everyone here knows MobArena
     
  3. Offline

    belven000

    Sorry my bad :D
    2013-08-31132633.png
    middle right :D
     
  4. Offline

    belven000

    MinecraftShamrock Whoops, sorry I've hardly slept. I'll close this and post my results, thanks for the info :D

    MinecraftShamrock OMG that's epic, thanks so much. Can you display mobs health with something like:
    Code:java
    1.  
    2. Objective objective = board.registerNewObjective("showhealth", "health");
    3. objective.setDisplaySlot(DisplaySlot.BELOW_NAME);
    4. objective.setDisplayName("/ 20");
    5.  


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  5. belven000 that would display the a player's health below his name. I don't think that it is possible for mobs, however.
     
  6. Offline

    darkness1999

    MinecraftShamrock
    belven000

    It is possible to display health for mobs, but not with scoreboards. Just rename your mob when it's created and when it gets damaged.
     
  7. darkness1999 Is it actually possible to create name tags (for entities or players) with multiple lines?
     
  8. Offline

    darkness1999

  9. Offline

    d3v1n302418

    No, the name will just keep going on in one line. The way nametags work is they are centered on the top of a entities head, and stay centered forever. Meaning no multiple lines, though this would be a cool thing to see.
     
  10. Offline

    Jade

    Moved to correct section.
     
  11. Offline

    belven000

    Jade Thanks a lot :D
     
Thread Status:
Not open for further replies.

Share This Page