Advertisement
Guest User

groups.yml

a guest
Jul 9th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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. a:
  13. default: true
  14. permissions:
  15. - prison.autosmelt
  16. - essentials.afk
  17. - essentials.balance
  18. - essentials.signs.use.*
  19. - essentials.warp
  20. - essentials.warp.list
  21. - essentials.warps.a
  22. - essentials.warps.lobby
  23. - sht.ticket
  24. - antidrops.bypass
  25. inheritance: []
  26. info:
  27. build: true
  28. prefix: '&f[&bA&f]&7'
  29. suffix: ''
  30. b:
  31. default: false
  32. permissions:
  33. - essentials.warps.b
  34. inheritance:
  35. - a
  36. info:
  37. build: true
  38. prefix: '&f[&bB&f]&7'
  39. suffix: ''
  40. c:
  41. default: false
  42. permissions:
  43. - essentials.warps.c
  44. inheritance:
  45. - b
  46. info:
  47. build: true
  48. prefix: '&f[&bC&f]&7'
  49. suffix: ''
  50. d:
  51. default: false
  52. permissions:
  53. - essentials.warps.d
  54. inheritance:
  55. - c
  56. info:
  57. build: true
  58. prefix: '&f[&bD&f]&7'
  59. suffix: ''
  60. e:
  61. default: false
  62. permissions:
  63. - essentials.warps.e
  64. inheritance:
  65. - d
  66. info:
  67. build: true
  68. prefix: '&f[&bE&f]&7'
  69. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement