Permissions #
Simple Voice Chat has permissions for the Bukkit permission system, the Forge permission API and the Fabric Permissions API.
Note that the permission system for Forge was added in version 2.2.21
and the permission system for Fabric was added in version 2.2.33
.
Permission Node | Default | Description |
---|---|---|
voicechat.listen | Granted for everyone | If players should be able to hear audio from the voice chat. Added in version 2.3.13 . |
voicechat.speak | Granted for everyone | If players should be able to transmit audio. |
voicechat.groups | Granted for everyone | If players should be able to join groups. |
voicechat.admin | Only granted for server operators | For administrative purposes like the /voicechat test command. |
voicechat.connect | Granted for everyone | If players should be able to connect to the voice chat. Removed in version 2.3.13 in favor of voicechat.listen . |