From 4530e6da12627ed43384d032739547d4fbecf660 Mon Sep 17 00:00:00 2001 From: Jakob K Date: Fri, 23 Apr 2021 20:01:05 +0000 Subject: [PATCH] Create beginners.md --- guide/docs/setup/beginners.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guide/docs/setup/beginners.md diff --git a/guide/docs/setup/beginners.md b/guide/docs/setup/beginners.md new file mode 100644 index 00000000..10383ac2 --- /dev/null +++ b/guide/docs/setup/beginners.md @@ -0,0 +1,17 @@ +# For absolute beginners + +There are several things required to get started with KSpigot. + +## Kotlin + +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). + +## 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. + +## 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.