Advertisement
Guest User

Permissions

a guest
Mar 6th, 2011
713
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. Default:
  44. default: true
  45. info:
  46. prefix:
  47. suffix:
  48. build: false
  49. inheritance:
  50. permissions:
  51. - 'general.spawn'
  52. - 'iConomy.payment'
  53. - 'iConomy.list'
  54. - 'iConomy.rank'
  55. Moderator:
  56. default: false
  57. info:
  58. prefix:
  59. suffix:
  60. build: true
  61. inheritance:
  62. - Default
  63. permissions:
  64. - 'general.time'
  65. - 'general.teleport'
  66. - 'general.teleport.here'
  67. - 'general.player-info'
  68. Admin:
  69. default: false
  70. info:
  71. prefix:
  72. suffix:
  73. build: true
  74. inheritance:
  75. permissions:
  76. - '*'
  77. ##
  78. # DarkGrave has control over all commands.
  79. ##
  80. users:
  81. xXiNightXx:
  82. group: Admin
  83. info:
  84. prefix: '&1[&3Owner&1]&e'
  85. suffix: '&4'
  86. permissions:
  87. '- multiverse.world.create'
  88. Moldy_bricks:
  89. group: Admin
  90. info:
  91. prefix: '&1[&bWileyPete&1]&5'
  92. suffix:
  93. itsmine91:
  94. group: Admin
  95. info:
  96. Prefix: '&1[&cAdmin&1]&2'
  97. Suffix:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement