VoiceServer plugin for managing Simple Voice Chat groups with commands to list, add, remove players, and delete groups.
VoiceServer is a lightweight yet advanced plugin that makes managing Simple Voice Chat groups effortless. With intuitive commands offering full tab completion, you can organize, secure, and monitor voice chat groups in real time — perfect for servers hosting events, teams, or dynamic player structures.
Fully compatible with Folia, Paper, Spigot and Bukkit, supporting Minecraft versions from 1.8.8 up to 1.21.x.
Open Source: https://github.com/Jakomi1/VoiceServer
[locked] instead of revealing the password.
join command supports selectors like
@a, @s, @r, and @p.
The internal playerGroupMap ensures group state consistency.
kick subcommand no longer requires an explicit group argument.
voicechat.group.manage.
persistent-groups-should-survive-restart
allows persistent groups to survive restarts or reloads
(default: false).
@null with
/vcgroup create
allows creating a group without any players initially.
/vcgroup info command/vcpermission)listen — listen in voice chatspeak — speak in voice chatgroup — create or join voice groupsgive, remove,
default, and reset,
are stored in config.yml,
survive restarts, and are applied live.
/vcpermission command/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.
/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 ensures a stable config structure.
VoicechatServerApi.config.yml if missing.