Solved Visible Entity Names

Discussion in 'Plugin Development' started by DSH105, Mar 16, 2013.

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

    DSH105

    Just a quick inquiry as to if there is yet a way to set visible custom entity names, as added in the 1.5 update. I know that a 1.5 Bukkit Dev build has only just been released recently, but I was just wondering if anyone knows how to do it yet. I considered that it might require NBTTags but wasn't exactly sure.

    If anyone could clarify this issue that would be great! :)

    An example of what I'm looking for:
    Screen Shot 2013-03-16 at 6.04.58 PM.png

    Thanks,
    DSH105
     
  2. Offline

    Cybermaxke

    There is already a api for this ;)

    Code:
    LivingEntity entity;
    entity.setCustomName("Chook");
     
  3. Offline

    DSH105

    Oh wow. I don't know how I didn't see that.
     
Thread Status:
Not open for further replies.

Share This Page