added joinqueue and joinq aliases
This commit is contained in:
@@ -12,7 +12,7 @@ public class MoveCommand extends Command {
|
|||||||
Main plugin;
|
Main plugin;
|
||||||
BungeeMessages msgs;
|
BungeeMessages msgs;
|
||||||
public MoveCommand(Main pl) {
|
public MoveCommand(Main pl) {
|
||||||
super("move", null, "queue", "server");
|
super("move", null, "queue", "server", "joinqueue", "joinq");
|
||||||
this.plugin = pl;
|
this.plugin = pl;
|
||||||
msgs = BungeeMessages.getInstance();
|
msgs = BungeeMessages.getInstance();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user