|
@@ -32,6 +32,9 @@ public class Permissions {
|
|
/*
|
|
/*
|
|
* MCMMO.BYPASS.*
|
|
* MCMMO.BYPASS.*
|
|
*/
|
|
*/
|
|
|
|
+ public boolean hardcoremodeBypass(Player player) {
|
|
|
|
+ return player.hasPermission("mcmmo.bypass.hardcoremode");
|
|
|
|
+ }
|
|
public boolean arcaneBypass(Player player) {
|
|
public boolean arcaneBypass(Player player) {
|
|
return player.hasPermission("mcmmo.bypass.arcanebypass");
|
|
return player.hasPermission("mcmmo.bypass.arcanebypass");
|
|
}
|
|
}
|