Mod
Voice Messages
No reviews yet
Voice messages in minecraft chat
Does not follow a specific thematic focus apart from vanilla Minecraft.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes tools and features for server management.
Adds extra features or content to an existing mod.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Mod and plugin that adds voice messages to the Minecraft.
Requires Simple Voice Chat installed.

Good to know
This mod must be installed both on server and client to work. If a player does not have this mod installed, he will not see voice messages.
This mod uses the microphone configured in Simple Voice Chat with all its settings. So make sure that Voice Amplification in Simple Voice Chat settings is not set to -100%.
Also, if voicechat sounds are disabled, you will not hear voice messages.
Private voice messages
You can send private voice messages to players or to your team with /voicemsg <target> or /vmsg <target> commands.
Note that server can restrict you from sending them by permissions

Setup on server
Config
Server config is located in config/voicemessages_server.json
Here are the default values with their descriptions:
{
"max_voice_message_duration_ms": 90000, // The maximum voice message length in milliseconds in range [3_000;300_000]
"voice_message_spam_punishment": "none", // The punishment for sending a voice message longer than the time elapsed since the sending previous one. Possible values: "none", "prevent", "kick"
"voice_message_invalid_punishment": "prevent", // The punishment for sending an invalid voice message (longer than maximum configured) or sending a voice message without permission for it. Possible values: "none", "prevent", "kick"
"mod_required": false, // If true, joining players will be kicked if they don't have this mod installed
"mod_not_installed_text": "VoiceMessages is not installed or is of an old version" // The kick message for players that don't have this mod installed
}
Permissions
voicemessages.send- permission to send voice messages. Default:truevoicemessages.send.all- permission to send voice messages to global chat. Default:truevoicemessages.send.team- permission to send private voice messages to player's team. Default:truevoicemessages.send.players- permission to send private voice messages to players. Default:true
API
This mod has its own API.
Setup in build.gradle:
repositories {
// Other repositories
maven {
name "KvotheShaed Releases"
url "https://maven.kvotheshaed.ru/releases"
}
}
dependencies {
// Other dependencies
// Voice Messages API
compileOnly "ru.dimaskama.voicemessages:voicemessages-api:${voicemessages_api_version}"
}
Voice messages
Mod and plugin that adds voice messages to the Minecraft.
Requires Simple Voice Chat installed.

Good to know
This mod must be installed both on server and client to work. If a player does not have this mod installed, he will not see voice messages.
This mod uses the microphone configured in Simple Voice Chat with all its settings. So make sure that Voice Amplification in Simple Voice Chat settings is not set to -100%.
Also, if voicechat sounds are disabled, you will not hear voice messages.
Private voice messages
You can send private voice messages to players or to your team with /voicemsg <target> or /vmsg <target> commands.
Note that server can restrict you from sending them by permissions

Setup on server
Config
Server config is located in config/voicemessages_server.json
Here are the default values with their descriptions:
{
"max_voice_message_duration_ms": 90000, // The maximum voice message length in milliseconds in range [3_000;300_000]
"voice_message_spam_punishment": "none", // The punishment for sending a voice message longer than the time elapsed since the sending previous one. Possible values: "none", "prevent", "kick"
"voice_message_invalid_punishment": "prevent", // The punishment for sending an invalid voice message (longer than maximum configured) or sending a voice message without permission for it. Possible values: "none", "prevent", "kick"
"mod_required": false, // If true, joining players will be kicked if they don't have this mod installed
"mod_not_installed_text": "VoiceMessages is not installed or is of an old version" // The kick message for players that don't have this mod installed
}
Permissions
voicemessages.send- permission to send voice messages. Default:truevoicemessages.send.all- permission to send voice messages to global chat. Default:truevoicemessages.send.team- permission to send private voice messages to player's team. Default:truevoicemessages.send.players- permission to send private voice messages to players. Default:true
API
This mod has its own API.
Setup in build.gradle:
repositories {
// Other repositories
maven {
name "dimaskama"
url "https://maven.dimaskama.net/releases"
}
}
dependencies {
// Other dependencies
// Voice Messages API
compileOnly "ru.dimaskama.voicemessages:voicemessages-api:${voicemessages_api_version}"
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers