Advertisement
Guest User

permissions

a guest
Nov 11th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. #
  2. # WEPIF Configuration File
  3. #
  4. # This file handles permissions configuration for every plugin using WEPIF
  5. #
  6. # About editing this file:
  7. # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  8. # you use an editor like Notepad++ (recommended for Windows users), you
  9. # must configure it to "replace tabs with spaces." In Notepad++, this can
  10. # be changed in Settings > Preferences > Language Menu.
  11. # - Don't get rid of the indents. They are indented so some entries are
  12. # in categories (like "enforce-single-session" is in the "protection"
  13. # category.
  14. # - If you want to check the format of this file before putting it
  15. # into WEPIF, paste it into http://yaml-online-parser.appspot.com/
  16. # and see if it gives "ERROR:".
  17. # - Lines starting with # are comments and so they are ignored.
  18. #
  19. # About Configuration Permissions
  20. # - See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
  21. # - Now with multiworld support (see example)
  22.  
  23.  
  24. resolvers:
  25. enabled:
  26. - PluginPermissionsResolver
  27. - PermissionsExResolver
  28. - bPermissionsResolver
  29. - NijiPermissionsResolver
  30. - DinnerPermsResolver
  31. - FlatFilePermissionsResolver
  32. disabled: []
  33. permissions:
  34. groups:
  35. default:
  36. permissions:
  37. - worldedit.reload
  38. - worldedit.selection
  39. - worlds.creative.worldedit.region
  40. - essentials.nick
  41. - essentials.tpa
  42. - essentials.tpaccept
  43. - essentials.tpdeny
  44. - moarrows.use.all #I'm gonna shoot moarrows in the air! arrows in the air! Shoot moarrows in the air!
  45. - kit.kit
  46. - pvpgun.*
  47. - teams.use
  48. - teams.create
  49. - teams.tpall
  50. - essentials.ping
  51. - wol.use
  52. - wol.legend
  53. - essentials.setwarp
  54. - essentials.warp
  55. - grenades.use
  56. - newspaper.*
  57. - pay4commands.use
  58. - magicalspells.user
  59. - magicalspells.craft.*
  60. - magicalspells.use.*
  61. admins:
  62. permissions:
  63. - '*'
  64. premium:
  65. premissions:
  66. - worldedit.reload
  67. - worldedit.selection
  68. - worlds.creative.worldedit.region
  69. - essentials.nick
  70. - essentials.tpa
  71. - essentials.tpaccept
  72. - essentials.tpdeny
  73. - tsg.*
  74. - moarrows.use.all
  75. - kit.kit
  76. - pvpgun.*
  77. - teams.use
  78. - teams.create
  79. - teams.tpall
  80. - essentials.ping
  81. - wol.use
  82. - wol.legend
  83. - essentials.fireball
  84. - essentials.antioch
  85. - essentials.kittycannon
  86. - essentials.tp
  87. - essentials.setwarp
  88. - essentials.back
  89. - essentials.jump
  90. - spiderjockey.spawn
  91. - pvp.kills
  92. - pvp.deaths
  93. - pvp.kdr
  94. - pvp.leadkills
  95. - pvp.leaddeaths
  96. - pvp.leadkdr
  97. - newspaper.*
  98. users:
  99. sk89q:
  100. permissions:
  101. - worldedit
  102. groups:
  103. - admins
  104. ignore-nijiperms-bridges: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement