mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Added new Hylian Luck skill to Herbalism.
This commit is contained in:
@ -408,6 +408,10 @@ public class Permissions {
|
||||
return hasPermission(player, "mcmmo.ability.herbalism.farmersdiet");
|
||||
}
|
||||
|
||||
public static boolean hylianLuck(Player player) {
|
||||
return hasPermission(player, "mcmmo.ability.herbalism.hylianluck");
|
||||
}
|
||||
|
||||
/*
|
||||
* MCMMO.ABILITY.EXCAVATION.*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user