Advertisement
Guest User

Untitled

a guest
Mar 15th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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: true
  49. inheritance:
  50. permissions:
  51. - 'gastronomic.player.checkhunger'
  52. - 'gastronomic.player.hunger'
  53. - 'mcmmo.commands.party'
  54. - 'mcmmo.commands.whois'
  55. - 'mcmmo.skills.*'
  56.  
  57.  
  58. ##
  59. # DarkGrave has control over all commands.
  60. ##
  61. users:
  62. Monkah_Boy:
  63. group: Default
  64. permissions:
  65. - '*'
  66. Rippedstar:
  67. group: Default
  68. permissions:
  69. - '*'
  70. Orocleis:
  71. group: Default
  72. permissions:
  73. - '*'
  74. Obibital:
  75. group: Default
  76. permissions:
  77. - '*'
  78. Ready:
  79. group: Default
  80. permissions:
  81. - '*'
  82. Waffelcoptor:
  83. group: Default
  84. permissions:
  85. - '*'
  86. TheAmazingDman:
  87. group: Default
  88. permissions:
  89. - 'mobRider.command.goto'
  90. - 'mobRider.command.attack'
  91. - 'mobRider.command.go'
  92. - 'mobRider.command.stop'
  93. - 'mobRider.players'
  94. - 'mobRider.animals'
  95. - 'mobRider.monsters'
  96. lap2456:
  97. group: Default
  98. permissions:
  99. - 'mobRider.command.goto'
  100. - 'mobRider.command.attack'
  101. - 'mobRider.command.go'
  102. - 'mobRider.command.stop'
  103. - 'mobRider.players'
  104. - 'mobRider.animals'
  105. - 'mobRider.monsters'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement