Add Java 16 notice

This commit is contained in:
Jakob K
2021-06-15 21:18:11 +02:00
parent f2dbb59c4c
commit a748b903e0

View File

@@ -25,3 +25,6 @@ You can no longer await anvil input from a player. This feature was not stable e
The `Listener.register()` extension function now is no longer available, instead it has been replaced
by `SingleListener<T : Event>.register()`. Don't worry, this means that this change does not affect you if you are using
the `listen` function provided by KSpigot.
KSpigot is now compiled using **Java 16**! Make sure to use Java 16 aswell. Java 16 is now the minimum required version
for Minecraft by Mojang.