Update readme.md

This commit is contained in:
bluefireoly
2020-09-28 19:47:58 +02:00
parent 3b722681e7
commit 000d345f7e

View File

@@ -75,10 +75,12 @@ KSpigot is a kotlin extension for the popular [spigot server software](https://s
KSpigot adds functionality missing in spigot and partly makes it possible to do it the kotlin way. Most of KSpigot's extensions are stable.
IMPORTANT:
Extensions marked with NMS annotations like `@NMS_GENERAL` or `@NMS_"VERSIONSTRING"` are unstable.
Extensions marked with the annotation `@NMS_GENERAL` are unstable.
Extensions marked with the `@UnsafeImplementaion` annotation do not promise to always give the correct result, but are still useful and therefore included in the project. This readme DOES NOT contain any unsafe parts of KSpigot.
Please keep in mind that this extensions is still in a more early stage of development - some parts of the API may change in future versions.
## First of all
**Inherit from `KSpigot` instead of `JavaPlugin` in your main class** <br>