Update ServerLib & remove Java version check

We now require Java 16 onwards
This commit is contained in:
NotMyFault 2021-06-22 23:49:31 +02:00
parent 9acf9f4f19
commit 9fa0a8b27b
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 1 additions and 3 deletions

View File

@ -559,8 +559,6 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
// Check if we are in a safe environment
ServerLib.checkUnsafeForks();
// Check whether the server runs on 16 or greater
ServerLib.checkJavaLTS();
}
private void unload() {

View File

@ -37,7 +37,7 @@ paperlib = "1.0.6"
mvdwapi = "3.1.1"
squirrelid = "1.0.0-SNAPSHOT"
serverlib = "2.1.0"
serverlib = "2.2.1"
http4j = "1.1-SNAPSHOT"
[libraries]