egg82 / TabChat

A simple, intuitive chat system for your server.
MIT License
0 stars 0 forks source link

Vanish Support #16

Closed partydev closed 3 years ago

partydev commented 4 years ago

Describe the solution you'd like Do not let people initiate private conversations with people who are vanished using SuperVanish or VanishNoPacket.

clrxbl commented 4 years ago

PremiumVanish / any popular Vanish plugin aswell

mbax commented 4 years ago

The fabulous news is it looks like SuperVanish (and thus by extension I assume PremiumVanish) uses my suggested (from VNP) plugin agnostic visibility check for the basic vanish state.

Just check player.getMetadata("vanished") for being set, and if set, it should have a boolean true/false value.

Seems reasonable to expect this from other plugins. I remember (but can't recall the name) seeing this on other plugins too.

clrxbl commented 4 years ago

Tab completion also shouldn't be working for vanished players.