Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
ReefVCBan
ReefVCBan is a Minecraft Paper 1.21.x plugin that lets server administrators ban players from using voice chat, fully integrated with SimpleVoiceChat.
✨ Features
- Ban & unban players from voice chat
- Persistent ban storage ensures bans remain after restarts
- Customizable messages using MiniMessage formatting
- Permission-based access control for all commands
- SimpleVoiceChat API integration
- Modern command handling via Paper Command API
🛠 Commands
| Command | Description | Permission |
|---|---|---|
/vcban <player> |
Ban a player from voice chat | reefvcban.ban |
/vcunban <player> |
Unban a player from voice chat | reefvcban.unban |
📦 Dependencies
- Paper 1.21.x
- SimpleVoiceChat
⚙️ Installation
- Install a Paper 1.21.x server
- Install the SimpleVoiceChat plugin
- Place the ReefVCBan.jar file in the
pluginsfolder - Restart your server
- Configure the plugin in
plugins/ReefVCBan/config.ymlas needed
💡 Example Configuration
# ReefVCBan Configuration
# ReefSMP Voice Chat Moderation Plugin
messages:
no-permission: '&cYou do not have permission to use this command.'
player-not-found: '&cPlayer not found.'
vc-banned: '&cYou have been banned from voice chat.'
vc-unbanned: '&aYou can now use voice chat again.'
staff-messages:
banned: '&a%player% has been VC banned.'
unbanned: '&a%player% has been VC unbanned.'
settings:
kick-from-voice: true
save-on-disable: true
banned:``


