Made "bp" the actual alias for AdminBlueprintCommand

This commit is contained in:
Florian CUNY 2019-05-18 14:48:54 +02:00
parent 1cd794fd09
commit 7dc4c88dd9

View File

@ -25,7 +25,7 @@ public class AdminBlueprintCommand extends ConfirmableCommand {
private static final Particle.DustOptions PARTICLE_DUST_OPTIONS = new Particle.DustOptions(Color.RED, 1.0F);
public AdminBlueprintCommand(CompositeCommand parent) {
super(parent, "bp", "blueprint");
super(parent, "blueprint", "bp");
}
@Override