Advertisement
Guest User

Server Bukkit Permission & Ranks

a guest
Jul 20th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 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. Default:
  13. default: true
  14. permissions:
  15. -essentials.helpop
  16. -essentials.me
  17. -essentials.kit
  18. -essentials.list
  19. -essentials.mail
  20. -essentials.msg
  21. -essentials.mail.read
  22. -essentials.mail.clear
  23. -essentials.mail.send
  24. -essentials.mail.send.message
  25. -essentials.rules
  26. -essentials.sethome
  27. -essentials.home
  28. -essentials.delhome
  29. -essentials.suicide
  30. -essentials.tpaccept
  31. -essentials.tpadeny
  32. -essentials.warp
  33. -essentials.kit.Starter
  34. -essentials.kit.Food
  35. -essentials.warp.SPAWN
  36. -essentials.afk
  37. -essentials.balance
  38. -essentials.pay
  39. inheritance:
  40. info:Default Ranking!
  41. prefix: '§2Recruit§2'
  42. build: false
  43. suffix: '§2'
  44. Builder:
  45. default: false
  46. permissions:
  47.  
  48. inheritance:
  49. info:Test 1
  50. prefix: '&2'
  51. build: true
  52. suffix: ''
  53. Moderator:
  54. default: false
  55. permissions:
  56.  
  57. inheritance:
  58. info: Test 2
  59. prefix: '&5'
  60. build: true
  61. suffix: ''
  62. Admin:
  63. default: false
  64. permissions:
  65.  
  66. inheritance:
  67. info: [Co-Owner] [TEST 3]
  68. prefix: '&c'
  69. build: true
  70. suffix: ''
  71. Owner:
  72. default: false
  73. permissions:
  74. - '*'
  75. - -vanish.*
  76. inheritance:
  77. - admin
  78. info:The [Master] Of Server
  79. prefix: '&4'
  80. build: true
  81. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement