Back to marketplace
pv-addon-voice-messages
Modrinth Plugin

pv-addon-voice-messages

Server-side Plasmo Voice addon that adds voice messages.

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Plugin

Access

Free

Latest version

1.0.0-beta.4

Downloads

19 335

Loaders / Platforms

fabric folia forge neoforge paper purpur spigot

Minecraft versions

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

Description

Detailed information

![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.

Developer

Apehum

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Change log

Project versions

Published versions and original Modrinth files.

1.0.0-beta.4 Current Beta 20.01.2026

1.0.0-beta.4

Supported Minecraft versions
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
Loaders / Platforms
fabric folia forge neoforge paper purpur spigot
Show changes
- Fixed packevents chat integration not loading properly. - Fixed LateInitCommand#hasPermission throwing an exception when not initialized yet.
Sign in

1.58 MB

1.0.0-beta.3 Beta 20.01.2026

1.0.0-beta.3

Supported Minecraft versions
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
Loaders / Platforms
fabric folia forge neoforge paper purpur spigot
Show changes
- 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.
Sign in

1.58 MB

1.0.0-beta.2 Beta 17.01.2026

1.0.0-beta.2

Supported Minecraft versions
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
Loaders / Platforms
fabric folia forge neoforge paper purpur spigot
Show changes
- Fixed voice messages stops working after any exception is thrown at command execution.
Sign in

1.56 MB

1.0.0-beta.1 Beta 15.12.2025

1.0.0-beta.1

Supported Minecraft versions
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
Loaders / Platforms
fabric folia forge neoforge paper purpur spigot
Sign in

1.56 MB