Advertisement
HelpfulBeast

Fix to Error

Nov 4th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Default:
  13. default: true
  14. permissions:
  15. - essentials.afk
  16. - essentials.afk.auto
  17. - essentials.ignore
  18. - essentials.msg
  19. - essentials.list
  20. - essentials.clearinventory
  21. - essentials.tpaccept
  22. - essentials.tpdeny
  23. inheritance:
  24. - default
  25. info:
  26. prefix: '&8[PLAYER] '
  27. build: false
  28. suffix: ''
  29. VIP:
  30. default: false
  31. permissions:
  32. - nametags.color.aqua
  33. - essentials.hat
  34. - disguisecraft.mob.cow
  35. - disguisecraft.mob.wolf
  36. - essentials.fly
  37. - essentials.fly.safelogin
  38. - essentials.tpa
  39. - echopet.pet.hat.(pet)
  40. - essentials.joinfullserver
  41. inheritance:
  42. - default
  43. info:
  44. prefix: '&b[VIP] '
  45. build: true
  46. suffix: ''
  47. Moderator:
  48. default: false
  49. permissions:
  50. - nametags.color.red
  51. - essentials.kick
  52. - essentials.invsee
  53. - essentials.tempban
  54. - essentials.tempban.offline
  55. - essentials.vanish
  56. - essentials.vanish.see
  57. inheritance:
  58. - helper
  59. info:
  60. prefix: '&c[MOD] '
  61. build: true
  62. suffix: ''
  63. Admin:
  64. default: false
  65. permissions:
  66. - nametags.color.gold
  67. - magicclock.exempt
  68. inheritance:
  69. - moderator
  70. info:
  71. prefix: '&6[ADMIN] '
  72. build: true
  73. suffix: ''
  74.  
  75. Helper:
  76. default: false
  77. permissions:
  78. - nametags.color.green
  79. - sht.admin
  80. - essentials.tp
  81. - essentials.mute
  82. inheritance:
  83. - VIPPlus
  84. info:
  85. prefix: '&a[HELPER] '
  86. build: true
  87. suffix: ''
  88. VIPPlus:
  89. default: false
  90. permissions:
  91. - nametags.color.aqua
  92. - essentials.jump
  93. - disguisecraft.mob.witch
  94. - disguisecraft.mob.horse
  95. - disguisecraft.mob.ocelot
  96. - disguisecraft.mob.bat
  97. - echopet.pet.ride.(pet)
  98. - firework.get
  99. inheritance:
  100. - VIP
  101. info:
  102. prefix: '&b[VIP&d+&b] '
  103. build: true
  104. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement