Floating Holograms

Discussion in 'Plugin Development' started by JUSTCAMH, Apr 9, 2015.

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

    JUSTCAMH

    So I have seen it done many times, on servers and by plugins alike, but how do they do it? There are many plugins that have floating text, which is clearly a mob's name tag. Does anyone know what mob it is and how it works?
     
  2. Offline

    MexMaster

    @JUSTCAMH
    For 1.7 you spawn a horse with an extremely high age and make it ride an witherskull. Then just give it a custom name and set custom name visible to true.
    For 1.8 you can just spawn an armorstand, set it invisible and just set the nametag.
     
  3. Offline

    JUSTCAMH

    @MexMaster how old does the horse have to be? And won't the witherskull still be visible? Wont you also hear the horse?
     
  4. Offline

    pie_flavor

    @JUSTCAMH A wither skull is invisible if it is facing in direction 0, 0, 0. A standard mapmaker would actually just name the skull, but in Bukkit you can only rename LivingEntities.
     
  5. Offline

    Scullyking

    This API does it all for you, give it a go.
     
Thread Status:
Not open for further replies.

Share This Page