added joinqueue and joinq aliases

This commit is contained in:
ajgeiss0702
2020-06-16 16:41:32 -07:00
parent 9ec0d4fa97
commit 4ca41021f6
@@ -12,7 +12,7 @@ public class MoveCommand extends Command {
Main plugin;
BungeeMessages msgs;
public MoveCommand(Main pl) {
super("move", null, "queue", "server");
super("move", null, "queue", "server", "joinqueue", "joinq");
this.plugin = pl;
msgs = BungeeMessages.getInstance();
}