Advertisement
Guest User

Untitled

a guest
Feb 26th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 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.  
  44. NoPermissions:
  45. default: true
  46. inheritance:
  47. permissions:
  48. - 'general.spawn'
  49.  
  50. User:
  51. default: false
  52. inheritance:
  53. - NoPermissions,
  54. permissions:
  55. - 'general.items'
  56.  
  57. Moderator:
  58. default: false
  59. info:
  60. prefix:
  61. suffix:
  62. build: true
  63. inheritance:
  64. - User
  65. permissions:
  66. - 'general.time'
  67. - 'general.teleport'
  68. - 'general.teleport.here'
  69. - 'general.player-info'
  70. - 'general.spawn'
  71.  
  72. Admin:
  73. default: false
  74. inheritance: NoPermissions,Builder,
  75. permissions:
  76. - '*'
  77.  
  78.  
  79.  
  80.  
  81. ##
  82. # DarkGrave has control over all commands.
  83. ##
  84. users:
  85. Schokodragees:
  86. group: User
  87. permissions:
  88.  
  89. APU:
  90. group: User
  91. Permissions:
  92.  
  93. Sony:
  94. group: User
  95. Permissions:
  96. Crap:
  97. group: User
  98. permissions:
  99.  
  100. Sync:
  101. group: User
  102. Permissions:
  103.  
  104. Lenox1997:
  105. group: User
  106. Permissions:
  107.  
  108. Risengod:
  109. group: User
  110. permissions:
  111.  
  112. J0MAN:
  113. group: Admin
  114. permissions:
  115.  
  116. Burnout:
  117. group: Admin
  118. permissions:
  119.  
  120. Schweizeratze:
  121. group: Admin
  122. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement