Update Main.java

This commit is contained in:
IuCC 2023-06-18 17:33:43 +02:00 committed by GitHub
parent a614440aff
commit 9039f6dbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,8 @@ public final class Main extends JavaPlugin {
this.getCommand("spidey").setExecutor(new CommandSpidey());
this.getCommand("tellraw").setExecutor(new CommandTellraw());
this.getCommand("username").setExecutor(new CommandUsername());
this.getCommand("rainbow").setExecutor(new CommandRainbow());
/* Block-related modules */
BlockPhysics.init(this);