Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 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. Default:
  37. default: true
  38. info:
  39. prefix:
  40. suffix:
  41. build: true
  42. inheritance:
  43. permissions:
  44. - 'essentials.tptoggle'
  45. - 'essentials.tpa'
  46. - 'essentials.tpahere'
  47. - 'essentials.depth'
  48. - 'essentials.getpos'
  49. - 'essentials.compass'
  50. - 'essentials.back'
  51. - 'essentials.msg'
  52. - 'essentials.rules'
  53. - 'essentials.motd'
  54. - 'essentials.me'
  55. - 'essentials.list'
  56. - 'essentials.helpop'
  57. - 'essentials.whois'
  58. - 'essentials.help'
  59. - 'essentials.warp'
  60. - 'spawnlist.spawnlisted'
  61. - 'spawnlist.item'
  62. - 'essentials.spawn'
  63. Trusted:
  64. default: false
  65. info:
  66. prefix:
  67. suffix:
  68. build: true
  69. inheritance:
  70. - Default
  71. permissions:
  72. - 'essentials.setwarp'
  73. - 'essentials.nick'
  74. - 'spawnlist.spawnlisted'
  75. Admins:
  76. default: false
  77. info:
  78. prefix:
  79. suffix:
  80. build: true
  81. inheritance:
  82. - Trusted
  83. permissions:
  84. - '*'
  85.  
  86. ##
  87. # DarkGrave has control over all commands.
  88. # sk89q can use /spawn & /time
  89. ##
  90. users:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement