diff --git a/application.yml b/application.yml index 4a97aca..af1ca04 100644 --- a/application.yml +++ b/application.yml @@ -1,21 +1,16 @@ server: # REST and WS server port: 2333 address: 0.0.0.0 - http2: - enabled: false # Whether to enable HTTP/2 support plugins: # name: # Name of the plugin # some_key: some_value # Some key-value pair for the plugin # another_key: another_value lavalink: plugins: -# - dependency: "com.github.example:example-plugin:1.0.0" # required, the coordinates of your plugin -# repository: "https://maven.example.com/releases" # optional, defaults to the Lavalink releases repository by default -# snapshot: false # optional, defaults to false, used to tell Lavalink to use the snapshot repository instead of the release repository -# pluginsDir: "./plugins" # optional, defaults to "./plugins" -# defaultPluginRepository: "https://maven.lavalink.dev/releases" # optional, defaults to the Lavalink release repository -# defaultPluginSnapshotRepository: "https://maven.lavalink.dev/snapshots" # optional, defaults to the Lavalink snapshot repository +# - dependency: "group:artifact:version" +# repository: "repository" server: + password: "youshallnotpass" sources: youtube: true bandcamp: true @@ -93,4 +88,4 @@ logging: logback: rollingpolicy: max-file-size: 1GB - max-history: 30 \ No newline at end of file + max-history: 30 diff --git a/docker-compose.yml b/docker-compose.yml index b6eda8f..6f666e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: lavalink: # pin the image version to Lavalink v4 - image: ghcr.io/lavalink-devs/lavalink:3.7.10 + image: ghcr.io/lavalink-devs/lavalink:3.7.11 container_name: lavalink restart: unless-stopped environment: diff --git a/plugins-x/lavasearch-plugin-1.0.0.jar b/plugins-x/lavasearch-plugin-1.0.0.jar deleted file mode 100644 index 9ebbc3c..0000000 Binary files a/plugins-x/lavasearch-plugin-1.0.0.jar and /dev/null differ diff --git a/plugins-x/skybot-lavalink-plugin-1.6.3.jar b/plugins-x/skybot-lavalink-plugin-1.6.3.jar deleted file mode 100644 index d9a6410..0000000 Binary files a/plugins-x/skybot-lavalink-plugin-1.6.3.jar and /dev/null differ diff --git a/plugins-x/sponsorblock-plugin-3.0.0.jar b/plugins-x/sponsorblock-plugin-3.0.0.jar deleted file mode 100644 index 68c70c8..0000000 Binary files a/plugins-x/sponsorblock-plugin-3.0.0.jar and /dev/null differ