Update spigot.md

This commit is contained in:
Jakob K
2021-04-23 20:01:44 +00:00
parent 136b2b1bb8
commit ac961f639e

View File

@@ -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.