Guest User

Untitled

a guest
Nov 20th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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. ignore-nijiperms-bridges: true
  25. resolvers:
  26. enabled:
  27. - PluginPermissionsResolver
  28. - PermissionsExResolver
  29. - bPermissionsResolver
  30. - GroupManagerResolver
  31. - NijiPermissionsResolver
  32. - DinnerPermsResolver
  33. - FlatFilePermissionsResolver
  34. permissions:
  35. groups:
  36. default:
  37. permissions:
  38. - worldedit.reload
  39. - worldedit.selection
  40. - worlds.creative.worldedit.region
  41. admins:
  42. permissions:
  43. - '*'
  44. users:
  45. sk89q:
  46. permissions:
  47. - worldedit
  48. groups:
  49. - admins
Add Comment
Please, Sign In to add comment