Added basic functionality of Hardcore Mode, needs testing...

This commit is contained in:
nossr50
2012-04-30 06:39:30 -07:00
parent 323b41fd58
commit 1fa4fccbcc
3 changed files with 6 additions and 32 deletions

View File

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