We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcfc00 commit 4e5876eCopy full SHA for 4e5876e
README.md
@@ -58,6 +58,7 @@ public class Main extends JavaPlugin {
58
public void onEnable() {
59
this.commandHandler = new CommandHandler(this);
60
commandHandler.register(new FlyCommand());
61
+ commandHandler.registerCommands();
62
}
63
64
0 commit comments