migrate into paper plugin

This commit is contained in:
hyperdefined
2026-03-04 17:45:57 -05:00
parent 58042980eb
commit 870b086a94
4 changed files with 95 additions and 65 deletions

View File

@@ -152,7 +152,7 @@ public final class ToolStats extends JavaPlugin {
Bukkit.getServer().getPluginManager().registerEvents(inventoryClose, this);
Bukkit.getServer().getPluginManager().registerEvents(playerDrop, this);
this.getCommand("toolstats").setExecutor(commandToolStats);
registerCommand("toolstats", commandToolStats);
HyperUpdater updater = new HyperUpdater(hyperLib);
updater.setGitHub("hyperdefined", "ToolStats");