mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Bah, don't know why this got deleted.
This commit is contained in:
parent
bfec3fff36
commit
11782ac34d
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user