Switch from Spigot to Paper in docs
This commit is contained in:
@@ -6,14 +6,15 @@ There are several things required to get started with KSpigot.
|
||||
|
||||
Kotlin is requirement for using KSpigot, as it is made for use with the Kotlin programming language.
|
||||
|
||||
You can start learning Kotlin with [the official docs](https://kotlinlang.org/docs/home.html) or by using the [Kotlin Playground](https://play.kotlinlang.org/byExample/overview).
|
||||
You can start learning Kotlin with [the official docs](https://kotlinlang.org/docs/home.html) or by using
|
||||
the [Kotlin Playground](https://play.kotlinlang.org/byExample/overview).
|
||||
|
||||
## Gradle
|
||||
|
||||
You should be able to use Gradle as your build system, although you do not have to understand to much of it. Probably it will even work if you just copy and paste the snippets this guide provides.
|
||||
You should be able to use Gradle as your build system, although you do not have to understand to much of it. Probably it
|
||||
will even work if you just copy and paste the snippets this guide provides.
|
||||
|
||||
## Spigot
|
||||
## Paper
|
||||
|
||||
Spigot is just an API, meaning that if you are able to use Kotlin, you will be able to use an API like Spigot and KSpigot. Nevertheless, it is good to know at least something about the Spigot API.
|
||||
|
||||
The Spigot API documentation can be found [here](https://hub.spigotmc.org/javadocs/bukkit/).
|
||||
Paper is just an API, meaning that if you are able to use Kotlin, you will be able to use an API like Paper and KSpigot.
|
||||
Nevertheless, it is good to know at least something about the Paper API.
|
||||
|
Reference in New Issue
Block a user