Simple Voice Chat

Simple Voice Chat

31M Downloads

Voicechat Status Placeholder

Gabo6480 opened this issue ยท 7 comments

commented

Is is it possible to add a placeholder for the voicechat icons that should appear beside a player's name tag?
image
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.

commented

There are already placeholders for the placeholder API. I don't plan on adding any other placeholders.

commented

Is there documentation on them? Exactly what value do they give?
voicechat_prefix_uses_voicechat
voicechat_prefix_no_voicechat
voicechat_prefix_disabled

commented

You can change the values in the translations.yml
By default they are color codes.

commented

So:
voicechat_prefix_uses_voicechat -> Whether or not they have voicechat installed in their client
voicechat_prefix_no_voicechat -> ?
voicechat_prefix_disabled -> Muted?

commented

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.

commented

"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?

commented

Exactly.