mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 14:20:50 +01: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