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 3930f77c..5c8c5fba 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 @@ -155,7 +155,8 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike { * Create a new plugin. *
* Will read from eco.yml (like plugin.yml) to fetch values that would otherwise be passed - * into the constructor. + * into the constructor. If no eco.yml is present, the plugin will load without extension + * support, without proxy support, with no update-checker or bStats, and with the color white. */ protected EcoPlugin() { this((PluginProps) null);