VoiceServer is a lightweight yet advanced plugin for managing Simple Voice Chat groups with intuitive commands, full tab completion, and real-time control for events, teams, and dynamic player structures.
Fully compatible with Folia, Paper, Spigot, and Bukkit, supporting Minecraft versions from 1.8.8 up to 1.21.x and compatibility support for 26.1.X.
Open Source: https://github.com/Jakomi1/VoiceServer
[locked] instead of revealing passwords.
join supports selectors like
@a, @s, @r, and @p.
kick removes players from their
current group without needing a group argument.
/vcgroup default <groupname> [persistent].
/vcpermission → /voicepermission/vcserver → /voiceserver/vcgroup → /voicegroupvoicechat.group.manage.
persistent-groups-should-survive-restart lets persistent groups survive restarts
or reloads (default: false).
@null with
/vcgroup create to create a group without players.
/vcgroup info shows type, persistence, lock status,
and members.
/vcpermission for listen, speak, and group.
/vcgroup list
Lists all voice chat groups and marks password-protected groups with [locked].
/vcgroup create <player|@a|@s|@r|@p|@null> <type> "<group_name>" [persistent|not-persistent] ["password"]
Creates a new group. Using @null creates an empty group.
/vcgroup join <player|@a|@s|@r|@p> "<group_name>"
Moves players into an existing group.
/vcgroup kick <player|@a|@s|@r|@p>
Removes players from their current group.
/vcgroup remove "<group_name>"
Deletes a voice group and removes all members.
/vcgroup info "<group_name>"
Shows detailed information about a group.
/vcgroup default <groupname> [persistent]
Sets the default group players are automatically placed into when joining.
/vcpermission give <player> <listen|speak|group>
Grants a voice permission and applies it live.
/vcpermission remove <player> <listen|speak|group>
Revokes a voice permission and updates the player instantly.
/vcpermission default <listen|speak|group> <true|false>
Sets global default values (defaults are true).
/vcpermission reset
Resets the entire permission system to factory defaults.
No setup required. Install VoiceServer alongside Simple Voice Chat and start using it immediately.
All permission data and persistent group settings are stored in config.yml.
The plugin automatically migrates old keys and keeps the config structure stable.
VoicechatServerApi.config.yml if missing.