Skip to content

Commit

Permalink
Out commenting the test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jul 9, 2023
1 parent 5e0d01d commit 1674bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/presti/trollv4/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static void reloadConfigurations() {
public static void registerCommands() {
instance.getCommand("troll").setExecutor(new Haupt());
instance.getCommand("troll").setTabCompleter(new TabCompleter());
instance.getCommand("trollv4test").setExecutor(new TestCommand());
//instance.getCommand("trollv4test").setExecutor(new TestCommand());
}

public static void registerListeners() {
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ softdepend:
website: https://presti.me
api-version: 1.13
commands:
trollv4test:
description: Just a test command!
troll:
description: The Troll command.
aliases:
Expand Down

0 comments on commit 1674bac

Please sign in to comment.