mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-17 12:51:39 +01:00
Made "bp" the actual alias for AdminBlueprintCommand
This commit is contained in:
parent
1cd794fd09
commit
7dc4c88dd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user