Added startup message in constructor

This commit is contained in:
Auxilor
2022-04-25 09:42:03 +01:00
parent a19cc7df1e
commit be25f2f4fc

View File

@@ -319,6 +319,8 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike {
Eco.getHandler().addNewPlugin(this);
this.getLogger().info("Initializing " + this.getColor() + this.getName());
/*
The minimum eco version check was moved here because it's very common
to add a lot of code in the constructor of plugins; meaning that the plugin