diff --git a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java index f23f4592..b703d019 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java +++ b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java @@ -345,7 +345,7 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike { this.langYml = this.createLangYml(); - if (!this.langYml.isValid()) { + if (!this.langYml.isValid() && !(this instanceof Eco)) { this.getLogger().warning("Notify plugin authors " + String.join(", ", this.getDescription().getAuthors()) + " that"); this.getLogger().warning("they are missing crucial lang.yml keys! They can be found"); this.getLogger().warning("in the LangYml class.");