mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
<GJ> MOAR PERMISSIONS!
This commit is contained in:
@ -196,6 +196,14 @@ public class Permissions {
|
||||
return player.hasPermission("mcmmo.ability.repair.toolrepair");
|
||||
}
|
||||
|
||||
public boolean otherMaterialRepair(Player player) {
|
||||
return player.hasPermission("mcmmo.ability.repair.othermaterialrepair");
|
||||
}
|
||||
|
||||
public boolean otherRepair(Player player) {
|
||||
return player.hasPermission("mcmmo.ability.repair.otherrepair");
|
||||
}
|
||||
|
||||
public boolean stringRepair(Player player) {
|
||||
return player.hasPermission("mcmmo.ability.repair.stringrepair");
|
||||
}
|
||||
|
Reference in New Issue
Block a user