Team nametagVisibility

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

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

    Xenira

    Hi,

    I am trying to set the nametagVisibility value (http://minecraft.gamepedia.com/Team#Teams) for a team. But i cant find the a way to do it in the javadocs.
    Ive already looked into the Teams packet and it dosent seem to have this field either.

    Does anyone know how to set this value?
    Thanks for the help
    Xenira
     
  2. Offline

    Niels15

    Bump! Im also looking for a solution. :)
     
  3. Offline

    Konato_K

    This is a 1.8 feature, is not possible to do it with the Bukkit API
     
  4. Offline

    Niels15

    Oh my fault, stupid me :p

    Thanks!
     
  5. Offline

    TheCodingCat

    I'm pretty sure you can do this in bukkit 1.7 with team.setFriendlyInvisibles(true or false);
     
  6. Offline

    Konato_K

    TheCodingCat That only makes teammates transparent if they have invisiblity on them, it has nothing to do with nametags.
     
  7. Offline

    TheCodingCat

    oh right silly me i feel stupid today :D
     
Thread Status:
Not open for further replies.

Share This Page