mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Update ServerLib & remove Java version check
We now require Java 16 onwards
This commit is contained in:
parent
9acf9f4f19
commit
9fa0a8b27b
@ -559,8 +559,6 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
|
|||||||
|
|
||||||
// Check if we are in a safe environment
|
// Check if we are in a safe environment
|
||||||
ServerLib.checkUnsafeForks();
|
ServerLib.checkUnsafeForks();
|
||||||
// Check whether the server runs on 16 or greater
|
|
||||||
ServerLib.checkJavaLTS();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void unload() {
|
private void unload() {
|
||||||
|
@ -37,7 +37,7 @@ paperlib = "1.0.6"
|
|||||||
|
|
||||||
mvdwapi = "3.1.1"
|
mvdwapi = "3.1.1"
|
||||||
squirrelid = "1.0.0-SNAPSHOT"
|
squirrelid = "1.0.0-SNAPSHOT"
|
||||||
serverlib = "2.1.0"
|
serverlib = "2.2.1"
|
||||||
http4j = "1.1-SNAPSHOT"
|
http4j = "1.1-SNAPSHOT"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
Loading…
Reference in New Issue
Block a user