mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-20 23:21:33 +01:00
Added 'ver' alias to version commands
This commit is contained in:
parent
f3f81a52ea
commit
4921056fc8
@ -9,7 +9,7 @@ import world.bentobox.bentobox.api.user.User;
|
||||
public class AdminVersionCommand extends CompositeCommand {
|
||||
|
||||
public AdminVersionCommand(CompositeCommand adminCommand) {
|
||||
super(adminCommand, "version", "v");
|
||||
super(adminCommand, "version", "v", "ver");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -25,7 +25,7 @@ public class BentoBoxVersionCommand extends CompositeCommand {
|
||||
* @param parent - command parent
|
||||
*/
|
||||
public BentoBoxVersionCommand(CompositeCommand parent) {
|
||||
super(parent, "version", "v", "versions", "addons");
|
||||
super(parent, "version", "v", "ver", "versions", "addons");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user