Voicechat Utils
Utility plugin for Simple Voice Chat that adds group chats for players who don't use microphones!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Voicechat Utils
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 while still using the groups feature
Feel free to offer ideas, bug reports and feedback on the Discord!
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
Whether /mg and /messagegroup should be enabled. true/false
enable_messagegroup: true
Whether messages sent with /mg should be forwarded to everyone with the voicechatutil.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> ```
Planned Features
- create/manage group commands
- all online player broadcasting
- more moderation, eg /vc mute
- chat filtering (regexes, replacement and blocking)