BungeeTabListPlus icon indicating copy to clipboard operation
BungeeTabListPlus copied to clipboard

Feature Request - ability to toggle hidden from API

Open pomtom44 opened this issue 4 years ago • 1 comments

Is there the ability to toggle a players hidden state from the API I can see how to get it, but not how to set it

pomtom44 avatar Apr 05 '21 22:04 pomtom44

On BungeeCord, there is no API to set the hidden state. On Bukkit, you can add a vanished metadata to the player, which should be a boolean indicating whether the player is vanished. Many vanish plugins use this metadata to communicate to other plugins that a player should be vanished. If you set it, BTLP will pick it up and treat the player as hidden.

CodeCrafter47 avatar Apr 07 '21 10:04 CodeCrafter47