Advertisement
Guest User

HPpermissionsEx_example

a guest
Oct 15th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. groups:
  2. default:
  3. options:
  4. default: true
  5. prefix: '&f[&7Apprentice&f]'
  6. permissions:
  7. - harrypotterspells.wand #/wand Gives the sender a wand
  8. - harrypotterspells.spelllist #/spelllist [player] List all available spells, or all known spells of the specified player
  9. - harrypotterspells.spellinfo #/spellinfo <spell> Shows the description of the specified spell
  10. - harrypotterspells.cast #Allow the user to cast all spells they know
  11. magician:
  12. inheritance:
  13. - default
  14. options:
  15. prefix: '&f[&3Magician&f]'
  16. permissions:
  17. - harrypotterspells.spellswitch #/spellswitch <spell> Changes the current spell to the specified spell
  18. - harrypotterspells.teach.known #/teach <spell> [player] Teaches the specified spell. Restricts player to teaching only spells they know
  19. mod:
  20. inheritance:
  21. - magician
  22. options:
  23. prefix: '&4[&8Mod&4]'
  24. permissions:
  25. - harrypotterspells.nocooldown #Bypass ALL spell cooldowns
  26. - harrypotterspells.unteach #/unteach <spell> [player] Unteaches the specified spell (the target player will "forget")
  27. admin:
  28. options:
  29. prefix: '&f[&2Admin&f]'
  30. inheritance:
  31. - mod
  32. permissions:
  33. - harrypotterspells.teach #/teach <spell|all|*> [player|me] Teaches the specified spell
  34. schema-version: 1
  35. users:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement