Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 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. NoPermissions:
  37. default: true
  38. info:
  39. prefix:
  40. suffix:
  41. build: false
  42. inheritance:
  43. permissions:
  44. - 'general.spawn'
  45. Builder:
  46. default: false
  47. Info:
  48. prefix:
  49. Suffix:
  50. build: true
  51. inheritance:
  52. - NoPermissions
  53. permissions:
  54. - 'general.items'
  55. Administrator:
  56. default: false
  57. info:
  58. prefix:
  59. suffix:
  60. build: true
  61. inheritance:
  62. - NoPermissions,Builder,
  63. permissions:
  64. - 'general.teleport'
  65. - 'general.teleport.here'
  66. - 'general.time'
  67. - 'general.player-info'
  68. Owner:
  69. default: false
  70. info:
  71. prefix: '&f'
  72. suffix:
  73. build: true
  74. inheritance:
  75. - Administrator,NoPermissions,Builder,
  76. permissions:
  77. - 'general.spawn.set'
  78. - '*'
  79.  
  80. ##
  81. # DarkGrave has control over all general commands.
  82. # sk89q can use /spawn & /setspawn
  83. ##
  84. users:
  85. Joseppi250:
  86. group: Owner
  87. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement