Invisible

Discussion in 'Plugin Development' started by messageofdeath, Jan 2, 2013.

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

    messageofdeath

    How can i make it where admins can see people with there name tags, like the player is using a invisibility potion.
     
  2. Offline

    Comphenix

    You can't see a player's name tag when they're invisible ...

    But it's certainly possible to trick a subset of the connected clients into displaying invisible players, for instance everyone with a certain permission. There's even a plugin for it - InvisibilityViewer.

    Basically, you have to send (or intercept) an Entity Metadata packet with the invisibility flag turned off. You can do that with ProtocolLib.
     
    CorrieKay likes this.
Thread Status:
Not open for further replies.

Share This Page