From 71aa0b59888b2357dcece6d8c6e744610c6a85b4 Mon Sep 17 00:00:00 2001 From: Jakob K Date: Fri, 23 Apr 2021 21:37:21 +0000 Subject: [PATCH] Force page deployment --- guide/docs/setup/beginners.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/docs/setup/beginners.md b/guide/docs/setup/beginners.md index 10383ac2..aef7a2b1 100644 --- a/guide/docs/setup/beginners.md +++ b/guide/docs/setup/beginners.md @@ -15,3 +15,5 @@ You should be able to use Gradle as your build system, although you do not have ## Spigot 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/).