1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

Beginning work on mcremove

This commit is contained in:
nossr50
2012-02-28 11:05:48 -08:00
parent 26e3403ff4
commit e31aea3492
6 changed files with 62 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ public class mcPermissions
public boolean mcrefresh(Player player) {
return player.hasPermission("mcmmo.tools.mcrefresh");
}
public boolean mcremove(Player player) {
return player.hasPermission("mcmmo.tools.mcremove");
}
public boolean mmoedit(Player player) {
return player.hasPermission("mcmmo.tools.mmoedit");
}