Advertisement
Guest User

config.yml

a guest
Mar 7th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 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. Default:
  44. default: true
  45. info:
  46. prefix:
  47. suffix:
  48. build: false
  49. inheritance:
  50. permissions:
  51. - 'general.spawn'
  52. - 'signedit.add'
  53. - 'signedit.edit'
  54. - 'signedit.remove'
  55. - 'signedit.edittext'
  56. - 'lwc.protect'
  57. Moderator:
  58. default: false
  59. info:
  60. prefix:
  61. suffix:
  62. build: true
  63. inheritance:
  64. permissions:
  65. - 'general.time'
  66. - 'general.teleport'
  67. - 'general.teleport.here'
  68. - 'general.player-info'
  69. - 'signedit.add'
  70. - 'signedit.edit'
  71. - 'signedit.remove'
  72. - 'signedit.edittext'
  73. - 'lwc.protect'
  74. - 'lwc.mod'
  75. Admin:
  76. default: false
  77. info:
  78. prefix:
  79. suffix:
  80. build: true
  81. inheritance:
  82. permissions:
  83. - '*'
  84. - 'general.*'
  85. - 'lwc.protect'
  86. - 'lwc.admin'
  87. - 'worldedit.selection.*'
  88. - 'signedit.add'
  89. - 'signedit.edit'
  90. - 'signedit.remove'
  91. - 'signedit.edittext'
  92. - 'citizens.create'
  93. - 'citizens.settext'
  94. - 'citizens.remove.singular'
  95. - 'citizens.remove.all'
  96. - 'citizens.help'
  97. - 'citizens.colo(u)r'
  98. - 'citizens.setitem'
  99. ##
  100. # DarkGrave has control over all commands.
  101. ##
  102. users:
  103. Couga:
  104. group: Admin
  105. permissions:
  106. Torix84500:
  107. group: Admin
  108. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement