9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-27 10:59:14 +00:00

Moved lots of messages to debug mode

This commit is contained in:
LoJoSho
2022-12-27 13:32:48 -06:00
parent 0e40633e0d
commit 0aef8c9c3d
22 changed files with 151 additions and 73 deletions

View File

@@ -148,6 +148,10 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
user.updateCosmetic();
}
*/
getInstance().getLogger().info("Successfully Enabled HMCCosmetics");
getInstance().getLogger().info(Cosmetics.values().size() + " Cosmetics Successfully Setup");
getInstance().getLogger().info(Menus.getMenuNames().size() + " Menus Successfully Setup");
}
public static boolean isDisable() {