From bb5f68283be09933fed1d29aafacd5060fea31ab Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 17:51:54 +0000 Subject: [PATCH] Updated empty (default) EcoPlugin constructor --- eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);