Add files via upload

This commit is contained in:
IuCC 2023-06-21 15:28:23 +02:00 committed by GitHub
parent 17a03e0204
commit 184f4d9404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);