mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +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);
|
private static final Particle.DustOptions PARTICLE_DUST_OPTIONS = new Particle.DustOptions(Color.RED, 1.0F);
|
||||||
|
|
||||||
public AdminBlueprintCommand(CompositeCommand parent) {
|
public AdminBlueprintCommand(CompositeCommand parent) {
|
||||||
super(parent, "bp", "blueprint");
|
super(parent, "blueprint", "bp");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user