Advertisement
Guest User

Untitled

a guest
Jan 21st, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. # Supports "Default" and "GroupUsers"
  2. plugin:
  3. permissions:
  4. system: default
  5.  
  6. ##
  7. # Groups can contain inheritance.
  8. # To make a group inherit the permissions from another
  9. # group simply place the groups name in the "inheritance:"
  10. # field seperated by commas.
  11. #
  12. # Example: inheritance: Default,Admins,
  13. ##
  14. # All permissions including the asterisks must be placed in single quotes.
  15. # like so:
  16. #
  17. # - 'general.spawn'
  18. #
  19. # Otherwise errors will happen!
  20. ##
  21. # Globalized Permission settings:
  22. #
  23. # If a permission contains periods (.) you can denote a globalized parameter:
  24. #
  25. # - 'general.*'
  26. #
  27. # This will allow you to use all general commands.
  28. #
  29. ##
  30. #
  31. # Single Asterisk denotes all commands:
  32. #
  33. # - '*'
  34. ##
  35. groups:
  36. Untrusted:
  37. default: true
  38. info:
  39. prefix:
  40. suffix:
  41. build: false
  42. inheritance:
  43. permissions:
  44. - 'general.spawn'
  45. - 'general.who'
  46. Trusted:
  47. default: false
  48. info:
  49. prefix:
  50. suffix:
  51. build: true
  52. inheritance:
  53. - Untrusted
  54. permissions:
  55. Moderator:
  56. default: false
  57. info:
  58. prefix:
  59. suffix:
  60. build: true
  61. inheritance:
  62. - Trusted
  63. permissions:
  64. - 'general.teleport'
  65. - 'general.teleport.here'
  66. - 'general.player-info'
  67. - 'general.item'
  68. Admins:
  69. default: false
  70. info:
  71. prefix:
  72. suffix:
  73. build: true
  74. inheritance:
  75. - Moderator
  76. permissions:
  77. - '*'
  78.  
  79. ##
  80. # DarkGrave has control over all commands.
  81. # sk89q can use /spawn & /time
  82. ##
  83. users:
  84. Finisher90:
  85. group: Admins
  86. permissions:
  87. Panther098:
  88. group: Admins
  89. permissions:
  90. Veloxian:
  91. group: Admins
  92. permissions:
  93. Gurble86:
  94. group: Moderator
  95. permissions:
  96. Leon4481:
  97. group: Moderator
  98. permissions:
  99. Invalid_username:
  100. group: Trusted
  101. Permissions:
  102. TheMeGuy:
  103. group: Trusted
  104. Permissions:
  105. a_username47:
  106. group: Trusted
  107. Permissions:
  108. jmalds96:
  109. group: Trusted
  110. Permissions:
  111. Dragonred400:
  112. group: Trusted
  113. Permissions:
  114. ThePalePrince:
  115. group: Trusted
  116. Permissions:
  117. Razledazzle:
  118. group: Trusted
  119. Permissions:
  120. Andronius:
  121. group: Trusted
  122. Permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement