Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. Owner:
  13. default: false
  14. permissions:
  15. - +vanish.effects.toggle.all
  16. - -vanish.effects.*
  17. - '*'
  18. inheritance:
  19. - default
  20. info:
  21. build: true
  22. prefix: '&3[Owner]&r '
  23. suffix: ''
  24. Admin:
  25. default: true
  26. permissions:
  27. - essentials.spawn
  28. inheritance: []
  29. info:
  30. build: false
  31. prefix: ''
  32. suffix: ''
  33. info:
  34. build: true
  35. prefix: '&c[Admin]&r '
  36. suffix: ''
  37. Mod:
  38. default: true
  39. permissions:
  40. - essentials.spawn
  41. inheritance: []
  42. info:
  43. build: false
  44. prefix: ''
  45. suffix: ''
  46. info:
  47. build: true
  48. prefix: '&6[Mod]&r '
  49. suffix: ''
  50. TrialMod:
  51. default: true
  52. permissions:
  53. - essentials.spawn
  54. inheritance: []
  55. info:
  56. build: false
  57. prefix: ''
  58. suffix: ''
  59. info:
  60. build: true
  61. prefix: '&e[TrialMod]&r '
  62. suffix: ''
  63. Default:
  64. default: false
  65. permissions:
  66. - essentials.spawn
  67. inheritance: []
  68. info:
  69. build: false
  70. prefix: ''
  71. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement