pv-addon-lavaplayer-lib

pv-addon-lavaplayer-lib

v1.2.3
Modrinth 35 followers 69 316 downloads
by Apehum
Sign in

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

Product

About

pv-addon-lavaplayer-lib

Add-on bundled with LavaPlayer fork library required for some Plasmo Voice add-ons.

Installation

  1. Download the add-on from Modrinth
  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

repositories {
    maven("https://repo.plo.su")
}

dependencies {
    compileOnly("su.plo:pv-addon-lavaplayer-lib:1.0.2")
}

Groovy DSL

repositories {
    maven { url 'https://repo.plo.su/' }
}

dependencies {
    compileOnly 'su.plo:pv-addon-lavaplayer-lib:1.0.2'
}

Using with universal addons

Kotlin

@Addon(
    ...
    dependencies = [
        Dependency(id = "pv-addon-lavaplayer-lib")
    ]
)

Java

@Addon(
    ...
    dependencies = {
        @Dependency(id = "pv-addon-lavaplayer-lib")
    }
)

Using with Bukkit plugins

Add pv-addon-lavaplayer-lib to plugin.yml depend:

depend:
  - pv-addon-lavaplayer-lib
Preview

Product images

Environment

Requirements & compatibility

Compatibility & requirements

BungeecordFabricFoliaForgeNeoforgePaperPurpurSpigot1.16.51.17.11.18.21.19.2 – 1.21.1126.126.1.126.1.226.2

Local host

Unsupported

Hosting on services

Required

Terms

License

Terms for using, modifying and redistributing this product.

MIT LicenseModrinth
Release

Latest release

v1.2.3

28.08.2026 · Modrinth