Skip to content

Commit

Permalink
remove block and unblock commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Jun 14, 2024
1 parent 93388ed commit 0870f26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/polyfrost/hytils/HytilsReborn.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,13 @@ public class HytilsReborn {
public void init(FMLInitializationEvent event) {
config = new HytilsConfig();

CommandManager.INSTANCE.registerCommand(new BlockCommand());
CommandManager.INSTANCE.registerCommand(new HousingVisitCommand());
CommandManager.INSTANCE.registerCommand(new HytilsCommand());
CommandManager.INSTANCE.registerCommand(new IgnoreTemporaryCommand());
CommandManager.INSTANCE.registerCommand(new LimboCommand());
CommandManager.INSTANCE.registerCommand(new RequeueCommand());
CommandManager.INSTANCE.registerCommand(new SilentRemoveCommand());
CommandManager.INSTANCE.registerCommand(new SkyblockVisitCommand());
CommandManager.INSTANCE.registerCommand(new UnblockCommand());

// We initialize it a different way because it requires the
// GameNameParser to be initialized, and that depends on networking.
Expand Down
47 changes: 0 additions & 47 deletions src/main/java/org/polyfrost/hytils/command/BlockCommand.java

This file was deleted.

47 changes: 0 additions & 47 deletions src/main/java/org/polyfrost/hytils/command/UnblockCommand.java

This file was deleted.

0 comments on commit 0870f26

Please sign in to comment.