add alias for playerversion command
This commit is contained in:
parent
c918067eda
commit
b880857703
|
@ -50,7 +50,7 @@ public class MiscCommands implements Commands {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = { "playerversion" },
|
aliases = { "playerversion", "pv" },
|
||||||
desc = "Shows statics on what version players online are using",
|
desc = "Shows statics on what version players online are using",
|
||||||
flags = "a",
|
flags = "a",
|
||||||
min = 0,
|
min = 0,
|
||||||
|
|
Loading…
Reference in New Issue