Advertisement
Guest User

world.yml

a guest
Feb 27th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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: §7
  47. suffix: ''
  48. build: true
  49. inheritance:
  50. permissions:
  51. - 'essentials.mail'
  52. - 'essentials.help'
  53. - 'essentials.afk'
  54. - 'essentials.msg '
  55. - 'essentials.warp.*'
  56. - 'lwc.protect'
  57. - 'essentials.rules'
  58. - 'essentials.who'
  59. - 'essentials.world'
  60. - 'war.player'
  61. - 'stargate.use
  62. - 'essentials.tp'
  63. - 'essentials.spawn
  64. V:
  65. default: false
  66. info:
  67. prefix: §4
  68. suffix: ''
  69. build: true
  70. inheritance:
  71. - Guest
  72. permissions:
  73. Worker:
  74. default:false
  75. info:
  76. prefix: §e
  77. suffix: ''
  78. build: true
  79. inheritance:
  80. - Guest
  81. permissions:
  82. - 'essentials.sethome'
  83. - 'essentials.home'
  84. - 'essentials.stack'
  85. AdvWorker:
  86. default:false
  87. info:
  88. prefix: §c
  89. suffix: ''
  90. build: true
  91. inheritance:
  92. - Worker
  93. permissions:
  94. - 'essentials.kick'
  95. - 'essentials.kit'
  96. Mod:
  97. default: false
  98. info:
  99. prefix: §1
  100. suffix: ''
  101. build: true
  102. inheritance:
  103. - AdvWorker
  104. permissions:
  105. - 'essentials.tphere'
  106. - 'essentials.whois'
  107. - 'essentials.getpos'
  108. - 'essentials.time'
  109. - 'essentials.ban'
  110. - 'essentials.unban'
  111. - 'jail.command.jail'
  112. - 'jail.command.unjail'
  113. Admin:
  114. default: false
  115. info:
  116. prefix:
  117. suffix:
  118. build: true
  119. inheritance:
  120. permissions:
  121. - '*'
  122. - 'lwc.admin'
  123. - 'war.warp'
  124. - 'war.*'
  125.  
  126. ##
  127. # DarkGrave has control over all commands.
  128. ##
  129. users:
  130. tobbismile:
  131. group: Admin
  132. permissions:
  133. sebahan:
  134. group: Admin
  135. permissions:
  136. unhaven:
  137. group: Mod
  138. permissions:
  139. theteadog:
  140. group: AdvWorker
  141. permissions:
  142. thesimm:
  143. group: Worker
  144. permissions:
  145. sparky1779:
  146. group: Worker
  147. permissions:
  148. tarro35:
  149. group: Worker
  150. permissions:
  151. vfitzy:
  152. group: V
  153. permissions:
  154. vliam:
  155. group: V
  156. permissions:
  157. vryan_:
  158. group:V
  159. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement