diff --git a/guide/docs/setup/spigot.md b/guide/docs/setup/spigot.md index 499da7dd..cec8396a 100644 --- a/guide/docs/setup/spigot.md +++ b/guide/docs/setup/spigot.md @@ -25,3 +25,9 @@ Now select `Java` and `Kotlin/JVM` as your frameworks. After that, you can create your project. You may now continue with the [Setup using Gradle](gradle.md) guide. + +## Add the Spigot `plugin.yml` + +Create a new file called `plugin.yml` in the `resources` directory of your project. + +[Read the official documentation](https://www.spigotmc.org/wiki/plugin-yml/) for the Spigot plugin.yml file.