Adding Fishermans Diet ability to fishing.

This commit is contained in:
Glitchfinder
2012-11-12 16:18:27 -08:00
parent 4500c4d407
commit 3a467b3da4
23 changed files with 126 additions and 7 deletions

View File

@ -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.*
*/