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

@@ -1,6 +1,7 @@
# KSpigot
KSpigot extends Spigot (and all of its forks) with additional functionality. This reaches from small extension functions, to features making use of Kotlin's language features and finally to bigger APIs (e.g. the GUI API).
KSpigot extends Paper (and all of its forks) with additional functionality. This reaches from small extension functions,
to features making use of Kotlin's language features and finally to bigger APIs (e.g. the GUI API).
KSpigot is [at home on GitHub](https://github.com/bluefireoly/KSpigot). Feel free to contribute to the project.
@@ -12,4 +13,5 @@ In order to get started, follow the [setup guide](setup/gradle.md).
Contributions to the documentation are welcome, as it is written by the community itself.
Create a fork of KSpigot and add new markdown files to `guide/docs/`, commit and push the changes and then create a pull request to the main project.
Create a fork of KSpigot and add new markdown files to `guide/docs/`, commit and push the changes and then create a pull
request to the main project.