Guest User

config.yml

a guest
Feb 27th, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. # System is no longer used, but may become used in the future
  2. # Copies is for multiple-world support
  3. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  4. # Does not work for the default world.
  5. plugin:
  6. permissions:
  7. system: default
  8. copies:
  9.  
  10. ##
  11. # Groups can contain inheritance.
  12. # To make a group inherit the permissions from another
  13. # group simply place the groups name in the "inheritance:" like so:
  14. #
  15. # Example:
  16. # inheritance:
  17. # - Default
  18. ##
  19. # All permissions including the asterisks must be placed in single quotes.
  20. # like so:
  21. #
  22. # - 'general.spawn'
  23. #
  24. # Otherwise errors will happen!
  25. ##
  26. # Globalized Permission settings:
  27. #
  28. # If a permission contains periods (.) you can denote a globalized parameter:
  29. #
  30. # - 'general.*'
  31. #
  32. # This will allow you to use all general commands.
  33. #
  34. ##
  35. # Single Asterisk denotes all commands:
  36. #
  37. # - '*'
  38. ##
  39. # To exempt a node use the - prefix like so:
  40. # - '-general.time'
  41. ##
  42. groups:
  43. Guest:
  44. default: true
  45. info:
  46. prefix: '&8[&7Guest&8]&7'
  47. suffix: '&f'
  48. build: true
  49. inheritance:
  50. permissions: [essentials.spawn, essentials.help, essentials.sethome, essentials.home,
  51. essentials.rules, essentials.kit.*, jail.usercmd.jailstatus, essentials.warp,
  52. essentials.list, essentials.god]
  53. Nub:
  54. default: false
  55. info:
  56. prefix: '&8[&7N00b&8]&7'
  57. suffix: '&f'
  58. build: false
  59. inheritance: [Guest]
  60. permissions: []
  61. Citizen:
  62. default: false
  63. info:
  64. prefix: '&1[&9Citizen&1]&e'
  65. suffix: '&f'
  66. build: true
  67. inheritance: [Guest]
  68. permissions: [essentials.mail.*, essentials.item, essentials.msg, guardian.god]
  69. Moderator:
  70. default: false
  71. info:
  72. prefix: '&5[&dMod&5]&e'
  73. suffix: '&f'
  74. build: true
  75. inheritance: [Citizen]
  76. permissions: [jail.command.jail, jail.command.unjail, essentials.getpos, essentials.spawn,
  77. essentials.setspawn, essentials.playerlist, essentials.sethome, essentials.list,
  78. essentials.whois, essentials.motd, essentials.online, essentials.ping, essentials.tp,
  79. essentials.tpa, essentials.tphere, essentials.tpohere, essentials.kick, essentials.eco,
  80. essentials.sell, essentials.stopfire, essentials.unstuck, essentials.jumpto,
  81. essentials.afk, giveit.allow, essentials.give, pdoors.mod]
  82. Admin:
  83. default: false
  84. info:
  85. prefix: '&4[&cAdmin&4]&e'
  86. suffix: '&f', build: true
  87. inheritance: [Moderator]
  88. permissions: [essentials.ban, essentials.god, essentials.broadcast, jail.modifyjail,
  89. essentials.time, essentials.banip, essentials.unbanip, essentials.clearinventory,
  90. pdoor.admin, essentials.stopfire, jail.command.jailtransferall, jail.command.jailtransfer,
  91. essentials.heal, essentials.unban, essentials.setwarp, essentials.delwarp, jail.command.jailcheck,
  92. essentials.spawnmob, essentials.kill, worldedit.*]
  93. Owner:
  94. default: false
  95. info:
  96. prefix: '&2[&aOwner&2]&e'
  97. suffix: '&f'
  98. build: true
  99. inheritance: []
  100. permissions: ['*']
  101.  
  102. ##
  103. # DarkGrave has control over all commands.
  104. ##
  105. users:
  106. Jdog653:
  107. group: Owner
  108. permissions: [essentials.reloadall]
  109. Chigs:
  110. group: Admin
  111. permissions: [essentials.reloadall]
  112. phalicownage:
  113. permissions: [essentials.reloadall]
  114. group: Moderator
  115. Anal_tornado:
  116. group: Moderator
  117. permissions: [essentials.reloadall]
  118. Astrotation:
  119. group: Moderator
  120. permissions: []
  121. Redtailedshark:
  122. group: Citizen
  123. permissions: []
  124. Nemesie:
  125. group: Citizen
  126. permissions: []
  127. Smitty95:
  128. group: Citizen
  129. permissions: []
  130. suriam:
  131. permissions: []
  132. group: citizen
  133. hobo_ninja:
  134. permissions: []
  135. group: Moderator
  136. ildibuilder:
  137. permissions: []
  138. group: Moderator
  139. alex_dickerson:
  140. permissions: []
  141. group: citizen
  142. poopman21:
  143. permissions: []
  144. group: citizen
  145. scottdeathe27:
  146. permissions: []
  147. group: citizen
  148. mrtk:
  149. permissions: []
  150. group: citizen
  151. kartikitrak:
  152. permissions: []
  153. group: citizen
  154. angrymonkey88:
  155. permissions: []
  156. group: citizen
  157. water_melon:
  158. permissions: []
  159. group: citizen
  160. tylergrim:
  161. permissions: []
  162. group: citizen
Advertisement
Add Comment
Please, Sign In to add comment