Skip to content

Commit

Permalink
Register the togglehome command
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Feb 26, 2024
1 parent aeb201c commit 1727623
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import me.wiefferink.areashop.commands.StackCommand;
import me.wiefferink.areashop.commands.StopresellCommand;
import me.wiefferink.areashop.commands.TeleportCommand;
import me.wiefferink.areashop.commands.TogglehomeControlCommand;
import me.wiefferink.areashop.commands.TransferCommand;
import me.wiefferink.areashop.commands.UnrentCommand;
import org.bukkit.command.Command;
Expand Down Expand Up @@ -102,6 +103,7 @@ public class CommandManager extends Manager implements CommandExecutor, TabCompl
commands.add(injector.getInstance(SetlandlordCommand.class));
commands.add(injector.getInstance(MessageCommand.class));
commands.add(injector.getInstance(ImportCommand.class));
commands.add(injector.getInstance(TogglehomeControlCommand.class));

// Register commands in bukkit
plugin.getCommand("AreaShop").setExecutor(this);
Expand Down

0 comments on commit 1727623

Please sign in to comment.