Add /ajqueue command

This commit is contained in:
ajgeiss0702
2020-05-06 11:09:04 -07:00
parent 1ae6d52178
commit 6acf029a59
4 changed files with 74 additions and 11 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ public class Main extends Plugin implements Listener {
msgs = BungeeMessages.getInstance(this);
this.getProxy().getPluginManager().registerCommand(this, new MoveCommand(this));
//this.getProxy().getPluginManager().registerCommand(this, new QueueCommand(this));
//this.getProxy().getPluginManager().registerCommand(this, new ServerCommand(this));
this.getProxy().getPluginManager().registerCommand(this, new ManageCommand(this));
this.getProxy().getPluginManager().registerListener(this, this);