Guest User

Untitled

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