From 05eed1be3df1426a1032c2ba134051c058c42511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=CF=80?= Date: Thu, 12 Oct 2023 21:51:54 +0200 Subject: [PATCH] Update LavalinkServer/application.yml.example Co-authored-by: Freya Arbjerg --- LavalinkServer/application.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LavalinkServer/application.yml.example b/LavalinkServer/application.yml.example index 94463565a..4a6cfaac4 100644 --- a/LavalinkServer/application.yml.example +++ b/LavalinkServer/application.yml.example @@ -9,7 +9,7 @@ plugins: # another_key: another_value lavalink: plugins: -# - dependency: "com.github.example:example-plugin:1.0.0" # required, the dependency to your plugin +# - 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 release repository # 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"