Skip to content

Commit

Permalink
Update Fundamentals.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Grassboii authored Oct 1, 2024
1 parent b64ad6a commit e251474
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void onEnable() {
//Commands
// Bukkit.getPluginCommand("heal").setExecutor(new CommandHeal());
Bukkit.getPluginCommand("home").setExecutor(new CommandHome(plugin));
Bukkit.getPluginCommand("homesearch").setExecutor(new CommandHomeSearch(plugin));
// Bukkit.getPluginCommand("afk").setExecutor(new CommandAFK());
Bukkit.getPluginCommand("hat").setExecutor(new CommandHat());
Bukkit.getPluginCommand("sethome").setExecutor(new CommandSetHome());
Expand Down

0 comments on commit e251474

Please sign in to comment.