diff --git a/plugin/src/main/java/de/epiceric/shopchest/ShopChest.java b/plugin/src/main/java/de/epiceric/shopchest/ShopChest.java index cfb42c1..b7be5df 100644 --- a/plugin/src/main/java/de/epiceric/shopchest/ShopChest.java +++ b/plugin/src/main/java/de/epiceric/shopchest/ShopChest.java @@ -209,6 +209,7 @@ public class ShopChest extends JavaPlugin { getLogger().warning("Server version not officially supported: " + Utils.getServerVersion() + "!"); //getLogger().warning("Plugin may still work, but more errors are expected!"); getServer().getPluginManager().disablePlugin(this); + return; } shopUtils = new ShopUtils(this);