mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-15 08:00:49 +01:00
Added permissions node for Greater Impact, cleanup of Axes command
This commit is contained in:
@@ -288,6 +288,10 @@ public class Permissions {
|
||||
return player.hasPermission("mcmmo.ability.axes.impact");
|
||||
}
|
||||
|
||||
public boolean greaterImpact(Player player) {
|
||||
return player.hasPermission("mcmmo.ability.axes.greaterimpact");
|
||||
}
|
||||
|
||||
/*
|
||||
* MCMMO.ABILITY.ACROBATICS.*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user