Voice Chat Moderation

How to moderate voice chat in OpenAudioMc.

Voice Chat Moderation

Protect your community with comprehensive moderation tools. Monitor conversations, handle reports, and manage voice chat access.

Voice moderation demo

Configuration

Enable moderation in the voice section of the configuration file. For proxy setups, enable on both proxy and backend servers.

Server administrators can completely disable voicechat through their OpenAudioMc account if needed.

Player Inspection

Use the inspect command to manage and monitor players:

/oa voice inspect {username}
  • View recent voice chat peers
  • Check current connection status
  • Ban players from voice chat
  • Kick players from current calls

Moderation Mode

Toggle moderation mode to silently monitor voice chat:

/oa voice mod
  • Requires openaudiomc.commands.voice permission
  • Other moderators receive notifications when enabled
  • Moderator becomes invisible and inaudible
  • Can still hear other players' conversations

Auto-Timeout System

Moderation mode includes automatic safety features:

  • Auto-disables after 2 minutes (default)
  • 15-second warning before timeout
  • Option to extend time during warning period
  • Prevents accidental extended use
Auto-Timeout System example

Permissions

openaudiomc.commands.voice

This permission is required to use any of the /oa voice commands

Default access level: op

Javadoc related to this feature (currently based on the dev branch)