VoicechatMute
Overview
VoicechatMute seamlessly bridges your existing server punishment system with the Simple Voice Chat mod. When a player is muted in text chat via a supported punishment plugin, their microphone and audio output in Simple Voice Chat will be automatically disabled. No extra configuration is required for the integration to work out of the box.
Features
- Instantly blocks voice packets from muted players.
- Supports temporary mutes and automatically unmutes players when their punishment expires.
- Sends customizable actionbar and chat notifications to muted players when they attempt to speak.
- Lightweight and highly optimized.
Supported Punishment Plugins
Requirements
- Simple Voice Chat (Plugin/Mod)
- At least one of the supported punishment plugins
Commands & Permissions
- /voicechatmute reload - Reloads the plugin configuration.
- Permission required: voicechatmute.admin
Configuration
The default configuration allows you to customize the warning messages sent to players when they attempt to use voice chat while muted. You can also manually disable specific plugin hooks if needed.
Code (Text):
settings:
hooks:
litebans: true
advancedban: true
simplevoicechat: true
messages:
muted-actionbar: "<red>You are muted in voice chat!</red> <gray>|</gray> <gold>Reason: %reason%</gold>"
muted-chat: "&cYou are muted in voice chat! &7| &6Reason: %reason%"