BungeeTabListPlus
BungeeTabListPlus copied to clipboard
Feature Request - ability to toggle hidden from API
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
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.