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

MythicMobs Item Support

This commit is contained in:
LoJoSho
2023-01-13 15:27:10 -06:00
parent 021a7a13ef
commit 81affbc7e0
5 changed files with 50 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
// Plugin startup logic
instance = this;
// bstats https://bstats.org/plugin/bukkit/HMCCosmetics/13873
final Metrics metrics = new Metrics(this, pluginId);
Metrics metrics = new Metrics(this, pluginId);
// NMS version check
if (!NMSHandlers.getHandler().getSupported()) {