Add player command to reset skill levels

This commit is contained in:
Bill Tarbell
2012-07-29 23:49:42 -04:00
parent 422550abfd
commit 8c7d95f9ea
9 changed files with 100 additions and 1 deletions

View File

@ -383,6 +383,11 @@ public class Permissions {
public boolean party(Player player) {
return player.hasPermission("mcmmo.commands.party");
}
public boolean skillReset(Player player) {
return player.hasPermission("mcmmo.skillreset");
}
/*
* MCMMO.CHAT.*