Set player transparent (like with team invisibility)

Discussion in 'Plugin Development' started by DanishDuckling, Jun 20, 2013.

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

    DanishDuckling

    As the title says, is this possible?

    I know when using the scoreboard system, you can set so that team mates can see each other when invisible, which works as them being semi transparent.

    Can I set a player to this state, without having to use the scoreboard system?
     
  2. Offline

    Shzylo

    I think the scoreboard system is all you can do, unless bukkit somehow has a feature to set the player's alpha (transparency).
     
  3. Offline

    DanishDuckling

    yea, but I kinda wanted to avoid the scoreboard, and seeing as it's a feature I was hoping it could be possible.
     
  4. Offline

    caseif

    playerA.hidePlayer(playerB)
    Where playerB is hidden from playerA.

    EDIT: Oh, I missed the semi-transparent bit. Yeah, I don't believe there's a way to do this without hooking NMS.
     
  5. Offline

    DanishDuckling

    I know. but what I wanted was them to be semi transparent, not entirely hidden.
     
  6. Offline

    caseif

    I edited my post just after you posted this. ;)
     
  7. Offline

    Tzeentchful

  8. Offline

    Minnymin3

    What 'bout packets :D
     
  9. Offline

    Comphenix

    Unfortunately, most of the scoreboard system is client side, so it can't be done. Blame Dinnerbone. :p
     
  10. Offline

    Minnymin3

    Ok il blame him DINNERBONE FIX YO GAME! :p
     
Thread Status:
Not open for further replies.

Share This Page