Назад в магазин
pv-addon-voice-messages
Modrinth Plugin

pv-addon-voice-messages

Server-side Plasmo Voice addon that adds voice messages.

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

1.0.0-beta.4

Загрузки

19 335

Загрузчики / Платформы

fabric folia forge neoforge paper purpur spigot

Minecraft версии

1.16.5 1.17.1 1.18.2 1.19.2 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Описание

Подробная информация

![Addon icon](https://github.com/apehum/pv-addon-voice-messages/raw/main/.github/assets/icon.png) <div> <a href="https://modrinth.com/mod/plasmo-voice">Plasmo Voice</a> <span> | </span> <a href="https://modrinth.com/plugin/pv-addon-voice-messages">Modrinth</a> <span> | </span> <a href="https://github.com/Apehum/pv-addon-voice-messages/">GitHub</a> <span> | </span> <a href="https://discord.com/invite/uueEqzwCJJ">Discord</a> <span> | </span> <a href="https://www.patreon.com/plasmomc">Patreon</a> </div> # pv-addon-voice-messages Server-side [Plasmo Voice](https://modrinth.com/mod/plasmo-voice) addon that adds voice messages. ![Addon showcase](https://github.com/apehum/pv-addon-voice-messages/raw/main/.github/assets/showcase.gif) ## Commands - `/vm` — Record and send a voice message to all players (same as `/vm default`) - `/vm default` — Record and send a voice message to all players - `/vm direct <player>` — Record and send a voice message to a specific player ## Permissions - `pv.addon.voice_messages.play` — Play voice messages (default true) - `pv.addon.voice_messages.record.default` — Record and send global voice messages (default true) - `pv.addon.voice_messages.record.direct` — Record and send direct voice messages (default true) - `pv.addon.voice_messages.record.*` — Record and send voice messages in any context (default OP) ## Configuration The configuration file is located at `plugins/pv-addon-voicemessages/config.toml` (`/config/pv-addon-voicemessages/config.toml` for Fabric/Forge/NeoForge). ```toml # Activation to use for recording activation = "proximity" # Maximum duration of voice message max_duration_seconds = 60 # How long recorded voice messages will be stored expire_after_minutes = 10 # Whether actionbar text should be shown when recording a voice message actionbar_when_recording = true # Source line weight controls sorting order in "Volume" # Higher weights are placed at the bottom of the list source_line_weight = 100 # Available storage types: [MEMORY, REDIS] storage_type = "MEMORY" [chat_format] default = "<lang:chat.type.text:'<player_name>':'<voice_message>'>" direct_incoming = "<italic><gray><lang:commands.message.display.incoming:'<source_player_name>':'<voice_message>'>" direct_outgoing = "<italic><gray><lang:commands.message.display.outgoing:'<target_player_name>':'<voice_message>'>" # Redis configuration (required if storageType is REDIS) #[redis] #host = "localhost" #port = 6379 #user = "" #password = "" ``` ## API ```kotlin repositories { mavenCentral() } dependencies { compileOnly("dev.apehum.voicemessages:api:1.0.0-beta.1") } ``` See [api-example](https://github.com/apehum/pv-addon-voice-messages/tree/main/api-example) for basic usage.

Разработчик

Apehum

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

1.0.0-beta.4 Актуальная Beta 20.01.2026

1.0.0-beta.4

Поддерживаемые версии Minecraft
1.16.5 1.17.1 1.18.2 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
Загрузчики / Платформы
fabric folia forge neoforge paper purpur spigot
Показать изменения
- Fixed packevents chat integration not loading properly. - Fixed LateInitCommand#hasPermission throwing an exception when not initialized yet.
Войти

1.58 MB

1.0.0-beta.3 Beta 20.01.2026

1.0.0-beta.3

Поддерживаемые версии Minecraft
1.16.5 1.17.1 1.18.2 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
fabric folia forge neoforge paper purpur spigot
Показать изменения
- Fixed redis configuration not loading properly. - Fixed player suggestions in `/vm direct` not respecting vanish. - Added support for other chat plugins on Paper via packetevents.
Войти

1.58 MB

1.0.0-beta.2 Beta 17.01.2026

1.0.0-beta.2

Поддерживаемые версии Minecraft
1.16.5 1.17.1 1.18.2 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
fabric folia forge neoforge paper purpur spigot
Показать изменения
- Fixed voice messages stops working after any exception is thrown at command execution.
Войти

1.56 MB

1.0.0-beta.1 Beta 15.12.2025

1.0.0-beta.1

Поддерживаемые версии Minecraft
1.16.5 1.17.1 1.18.2 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
fabric folia forge neoforge paper purpur spigot
Войти

1.56 MB