mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Added vanilla XP boost for Fishing - includes permissions, config
options, etc
This commit is contained in:
@ -235,6 +235,10 @@ public final class Permissions {
|
||||
return hasPermission(player, "mcmmo.ability.fishing.fishermansdiet");
|
||||
}
|
||||
|
||||
public static boolean fishingVanillaXPBoost(Player player) {
|
||||
return hasPermission(player, "mcmmo.ability.fishing.vanillaxpboost");
|
||||
}
|
||||
|
||||
/*
|
||||
* MCMMO.ABILITY.MINING.*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user