Advertisement
Guest User

Permissions

a guest
Jul 3rd, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Permission.yml from permissionex plugin
  2.  
  3. groups:
  4. Default:
  5. default: true
  6. prefix: '&f'
  7. suffix: '&f'
  8. permissions:
  9. - bukkit.command.list
  10. - bukkit.command.help
  11. - -bukkit.command.version
  12. - -bukkit.command.plugins
  13. - bukkit.command.time
  14. - bukkit.command.spawn
  15. - lwc.command.protect
  16. - teleport.requests
  17. - teleport.cancel
  18. - teleport.accept
  19. - teleport.reject
  20. - teleport.tpa
  21. options:
  22. rank: '5'
  23. Trusted:
  24. prefix: '&2'
  25. suffix: '&f'
  26. permissions:
  27. - bukkit.command.home
  28. - preciousstones.benefit.create.forcefield
  29. - preciousstones.benefit.create.protection
  30. - preciousstones.benefit.launch
  31. - preciousstones.benefit.bounce
  32. - preciousstones.whitelist.allow
  33. - preciousstones.benefit.visualize
  34. - ChestShop.shop.create
  35. - ChestShop.shop.buy
  36. - ChestShop.shop.sell
  37. - bukkit.command.xp
  38. - bukkit.command.list
  39. - bukkit.command.tell
  40. - LegendaryHomes.home
  41. - LegendaryHomes.ListHomes
  42. - LegendaryHomes.SetHome
  43. - LegendaryHomes.DelHome
  44. inheritance:
  45. - Default
  46. options:
  47. rank: '4'
  48. Moderator:
  49. prefix: '&1'
  50. suffix: '&f'
  51. permissions:
  52. - bukkit.command.kick
  53. - bukkit.command.ban.*
  54. - bukkit.command.unban.*
  55. - nocheat.checks.moving.*
  56. - lwc.command.mod
  57. - safecreeper*
  58. inheritance:
  59. - Trusted
  60. options:
  61. rank: '3'
  62. Admin:
  63. prefix: '&4'
  64. suffix: '&f'
  65. permissions:
  66. - '*'
  67. - -nocheat.*
  68. - nocheat.checks.moving.*
  69. - nocheat.admin.*
  70. - lwc.admin.*
  71. inheritance:
  72. - Moderator
  73. options:
  74. rank: '2'
  75. Owner:
  76. prefix: '&6'
  77. suffix: '&f'
  78. permissions:
  79. - '*'
  80. inheritance: -Admin
  81. options:
  82. rank: '1'
  83. users:
  84. crazycents:
  85. group:
  86. - Owner
  87. maurice:
  88. group:
  89. - Moderator
  90. crazycens:
  91. group:
  92. - Trusted
  93. crazyxents:
  94. group:
  95. - Trusted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement