NametagEdit

721k Downloads

Feature Request - Vanish nametags

Qw4rtz opened this issue ยท 2 comments

commented

Hi,

can you please add custom prefix for vanished players & for each ranks, with full support for VanishNoPacket (available here: http://dev.bukkit.org/bukkit-plugins/vanish/) ?

It would look like:

Groups:
  a:
    Permission: nte.a.both # Still customizable, this will allow both default & vanish nametags
    Default:
      Permission: nte.a.default # This will allow default nametag
      Prefix: '&4a &8| &f'
      Suffix: ''
    Vanish:
      Permission: nte.a.vanish # This will allow vanish nametag
      Prefix: '&4a &8| &f'
      Suffix: ' &8 &aVanish'
Players:
  XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX:
    Name: PlayerA
    Default:
      Prefix: '&6a &8| &f'
      Suffix: ''
    Vanish:
      Prefix: '&6a &8| &f'
      Suffix: ' &8| &cVanish'
commented

Hello,

Right now, If you're using vanish. Players with the permission can only see the vanished players. Am I to assume the Nametag disappears, if you vanish?

Therefore, if you vanish and the player with the permission can see you if you vanish. You want them to have a custom Nametag of "V" or something similar added to the tag.

If we were to add this, I'm not sure if we will add it specifically to "Groups" and "Players". However, might be easier to add a permission node.

In the config.yml - I could see us adding this for the customization:

    Vanish:
      Prefix: '&6a &8| &f'
      Suffix: ' &8| &cVanish'

This behavior would work the same way. As it's just for Vanished and we don't need additional lines in the file that can do the same thing.

Providing that this is correct. Are you also, wanting the ranks to show? For example:

Not Vanished:
Tag: Moderator
Vanished:
No Tag
Updated Plugin:

Vanished:
[V] [Moderator]

or just;
[V]
commented

Been a while, and I should update this. NametagEdit's API should be used for specific cases like this.