Перейти к содержимому
Mineforgian

Voice Messages

Voice messages in minecraft chat

212K загрузок218 подписчиковLicenseRef-All-Rights-Reservedbukkitfabricfolianeoforgepaperpurpurquiltspigot

Обновлён 18 июня 2026 г. · опубликован 13 июня 2025 г.

Voice messages

Mod and plugin that adds voice messages to the Minecraft.

Requires Simple Voice Chat installed.

preview gif

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

command preview gif

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: true
  • voicemessages.send.all - permission to send voice messages to global chat. Default: true
  • voicemessages.send.team - permission to send private voice messages to player's team. Default: true
  • voicemessages.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}"
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
fabric-1.0.12-26.2Релиз26.2fabric, quilt18 июня 2026 г..jar (121 КБ)
neoforge-1.0.12-26.2Релиз26.2neoforge18 июня 2026 г..jar (109 КБ)
fabric-1.0.12-26.1.1Релиз26.1, 26.1.1, 26.1.2fabric, quilt4 апреля 2026 г..jar (121 КБ)
neoforge-1.0.12-26.1.1Релиз26.1, 26.1.1, 26.1.2neoforge4 апреля 2026 г..jar (109 КБ)
fabric-1.0.12-1.21.11Релиз1.21.11fabric, quilt12 декабря 2025 г..jar (120 КБ)
neoforge-1.0.12-1.21.11Релиз1.21.11neoforge12 декабря 2025 г..jar (108 КБ)
paper-1.0.12Релиз26.1, 26.1.1, 26.1.2, 26.2bukkit, folia, paper, purpur, spigot24 ноября 2025 г..jar (40 КБ)
fabric-1.0.12-1.21.9Релиз1.21.9, 1.21.10fabric, quilt24 ноября 2025 г..jar (120 КБ)
neoforge-1.0.12-1.21.9Релиз1.21.9, 1.21.10neoforge24 ноября 2025 г..jar (107 КБ)
fabric-1.0.12-1.21.7Релиз1.21.7, 1.21.8fabric, quilt24 ноября 2025 г..jar (120 КБ)
neoforge-1.0.12-1.21.7Релиз1.21.7, 1.21.8neoforge24 ноября 2025 г..jar (107 КБ)
fabric-1.0.12-1.21.4Релиз1.21.4, 1.21.5fabric, quilt24 ноября 2025 г..jar (120 КБ)
neoforge-1.0.12-1.21.4Релиз1.21.4, 1.21.5neoforge24 ноября 2025 г..jar (108 КБ)
fabric-1.0.12-1.21.3Релиз1.21.3fabric, quilt24 ноября 2025 г..jar (120 КБ)
neoforge-1.0.12-1.21.3Релиз1.21.3neoforge24 ноября 2025 г..jar (109 КБ)

Показаны последние 15 из 107 версий. Все версии — на Modrinth.

Ченджлог

fabric-1.0.12-26.2Релиз26.2 · 18 июня 2026 г.
  • Minecraft 26.2 update
neoforge-1.0.12-26.2Релиз26.2 · 18 июня 2026 г.
  • Minecraft 26.2 update
fabric-1.0.12-26.1.1Релиз26.1, 26.1.1, 26.1.2 · 4 апреля 2026 г.
  • Minecraft 26.1.1 update
neoforge-1.0.12-26.1.1Релиз26.1, 26.1.1, 26.1.2 · 4 апреля 2026 г.
  • Minecraft 26.1.1 update
fabric-1.0.12-1.21.11Релиз1.21.11 · 12 декабря 2025 г.
  • Minecraft 1.21.11 update
neoforge-1.0.12-1.21.11Релиз1.21.11 · 12 декабря 2025 г.
  • Minecraft 1.21.11 update
paper-1.0.12Релиз26.1.1, 26.1.2, 26.2 · 24 ноября 2025 г.
  • Fix rare crash with Replay Mod
fabric-1.0.12-1.21.9Релиз1.21.9, 1.21.10 · 24 ноября 2025 г.
  • Fix rare crash with Replay Mod

Полная история изменений — на Modrinth.

Комментарии

Загружаем…