From ac961f639ea8c735ae29485a8a42e38053ebb451 Mon Sep 17 00:00:00 2001 From: Jakob K Date: Fri, 23 Apr 2021 20:01:44 +0000 Subject: [PATCH] Update spigot.md --- guide/docs/setup/spigot.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.