Added 'exp' alias for ExperienceCommand

This commit is contained in:
kuroppoi 2022-08-07 23:22:57 +02:00
parent 5fd4cf7fcf
commit 32573f9cc1

View file

@ -61,7 +61,7 @@ public class ExperienceCommand extends Command {
@Override
public String[] getAliases() {
return new String[] { "xp" };
return new String[] { "xp", "exp" };
}
@Override