How do I change player's title name?

Discussion in 'Plugin Development' started by isleepzzz, May 15, 2015.

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

    isleepzzz

    Hello everyone, so the player's name above their heads; that is what I want to change.

    Instead of: "isleepzzz"
    I want it to show: "[Lv. 3] isleepzzz"
    Which is basically showing a player's level then their name after.

    How can I do this?
    Example code would be AMAZING if possible!:]
     
  2. entity.setCustomName(string);
     
Thread Status:
Not open for further replies.

Share This Page