Advertisement
Guest User

Untitled

a guest
Feb 28th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 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. - 'essentials.spawn'
  52. - 'essentials.home'
  53. - 'essentials.sethome'
  54. - 'essentials.me'
  55. - 'essentials.list'
  56. - 'essentials.motd'
  57. - 'eseentials.rules'
  58. - 'essentials.afk'
  59. - 'essentials.msg'
  60. - 'essentials.helpop'
  61. - 'essentials.help'
  62. - 'iConomy.payment'
  63. - 'iConomy.list'
  64. - 'iConomy.rank'
  65. Moderator:
  66. default: false
  67. info:
  68. prefix:
  69. suffix:
  70. build: true
  71. inheritance:
  72. - Default
  73. permissions:
  74. - 'essentials.time'
  75. - 'essentials.tp'
  76. - 'essentials.tphere'
  77. - 'essentials.whois'
  78. Admin:
  79. default: false
  80. info:
  81. prefix:
  82. suffix:
  83. build: true
  84. inheritance:
  85. permissions:
  86. - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement