contactmail

Untitled

Jul 9th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 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. Robber:
  13. default: true
  14. permissions:
  15. - -bukkit.command.kill
  16. - essentials.help
  17. - essentials.balance
  18. - essentials.list
  19. - essentials.spawn
  20. - essentials.signs.use.balance
  21. - essentials.signs.use.buy
  22. - essentials.signs.use.disposal
  23. - essentials.signs.use.enchant
  24. - essentials.signs.use.free
  25. - essentials.signs.use.gamemode
  26. - essentials.signs.use.heal
  27. - essentials.signs.use.info
  28. - essentials.signs.use.kit
  29. - essentials.signs.use.mail
  30. - essentials.signs.use.protection
  31. - essentials.signs.use.repair
  32. - essentials.signs.use.sell
  33. - essentials.signs.use.spawnmob
  34. - essentials.signs.use.time
  35. - essentials.signs.use.trade
  36. - essentials.signs.use.warp
  37. - essentials.signs.use.weather
  38. inheritance:
  39. info:
  40. prefix: '&8[Robber]&b'
  41. build: true
  42. suffix: ''
  43. Thief:
  44. default: false
  45. permissions:
  46. -
  47. inheritance:
  48. - Robber
  49. info:
  50. prefix: '&7[Thief]&b'
  51. build: true
  52. suffix: ''
  53. Gangster:
  54. default: false
  55. permissions: []
  56. inheritance:
  57. - Thief
  58. info:
  59. prefix: '&5[Gangster]&b'
  60. build: true
  61. suffix: ''
  62. OG:
  63. default: false
  64. permissions:
  65. -
  66. inheritance:
  67. - Gangster
  68. info:
  69. prefix: '&c[OG]&b'
  70. build: true
  71. suffix: ''
  72. Admin:
  73. default: false
  74. permissions:
  75. - '*'
  76. inheritance:
  77. - OG
  78. info:
  79. prefix: '&4[Admin]&b'
  80. build: true
  81. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment