Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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.help'
  53. - 'essentials.sethome'
  54. - 'essentials.home'
  55. - 'essentials.motd'
  56. - 'essentials.rules'
  57. - 'essentials.list'
  58. - 'essentials.mail.send'
  59. Moderator:
  60. default: false
  61. info:
  62. prefix:
  63. suffix:
  64. build: true
  65. inheritance:
  66. - Default
  67. permissions:
  68. - 'essentials.kick'
  69. - 'essentials.broadcast'
  70. Admins:
  71. default: false
  72. info:
  73. prefix:
  74. suffix:
  75. build: true
  76. inheritance:
  77. - Moderator
  78. permissions:
  79. - 'essentials.*'
  80. - 'worldedit.*'
  81. - '/region'
  82. Owners:
  83. default: false
  84. info:
  85. prefix:
  86. suffix:
  87. build: true
  88. inheritance:
  89. - Admins
  90. permissions:
  91. - 'essentials.*'
  92. - 'worldedit.*'
  93. - '/god'
  94. - '/heal'
  95. users:
  96. Mateo117:
  97. group: Admin
  98. permissions:
  99. famerdave:
  100. group: Owners
  101. permissions: '/stack'
  102. kdjernigan:
  103. group: Owners
  104. Yamaka7:
  105. group: Admins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement