Advertisement
KIJOG

Untitled

Jan 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. groups:
  2. Guest:
  3. default:true
  4. build:true
  5. prefix: '&7[Guest]&f'
  6. permissions:
  7. - modifyworld.chat
  8. - modifyworld.*
  9.  
  10. Villager:
  11. build: true
  12. inheritance:
  13. - Guest
  14. prefix: '&6[Villager]&f'
  15. permissions:
  16. Noble:
  17. build: true
  18. prefix: '&6[Noble]&f'
  19. inheritance:
  20. - Village
  21. permissions:
  22. Vip:
  23. build: true
  24. prefix: '&6[Vip]&f'
  25. inheritance:
  26. - Noble
  27. Mod:
  28. build: true
  29. prefix: '&6[Mod]&f'
  30. inheritance:
  31. - Vip
  32. permissions:
  33. - Worldedit.*
  34. Admin:
  35. build: true
  36. inheritance:
  37. - Mod
  38. permissions:
  39. - '*'
  40. options:
  41. prefix: '&6[Admin]&f'
  42. schema-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement