mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Adding Fishermans Diet ability to fishing.
This commit is contained in:
@ -120,6 +120,10 @@ public class Permissions {
|
||||
return player.hasPermission("mcmmo.ability.fishing.magic");
|
||||
}
|
||||
|
||||
public boolean fishermansDiet(Player player) {
|
||||
return player.hasPermission("mcmmo.ability.fishing.fishermansdiet");
|
||||
}
|
||||
|
||||
/*
|
||||
* MCMMO.ABILITY.MINING.*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user