mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-02 21:01:48 +01:00
Change maximum supported version to 1.17.
This commit is contained in:
parent
81f687780e
commit
bea1d2d945
@ -129,7 +129,7 @@ public class SkyBlock extends SongodaPlugin {
|
||||
|
||||
@Override
|
||||
public void onPluginEnable() {
|
||||
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_16) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
|
||||
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_17) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
|
||||
this.getLogger().warning("This Minecraft version is not officially supported.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user