Download pv-addon-lavaplayer-lib — Minecraft Mods — MetaMods

pv-addon-lavaplayer-lib

Active

Downloads

1

Last update

1 month ago

Versions

1.16.5 — 1.21.8
Server
Fabric
Forge
Neoforge
Libraries

pv-addon-lavaplayer-lib

Image

This addon is a library that comes bundled with a fork of LavaPlayer. This library is required for the operation of some Plasmo Voice additional modules.

Installation

  1. Download the addon from the official source
  2. Install the library in the appropriate folder:
    • For Paper servers - place the file in the ~/plugins directory
    • For Fabric or Forge - install in the ~/mods folder
  3. Restart the server to apply changes

Project Integration (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'
}

Usage with Universal Addons

Kotlin

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

Java

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

Usage with Bukkit Plugins

Add pv-addon-lavaplayer-lib to the depend section of the plugin.yml file:

depend:
  - pv-addon-lavaplayer-lib
Project members
Apehum

Apehum

Developer

kpids

kpids

Developer

Created: 27 Mar 2023

ID: 3487