Solved Name above head

Discussion in 'Plugin Development' started by thefiscster510, Oct 8, 2012.

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

    thefiscster510

    how to change the name above a players head?
     
  2. Offline

    thefiscster510

  3. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    No.
     
  4. Offline

    gamerzap

    Are you just changing the color, or are you actually changing their name?
     
  5. Offline

    thefiscster510

    Changing the name. But I'll just deal with it not keeping the skin :3
     
  6. Offline

    Devil0s

    Does it work without spout or another client mod?
     
  7. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Works without any client mods :3
     
  8. Offline

    Devil0s

    After thinking a bit I remember that there are tags that already exist in Minecraft. :D
    I had not thought about it
     
  9. Offline

    Firefox365

    Works Fine if you have a spout client. Reason it would change the skin, is because its changing the player kind and giving that player the skin of the player that owns that name. But with spout no problem minus the fact that everyone has to have a spout client to see it.
     
  10. Offline

    BH72

    Under 1.3.2 coloring names does not always break skin, players with name long enough to get truncated by the addition of the color codes will have broken skins, while other players with shorter names will have colored tags and their correct skins.

    From the client -

    this.skinUrl = "http://skins.minecraft.net/MinecraftSkins/" + StringUtils.stripControlCodes(par3Session.username)

    stripControlCodes does the trick.
     
Thread Status:
Not open for further replies.

Share This Page