mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Added 'exp' alias for ExperienceCommand
This commit is contained in:
parent
5fd4cf7fcf
commit
32573f9cc1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class ExperienceCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String[] getAliases() {
|
||||
return new String[] { "xp" };
|
||||
return new String[] { "xp", "exp" };
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue