Skip to content

Commit

Permalink
update plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 9, 2024
1 parent 53d7ad1 commit a96d69f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ Lavalink loads all .jar files placed in the `plugins` directory, which you may n
also download plugin .jar files automatically by editing the configuration file. See the respective plugin repository
for instructions.

| Plugin | Description |
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
| [YouTube Plugin](https://github.com/lavalink-devs/youtube-source#plugin) | YouTube source plugin for Lavalink |
| [Google Cloud TTS Plugin](https://github.com/DuncteBot/tts-plugin) | A text to speech plugin using the [google cloud tts api](https://cloud.google.com/text-to-speech/docs) |
| [SponsorBlock Plugin](https://github.com/topi314/Sponsorblock-Plugin) | Skip sponsor segments in YouTube videos & return YouTube video chapter information |
| [LavaSrc Plugin](https://github.com/topi314/LavaSrc) | Spotify, Apple Music & Deezer(native play) support |
| [LavaSearch Plugin](https://github.com/topi314/LavaSearch) | Advanced search functionality including playlists, albums, artists, tracks & terms |
| [LavaLyrics Plugin](https://github.com/topi314/LavaLyrics) | Lyrics API which can be used by other plugins |
| [DuncteBot Plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used |
| [XM Plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats |
| [Lyrics.kt Plugin](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube |
| [Java Timed Lyrics](https://github.com/DuncteBot/java-timed-lyrics) | Timestamped lyrics from YouTube with Genius fallback, supports IP-rotation |
| [LavaDSPX Audio Filters](https://github.com/Devoxin/LavaDSPX-Plugin) | Additional audio filters for Lavalink |
| Plugin | Description |
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| [YouTube Plugin](https://github.com/lavalink-devs/youtube-source#plugin) | YouTube source plugin for Lavalink |
| [Google Cloud TTS Plugin](https://github.com/DuncteBot/tts-plugin) | A text to speech plugin using the [google cloud tts api](https://cloud.google.com/text-to-speech/docs) |
| [SponsorBlock Plugin](https://github.com/topi314/Sponsorblock-Plugin) | Skip sponsor segments in YouTube videos & return YouTube video chapter information |
| [LavaSrc Plugin](https://github.com/topi314/LavaSrc) | Spotify, Apple Music & Deezer(native play) support |
| [LavaSearch Plugin](https://github.com/topi314/LavaSearch) | Advanced search functionality including playlists, albums, artists, tracks & terms |
| [LavaLyrics Plugin](https://github.com/topi314/LavaLyrics) | Lyrics API which can be used by other plugins |
| [DuncteBot Plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used |
| [XM Plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats |
| [Lyrics.kt Plugin](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube |
| [Java Timed Lyrics](https://github.com/DuncteBot/java-timed-lyrics) | Timestamped lyrics from YouTube with Genius fallback, supports IP-rotation (supports: [LavaLyrics](https://github.com/topi314/LavaLyrics)) |
| [LavaDSPX Audio Filters](https://github.com/Devoxin/LavaDSPX-Plugin) | Additional audio filters for Lavalink |

If you want to make your own plugin see [here](api/plugins.md)

0 comments on commit a96d69f

Please sign in to comment.