Skip to content

Commit 21be589

Browse files
committed
drop lavalink v3 support
1 parent 2d91402 commit 21be589

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,10 @@ YoutubeAudioSourceManager youtube = new YoutubeAudioSourceManager(/*allowSearch:
9999
```
100100

101101
## plugin
102-
This module serves as the plugin for use with [Lavalink](https://github.com/lavalink-devs/Lavalink).
102+
This module serves as the plugin for use with [Lavalink v4](https://github.com/lavalink-devs/Lavalink).
103103

104104
To use this plugin with Lavalink, you must declare the dependency.
105105

106-
<details>
107-
<summary>Using with Lavalink v3:</summary>
108-
109-
```yaml
110-
lavalink:
111-
plugins:
112-
# Replace VERSION with the current version as shown by the Releases tab or a long commit hash for snapshots.
113-
- dependency: "dev.lavalink.youtube:youtube-plugin:VERSION"
114-
repository: "https://maven.lavalink.dev/releases" # use https://maven.lavalink.dev/snapshots if you want to use a snapshot version.
115-
```
116-
117-
</details>
118-
119106
<details>
120107
<summary>Using with Lavalink v4:</summary>
121108

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
}
3333

3434
java {
35-
sourceCompatibility = JavaVersion.VERSION_11
36-
targetCompatibility = JavaVersion.VERSION_11
35+
sourceCompatibility = JavaVersion.VERSION_17
36+
targetCompatibility = JavaVersion.VERSION_17
3737
}
3838

3939
mavenPublishing {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
1515
library("lavaplayer-v1", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer-v1")
1616
library("lavaplayer-v2", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer-v2")
1717

18-
version("lavalink", "3.7.11")
18+
version("lavalink", "4.0.7")
1919
library("lavalink-server", "dev.arbjerg.lavalink", "Lavalink-Server").versionRef("lavalink")
2020
library("lavaplayer-ext-youtube-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer-v1")
2121

0 commit comments

Comments
 (0)