From 6795a4c25c1ab7f69f44b45aefffb61da9f8c58e Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 12 Oct 2020 17:05:32 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index db6bbfb2..98227a29 100644 --- a/readme.md +++ b/readme.md @@ -74,13 +74,19 @@ If you work with KSpigot, you also need Spigot as a dependency. KSpigot is a kotlin extension for the popular [spigot server software](https://spigotmc.org/) for minecraft. 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: +
+Notice +

+ 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. +

+
+ ## Contact Discord: `BLUE#6649`