Advertisement
Guest User

Untitled

a guest
Dec 10th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 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. # Group inheritance
  12. #
  13. # Any inherited groups prefixed with a g: are global groups
  14. # and are inherited from the GlobalGroups.yml.
  15. #
  16. # Groups without the g: prefix are groups local to this world
  17. # and are defined in the this groups.yml file.
  18. #
  19. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  20.  
  21. groups:
  22. Survivor:
  23. default: false
  24. permissions:
  25. - essentials.sethome
  26. - essentials.balance
  27. - essentials.baltop
  28. - essentials.tpaccept
  29. - essentials.home
  30. - essentials.tpa
  31. - essentials.afk
  32. - essentials.help
  33. - essentials.msg
  34. - essentials.mute
  35. - essentials.delhome
  36. - essentials.tpahere
  37. - essentials.tpdeny
  38. info:
  39. build: true
  40. prefix: '[Survivor]'
  41. Criminal:
  42. default: false
  43. permissions:
  44. - essentials.enderchest
  45. inheritance:
  46. - Survivor
  47. info:
  48. build: true
  49. prefix: '[Criminal]'
  50. Officer Cadet:
  51. default: false
  52. permissions:
  53. - essentials.enderchest
  54. inheritance:
  55. - Survivor
  56. info:
  57. build: true
  58. prefix: '[Officer Cadet]'
  59. Moderator:
  60. default: false
  61. permissions:
  62. - essentials.gamemode
  63. inheritance:
  64. - Survivor
  65. info:
  66. build: true
  67. prefix: '&a*&r&1Moderator&r&a*&r'
  68. Admin:
  69. default: false
  70. permissions:
  71. - essentials.give
  72. info:
  73. build: true
  74. prefix: '&9*&r&dAdmin&r&9*&r'
  75. Owner:
  76. default: fault
  77. permissions:
  78. - '*'
  79. info:
  80. build: true
  81. prefix: '&0*&r&4Owner&r&0*&r'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement