9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 11:29:18 +00:00

feat: Multiple Wardrobes

This commit is contained in:
LoJoSho
2023-05-23 10:50:09 -05:00
parent b270d022d4
commit 54e8e5102a
12 changed files with 254 additions and 150 deletions

View File

@@ -242,6 +242,7 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
getInstance().getLogger().info("Successfully Enabled HMCCosmetics");
getInstance().getLogger().info(Cosmetics.values().size() + " Cosmetics Successfully Setup");
getInstance().getLogger().info(Menus.getMenuNames().size() + " Menus Successfully Setup");
getInstance().getLogger().info(WardrobeSettings.getWardrobes().size() + " Wardrobes Successfully Setup");
getInstance().getLogger().info("Data storage is set to " + DatabaseSettings.getDatabaseType());
Bukkit.getPluginManager().callEvent(new HMCCosmeticSetupEvent());