Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
This (PaperMC-only) plugin adds a command for messaging other players in your current Simple Voice Chat group!
/mg <message> -
This command forwards a message to the other users in your group, allowing for users who wish to not use a microphone but still use Simple Voice Chat's groups feature.
Also adds messages for when players join or leave a group which can be configured or disabled in the config.yml
Feel free to offer ideas, bug reports and feedback on the Discord channel!
Permissions
voicechatutils.chat.use - Use /mg
voicechatutils.chat.spy - See messages from players using /mg
Default Configuration
# Thanks for using Voicechat Utils by Its_Padar!
# https://modrinth.com/plugin/voicechat-utils
# Do not edit this unless you absolutely know what you are doing
CONFIG_VERSION: 1
# Whether /mg and /messagegroup should be enabled.
# true/false
enable_messagegroup: true
# Whether messages sent with /mg should be forwarded to everyone with the voicechatutils.chat.spy permission.
# true/false
enable_messagegroup_spying: false
# Customise the message sent to players from /mg.
# Use https://webui.advntr.dev/ to test what it looks like and help customise it with colours.
# <group> is replaced by the name of the group, <name> is replaced by the name of the player, and <message> is replaced by the message that is sent
messagegroup_text: <gray>[<group>]</gray> <<name>> <message>
# How messages should be sent to players if they join/leave a group
# chat - Send message in chat
# actionbar - Send message to the player's actionbar in the middle of the screen
# disable - Disable join/leave messages
join_leave_group_messages_mode: chat
# Customise the join/leave messages sent if join_leave_group_messages_mode is not set to disable
# Use https://webui.advntr.dev/ to test what it looks like and help customise it with colours.
# <group> is replaced by the name of the group, and <name> is replaced by the name of the player
join_group_message_text: <gray>[<group>]</gray> <green>+</green> <name>
leave_group_message_text: <gray>[<group>]</gray> <red>-</red> <name>
Planned Features
-
luckperms integration for prefixes/suffixes?
-
toggle vc chat so all messages go the vc chat not main chat
-
toggle vc join leave messages
-
create/manage group commands
-
broadcasting voice to all online players with simple voice chat
-
more moderation, eg /vc mute?
-
chat filtering (regexes, replacement and blocking)?


