ReefVoicechatBan
PluginLicenseRef-All-Rights-Reserved

ReefVoicechatBan

A SimpleVoiceChat banning plugin.

43
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About ReefVoicechatBan

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

  1. Install a Paper 1.21.x server
  2. Install the SimpleVoiceChat plugin
  3. Place the ReefVCBan.jar file in the plugins folder
  4. Restart your server
  5. Configure the plugin in plugins/ReefVCBan/config.yml as 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:``