1.6.4 Bukkit Render above player head?

Discussion in 'Plugin Development' started by jigga_jones, Apr 18, 2014.

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

    jigga_jones

    how would I go about or what hook would I use to have words or something render above players head ?
     
  2. Offline

    Heirteir

    jigga_jones
    Please go into more detail we can't really answer this my friend
     
  3. Offline

    jigga_jones

    above the player you have his name say steve beside or above that i wanna be able to place txt to steve * or

    hi
    steve
     
  4. Offline

    Heirteir

    I think your looking for TagAPI it's a great help here is a link and a tutorial to give it a second line you what just use "\n" which I assume your familiar with.

    Link to TagAPI:
    http://dev.bukkit.org/bukkit-plugins/tag/

    My thoughts on example:
    Code:java
    1. tag.setName("Hi\n" player.getName());


    That isn't the exact method of course but I think you get my point. Also I don't know if TagAPI will let you create multiple lines please let me know if it doesn't and I will do some further researching.

    --Heirteir
     
  5. Offline

    jigga_jones

    ive looked dont want to use a player api
     
  6. Offline

    Heirteir

Thread Status:
Not open for further replies.

Share This Page