Back to marketplace
pv-addon-lavaplayer-lib
Modrinth Plugin

pv-addon-lavaplayer-lib

Add-on library with bundled needed for some Plasmo Voice add-ons.

Minecraft product info

Important product information

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

Type

Plugin

Access

Free

Latest version

1.2.3

Downloads

69 316

Loaders / Platforms

bungeecord fabric folia forge neoforge paper purpur spigot velocity

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

Categories

library

Description

Detailed information

![](https://i.imgur.com/Z5S9yGW.png) <div> <a href="https://modrinth.com/mod/plasmo-voice">Plasmo Voice</a> <span> | </span> <a href="https://modrinth.com/mod/pv-addon-lavaplayer-lib">Modrinth</a> <span> | </span> <a href="https://www.spigotmc.org/resources/plasmo-voice-server.91064/">Spigot</a> <span> | </span> <a href="https://github.com/plasmoapp/pv-addon-lavaplayer-lib/">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-lavaplayer-lib Add-on bundled with [LavaPlayer fork](https://github.com/Walkyst/lavaplayer-fork) library required for some Plasmo Voice add-ons. ## Installation 1. Download the add-on from [Modrinth](https://modrinth.com/mod/pv-addon-lavaplayer-lib) 2. Install the add-on: - For Paper, install the library in `~/plugins`. - For Fabric or Forge, install the library in `~/mods`. 3. Restart the server ## Adding to the project (For developers) ### Kotlin DSL ```kotlin repositories { maven("https://repo.plo.su") } dependencies { compileOnly("su.plo:pv-addon-lavaplayer-lib:1.0.2") } ``` ### Groovy DSL ```groovy repositories { maven { url 'https://repo.plo.su/' } } dependencies { compileOnly 'su.plo:pv-addon-lavaplayer-lib:1.0.2' } ``` ## Using with universal addons ### Kotlin ```kotlin @Addon( ... dependencies = [ Dependency(id = "pv-addon-lavaplayer-lib") ] ) ``` ### Java ```java @Addon( ... dependencies = { @Dependency(id = "pv-addon-lavaplayer-lib") } ) ``` ## Using with Bukkit plugins Add `pv-addon-lavaplayer-lib` to `plugin.yml` `depend`: ```yaml depend: - pv-addon-lavaplayer-lib ```

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.2.3 Current Release 28.08.2026

1.2.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 26.1 26.1.1 26.1.2 26.2
Loaders / Platforms
bungeecord fabric folia forge neoforge paper purpur spigot velocity
Show changes
- Updated `youtube-source` to [the latest snapshot](https://github.com/lavalink-devs/youtube-source/commit/f45bbb7aebfcbc1c553769e04af6cd43afa8b7c3) to fix `The page needs to be reloaded`.
Sign in

33.5 MB

1.2.2 Release 23.07.2026

1.2.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 26.1 26.1.1 26.1.2 26.2
Loaders / Platforms
bungeecord fabric folia forge neoforge paper purpur spigot velocity
Show changes
- Updated `youtube-source` to latest snapshot to fix aac decoder error `Caused by: Expected decoding to halt, got: 5`.
Sign in

33.5 MB

1.2.1 Release 12.05.2026

1.2.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 26.1 26.1.1 26.1.2 26.2
Loaders / Platforms
bungeecord fabric folia forge neoforge paper purpur spigot velocity
Show changes
- Fixed Twitch source always returning "No matches".
Sign in

33.5 MB

1.2.0 Release 21.04.2026

1.2.0

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
Loaders / Platforms
bungeecord fabric folia forge neoforge paper purpur spigot velocity
Show changes
- youtube-source updated to [latest commit](https://github.com/lavalink-devs/youtube-source/commit/fb0eca58dde51169e9c1f4f44831386c4e175dbe) to fix "This video is unavailable" in some cases. - [lavasrc](https://github.com/topi314/LavaSrc) added to support additional audio sources. ([#54](https://github.com/plasmoapp/pv-addon-lavaplayer-lib/pull/54))
Sign in

33.5 MB

1.1.10 Release 07.11.2025

1.1.10

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to [1.16.0](https://github.com/lavalink-devs/youtube-source/releases/tag/1.16.0) with remote cipher support.
Sign in

32.88 MB

1.1.9 Release 30.08.2025

1.1.9

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to [1.13.5](https://github.com/lavalink-devs/youtube-source/releases/tag/1.13.5) to fix "This video cannot be loaded."
Sign in

32.87 MB

1.1.8 Release 06.08.2025

1.1.8

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to [1.13.4](https://github.com/lavalink-devs/youtube-source/releases/tag/1.13.4) to fix "This video cannot be loaded."
Sign in

32.87 MB

1.1.7 Release 01.07.2025

1.1.7

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to [1.13.3](https://github.com/lavalink-devs/youtube-source/releases/tag/1.13.3) to fix "This video cannot be loaded."
Sign in

32.87 MB

1.1.6 Release 02.05.2025

1.1.6

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to [snapshot](https://github.com/lavalink-devs/youtube-source/commit/0e5cfca4e88c32db430ce76e6866b13035c85d22) to fix "This video cannot be loaded."
Sign in

32.88 MB

1.1.5 Release 29.03.2025

1.1.5

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to 1.12.0 to fix "This video cannot be loaded."
Sign in

32.87 MB

1.1.4 Release 25.03.2025

1.1.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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to the latest snapshot to fix "This video cannot be loaded." ("Must find decipher function from script").
Sign in

32.87 MB

1.1.3 Release 01.02.2025

1.1.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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to 1.11.4 to fix "Problematic YouTube player script".
Sign in

32.87 MB

1.1.2 Alpha 10.12.2024

1.1.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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- youtube-source updated to 1.11.1 to fix "Problematic YouTube player script".
Sign in

32.87 MB

1.1.1 Alpha 06.12.2024

1.1.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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- Lavaplayer is updated to v2. - youtube-source updated to 1.10.2 to fix oauth 400 errors.
Sign in

32.87 MB

1.1.0 Alpha 28.09.2024

1.1.0

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
Loaders / Platforms
bungeecord fabric forge neoforge paper spigot velocity
Show changes
- Update to Plasmo Voice 2.1.0. This version is not compatible with PV 2.0.x.
Sign in

32.46 MB

1.0.12 Release 23.08.2024

1.0.12

Supported Minecraft versions
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
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix playback issues (403 errors)
Sign in

32.45 MB

1.0.11 Release 06.08.2024

1.0.11

Supported Minecraft versions
1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix playback issues - YouTube authorization (requires [pre-release](https://github.com/plasmoapp/pv-addon-discs/releases/tag/1.0.8) of pv-addon-discs)
Sign in

32.44 MB

1.0.10 Release 11.07.2024

1.0.10

Supported Minecraft versions
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
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix "Not success status code: 403" with YouTube videos
Sign in

32.43 MB

1.0.9 Release 05.05.2024

1.0.9

Supported Minecraft versions
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
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix "No matches" with YouTube direct video ids
Sign in

32.43 MB

1.0.8 Release 29.04.2024

1.0.8

Supported Minecraft versions
1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- New [youtube source](https://github.com/lavalink-devs/youtube-source) bundled to fix "Video returned by YouTube isn't what was requsted" issue. Make sure to update the pv-addon-discs to the latest version for the new source to work.
Sign in

32.43 MB

1.0.7 Release 09.03.2024

1.0.7

Supported Minecraft versions
1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Lavaplayer was updated to fix playback errors - Removed relocation of "org.mozilla" to fix errors caused by incorrect relocation
Sign in

32.28 MB

1.0.6 Release 11.09.2023

1.0.6

Supported Minecraft versions
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
bungeecord fabric folia forge paper spigot velocity
Show changes
- Folia support
Sign in

32.33 MB

1.0.5 Release 07.08.2023

1.0.5

Supported Minecraft versions
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- Native java classes was moved back to fix audio codecs - Use another fork of lavaplayer to fix 403 error with youtube
Sign in

32.33 MB

1.0.4 Release 12.06.2023

1.0.4

Supported Minecraft versions
1.19.2 1.19.3 1.19.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- relocate lavaplayer to fix conflicts with other plugins
Sign in

28.04 MB

1.0.3 Release 07.04.2023

1.0.3

Supported Minecraft versions
1.19.2 1.19.3 1.19.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Show changes
- relocate kotlin to support Plasmo Voice 2.0.3
Sign in

27.91 MB

1.0.2 Release 25.03.2023

1.0.2

Supported Minecraft versions
1.19.2 1.19.3 1.19.4
Loaders / Platforms
bungeecord fabric forge paper spigot velocity
Sign in

27.91 MB