Switch from Spigot to Paper in docs

This commit is contained in:
Jakob K
2021-12-12 03:47:33 +01:00
parent 17c1f79341
commit 73ddd73c27
7 changed files with 39 additions and 70 deletions

View File

@@ -8,10 +8,9 @@ An example of a final configuration file [is also available](gradle_example.md).
Make sure that you have [configured the Java version](beginners/java_version.md) correctly.
### Add the Spigot dependency
### Add paper (via paperweight)
KSpigot does not replace Spigot, it is just an API which you can use together with Spigot. Therefore, please make sure
that you have [added Spigot to your project as well](beginners/spigot_dependency.md).
Add the paperweight Gradle plugin. Have a look at [the example](gradle_example.md).
## Add KSpigot