mirror of
https://github.com/kaboomserver/extras.git
synced 2025-04-22 17:33:36 -04:00
Add files via upload
This commit is contained in:
parent
17a03e0204
commit
184f4d9404
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@ public final class Main extends JavaPlugin {
|
|||
prefixConfig = YamlConfiguration.loadConfiguration(prefixConfigFile);
|
||||
|
||||
/* Commands */
|
||||
this.getCommand("broadcastrainbow").setExecutor(new CommandBroadcastRainbow());
|
||||
this.getCommand("broadcastminimessage").setExecutor(new CommandBroadcastMM());
|
||||
this.getCommand("broadcastvanilla").setExecutor(new CommandBroadcastVanilla());
|
||||
this.getCommand("clearchat").setExecutor(new CommandClearChat());
|
||||
|
@ -69,7 +70,6 @@ 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