Lavalink Plugins

Enhance your Lavalink server with these community-created plugins

About Plugins

Lavalink 4 introduced a plugin system that allows extending functionality without modifying the core codebase. Plugins can add new audio sources, filters, commands, and more.

To install a plugin, download the JAR file and place it in the plugins folder in your Lavalink directory. Then restart your Lavalink server.

source Plugins

Lavalink-DPotify

v1.0.0

A plugin for Lavalink that adds Spotify support

By topi314
GitHub

lavasrc

v4.0.0

Advanced audio sources for Lavalink, including Spotify, Apple Music, Deezer, and more

By topi314
GitHub

filter Plugins

sponsorblock-plugin

v1.0.0

Lavalink plugin that uses SponsorBlock API to skip sponsored YouTube segments

By topi314
GitHub

lavalink-filter-plugin

v1.0.1

A Lavalink plugin that adds audio filtering capabilities

By esmBot
GitHub

search Plugins

lavasearch

v1.0.0

Advanced search functionality for Lavalink

By topi314
GitHub

Creating Plugins

Interested in creating your own Lavalink plugin? The process is straightforward for Java developers:

  1. Create a new Java/Kotlin project
  2. Add Lavalink's plugin API as a dependency
  3. Implement the plugin interface
  4. Build your plugin as a JAR file