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"