
pv-addon-lavaplayer-lib
Add-on library with bundled needed for some Plasmo Voice add-ons.
- Загрузки
- 63K
- Подписчики
- 33
- Обновлён
- 12 мая 2026 г.
- Лицензия
- MIT
Опубликован 20 марта 2023 г.

pv-addon-lavaplayer-lib
Add-on bundled with LavaPlayer fork library required for some Plasmo Voice add-ons.
Installation
- Download the add-on from Modrinth
- Install the add-on:
- For Paper, install the library in
~/plugins. - For Fabric or Forge, install the library in
~/mods.
- For Paper, install the library in
- 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
Центр версий
2 из 24Ченджлог
1.2.1Релиз26.1.1, 26.1.2, 26.2 · 12 мая 2026 г.
- Fixed Twitch source always returning "No matches".
1.2.0Релиз26.1, 26.1.1, 26.1.2 · 21 апреля 2026 г.
- youtube-source updated to latest commit to fix "This video is unavailable" in some cases.
- lavasrc added to support additional audio sources. (#54)
1.1.10Релиз26.1, 26.1.1, 26.1.2 · 7 ноября 2025 г.
- youtube-source updated to 1.16.0 with remote cipher support.
1.1.9Релиз1.21.8, 1.21.9, 1.21.10 · 30 августа 2025 г.
- youtube-source updated to 1.13.5 to fix "This video cannot be loaded."
1.1.8Релиз1.21.6, 1.21.7, 1.21.8 · 6 августа 2025 г.
- youtube-source updated to 1.13.4 to fix "This video cannot be loaded."
1.1.7Релиз1.21.6, 1.21.7, 1.21.8 · 1 июля 2025 г.
- youtube-source updated to 1.13.3 to fix "This video cannot be loaded."
1.1.6Релиз1.21.3, 1.21.4, 1.21.5 · 2 мая 2025 г.
- youtube-source updated to snapshot to fix "This video cannot be loaded."
1.1.5Релиз1.21.2, 1.21.3, 1.21.4 · 29 марта 2025 г.
- youtube-source updated to 1.12.0 to fix "This video cannot be loaded."
Комментарии
Загружаем…