--- miscJava/bukkit-minecraft-plugins/HoerupUtils/plugin.yml 2011/08/04 19:34:01 1585 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/plugin.yml 2011/08/07 20:25:13 1586 @@ -12,6 +12,7 @@ description: alters the timecycle of the game powerminer: description: power miner for admins + permission: hoeruputils.powerminer grass: description: create grass if you stands on dirt getpos: @@ -30,3 +31,16 @@ description: spawn a mob superminer: description: even more powerfull than powerminer + permission: hoeruputils.superminer + tp: + description: clone of builtin /tp command + permission: hoeruputils.tp + +permissions: + hoeruputils.*: + description: gives access to all hoeruputils commands + children: + hoeruputils.powerminer: false + hoeruputils.superminer: false + hoeruputils.tp: false +