9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 03:19:15 +00:00

Off hand works now, and added some database converter stuff

This commit is contained in:
HeroBrineGoat
2022-01-21 17:59:59 -05:00
parent 81db0cab06
commit b63c130730
16 changed files with 320 additions and 120 deletions

View File

@@ -20,7 +20,6 @@ import org.bstats.bukkit.Metrics;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
import java.io.BufferedReader;
import java.sql.SQLException;
import java.util.Arrays;
import java.util.HashMap;
@@ -80,7 +79,7 @@ public class HMCCosmetics extends JavaPlugin {
new ClickListener(this),
new TeleportListener(this),
new RespawnListener(this),
new HatRemoveFixListener(this)
new CosmeticFixListener(this)
).
forEach(
listener -> this.getServer().getPluginManager().registerEvents(listener, this)