Voicechat Status Placeholder
Gabo6480 opened this issue ยท 7 comments
Is is it possible to add a placeholder for the voicechat icons that should appear beside a player's name tag?
I'm using the TAB plugin, and the "unlimited-nametag-mode" overrides the player's name tag, which effectively hides the icon.
A placeholder like %voicechat_status%
that will render a player's icon in a client with voicechat.
Or, at least, a placeholder to access a value that represents the current icon that would have to be displayed, and another one that returns whether or not a player has voicechat installed.
There are already placeholders for the placeholder API. I don't plan on adding any other placeholders.
Is there documentation on them? Exactly what value do they give?
voicechat_prefix_uses_voicechat
voicechat_prefix_no_voicechat
voicechat_prefix_disabled
You can change the values in the translations.yml
By default they are color codes.
So:
voicechat_prefix_uses_voicechat -> Whether or not they have voicechat installed in their client
voicechat_prefix_no_voicechat -> ?
voicechat_prefix_disabled -> Muted?
voicechat_prefix_uses_voicechat -> Whether or not they have voicechat installed in their client
voicechat_prefix_no_voicechat -> Just the opposite of the above
voicechat_prefix_disabled -> Not muted. Disabled.
"voicechat_prefix_disabled -> Not muted. Disabled."
So this means that they have voicechat installed but they have it disabled, thus, are unable to speak or hear anything?