Skip to content

Commit a77c72b

Browse files
committed
normalize plugin names
1 parent 2722a38 commit a77c72b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/plugins.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Lavalink loads all .jar files placed in the `plugins` directory, which you may n
1111
also download plugin .jar files automatically by editing the configuration file. See the respective plugin repository
1212
for instructions.
1313

14-
| Plugin | Description |
15-
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
16-
| [YouTube Plugin](https://github.com/lavalink-devs/youtube-source#plugin) | YouTube source plugin for Lavalink |
17-
| [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) |
18-
| [SponsorBlock Plugin](https://github.com/topi314/Sponsorblock-Plugin) | Skip sponsor segments in YouTube videos & return YouTube video chapter information |
19-
| [LavaSrc Plugin](https://github.com/topi314/LavaSrc) | Spotify, Apple Music & Deezer(native play) support |
20-
| [LavaSearch Plugin](https://github.com/topi314/LavaSearch) | Advanced search functionality including playlists, albums, artists, tracks & terms |
21-
| [LavaLyrics Plugin](https://github.com/topi314/LavaLyrics) | Lyrics API which can be used by other plugins |
22-
| [DuncteBot Plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used |
23-
| [XM Plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats |
24-
| [Lyrics.kt Plugin](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube |
25-
| [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)) |
26-
| [LavaDSPX Audio Filters](https://github.com/Devoxin/LavaDSPX-Plugin) | Additional audio filters for Lavalink |
14+
| Plugin | Description |
15+
|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
16+
| [YouTube Plugin](https://github.com/lavalink-devs/youtube-source#plugin) | YouTube source plugin for Lavalink |
17+
| [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) |
18+
| [SponsorBlock Plugin](https://github.com/topi314/SponsorBlock-Plugin) | Skip sponsor segments in YouTube videos & return YouTube video chapter information |
19+
| [LavaSrc Plugin](https://github.com/topi314/LavaSrc) | Spotify, Apple Music & Deezer(native play) support |
20+
| [LavaSearch Plugin](https://github.com/topi314/LavaSearch) | Advanced search functionality including playlists, albums, artists, tracks & terms |
21+
| [LavaLyrics Plugin](https://github.com/topi314/LavaLyrics) | Lyrics API which can be used by other plugins |
22+
| [DuncteBot Plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used |
23+
| [XM Plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats |
24+
| [Lyrics.kt Plugin](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube |
25+
| [Java Timed Lyrics Plugin](https://github.com/DuncteBot/java-timed-lyrics) | Timestamped lyrics from YouTube with Genius fallback, supports IP-rotation (supports: [LavaLyrics](https://github.com/topi314/LavaLyrics)) |
26+
| [LavaDSPX Plugin](https://github.com/Devoxin/LavaDSPX-Plugin) | Additional audio filters for Lavalink |
2727

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

0 commit comments

Comments
 (0)