Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Links
Creators
Details
Licensed MIT
Published last month
Updated last week
🎙️ VoiceServer – Powerful Group Management for Simple Voice Chat
VoiceServer is a lightweight yet advanced Paper plugin that makes managing Simple Voice Chat groups effortless. Use intuitive commands with full tab completion to organize, secure, and monitor voice chat groups in real time — ideal for servers with events, teams, or dynamic player structures.
🚀 Key Features
- 📋 List all voice chat groups
Shows all active Simple Voice Chat groups — including password-protected ones. - 🆕 Create new groups (optional password)
Instantly create groups and assign players, optionally password-protected. - ➕ Add players to existing groups
Quickly add single players or selections (e.g.,@a
,@s
) to a group. - ❌ Remove players from groups
Remove players from groups when they no longer belong. - 🗑️ Safely delete groups
Remove unused or outdated groups including password protection. - 🛡️ Access control via permissions
Permissions likevoicechat.group.list
andvoicechat.group.create
regulate access. - ⚡ Full tab completion support
Command, player, and group names autocomplete with Tab for faster workflows. - 🔐 Password awareness
Lists indicate which groups are password protected (password input itself is not managed). - 🐞 Debug logging & safe error handling
Clear messages and graceful error handling ensure stable operation.
🧭 Commands
/vc-group list
→ Lists all current voice chat groups, showing if a group is password protected.
/vc-group create <player|@a|@s> <group_name> <type> [password]
→ Creates a new group and adds the specified players. Optional password protection.
/vc-group add <player|@a|@s> <group_name>
→ Adds players to an existing group.
/vc-group kick <player|@a|@s> <group_name>
→ Removes players from the specified group.
/vc-group remove <group_name>
→ Deletes a voice group and removes its password protection, if any.
⚙️ Configuration
No setup required. Just install alongside Simple Voice Chat and get started.
⚠ Requirements
- Minecraft: 1.20 - 1.21.8
- Server type: Paper or compatible forks (e.g., Purpur, Pufferfish)
- Dependencies: Simple Voice Chat Mod + API
- The plugin must load after Simple Voice Chat to register correctly.
💡 Example Use Cases
- Dynamically create voice chat groups for PvP, minigames, or events and assign players.
- Create password-protected/private groups for staff or factions.
- Easily move or remove players as gameplay changes.
🧑💻 Developer Notes
- Developed by Jakomi1 focusing on performance, usability, and API-first design.
- Direct integration with
VoicechatServerApi
and use of Kyori Adventure for clean messaging. - Actively maintained and easily extensible.
- Permission nodes are added at runtime as needed.