Skip to content

Commit

Permalink
added hat command to Fundamentals.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Grassboii authored Jun 22, 2024
1 parent 1d4fa1a commit 5311220
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public void onEnable() {
// Bukkit.getPluginCommand("heal").setExecutor(new CommandHeal());
Bukkit.getPluginCommand("home").setExecutor(new CommandHome(plugin));
// Bukkit.getPluginCommand("afk").setExecutor(new CommandAFK());
Bukkit.getPluginCommand("hat").setExecutor(new CommandHat());
Bukkit.getPluginCommand("sethome").setExecutor(new CommandSetHome());
Bukkit.getPluginCommand("delhome").setExecutor(new CommandDelhome());
Bukkit.getPluginCommand("balance").setExecutor(new CommandBalance());
Expand Down

0 comments on commit 5311220

Please sign in to comment.