mirror of
https://github.com/kaboomserver/extras.git
synced 2025-04-22 17:33:36 -04:00
Update Main.java
This commit is contained in:
parent
a614440aff
commit
9039f6dbb3
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue