diff --git a/readme.md b/readme.md index 7bd9bdc6..270eadb6 100644 --- a/readme.md +++ b/readme.md @@ -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**