we run on 1.13-1.17

This commit is contained in:
dfsek
2021-09-26 15:05:15 -07:00
parent bb463dae7e
commit 13cfb3adc6

View File

@@ -135,9 +135,6 @@ public class TerraBukkitPlugin extends JavaPlugin {
private boolean doVersionCheck() {
logger.info("Running on version {} with {}.", VersionUtil.getMinecraftVersionInfo(), VersionUtil.getSpigotVersionInfo());
if(VersionUtil.getMinecraftVersionInfo().getMinor() < 17)
logger.error("Terra does not work on version 1.16.5 at the moment.");
if(!VersionUtil.getSpigotVersionInfo().isSpigot())
logger.error("YOU ARE RUNNING A CRAFTBUKKIT OR BUKKIT SERVER JAR. PLEASE UPGRADE TO PAPER.");