add alias for playerversion command

This commit is contained in:
cswhite2000 2017-07-08 15:19:14 -07:00 committed by Pablete1234
parent c918067eda
commit b880857703
No known key found for this signature in database
GPG Key ID: DAFF9A337EF9A5FA
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class MiscCommands implements Commands {
}
@Command(
aliases = { "playerversion" },
aliases = { "playerversion", "pv" },
desc = "Shows statics on what version players online are using",
flags = "a",
min = 0,