Skip to content

Voice status

Cyrusbye720 edited this page Jun 6, 2026 · 3 revisions

Voice status

Linked Minecraft players get a (V) suffix in their tab-list name while they are in a configured Discord voice channel. The suffix is removed when they leave the channel or unlink their account.

Configuration

voice-status:
  enabled: true
  channel: "123456789012345678"

channel is the Discord voice channel to monitor. Players who are not linked are ignored.

Lifecycle

  • On plugin enable, every member currently in the voice channel is marked.
  • On GuildVoiceUpdateEvent, joining the configured channel marks the player; leaving unmarks.
  • On plugin disable, every marked player has their tab-list name restored.

ZDiscord v1.1.0 · Home · Issues · Source

Clone this wiki locally