Advertisement
Guest User

Blairjam's Screwed Up groups.yml

a guest
Jun 13th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.04 KB | None | 0 0
  1. ##        
  2. # AntiBuild is included with this.  To disable a group from being able to build then
  3. # set the build: flag to false (build: false).  If you want a group to be able to build
  4. # then set it to true.
  5. ##
  6. # Groups can contain inheritance.
  7. #   To make a group inherit the permissions from another
  8. #   group simply place the groups name in the "inheritance:" like so:
  9. #
  10. #   Example:
  11. #       inheritance:
  12. #           - Default
  13. ##
  14. #   Globalized Permission settings:
  15. #
  16. #       If a permission contains periods (.) you can denote a globalized parameter:
  17. #
  18. #           - 'foo.*'
  19. #
  20. #       This will allow you to use all general commands.
  21. #
  22. ##
  23. #   Single Asterisk denotes all commands:
  24. #
  25. #       - '*'
  26. ##
  27. #   To exempt a node use the - prefix like so:
  28. #       - '-foo.bar'
  29. ##
  30. #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
  31. #   such as iChat or HeroChat in order for these to do anything.
  32. groups:
  33.     Default:
  34.         default: true
  35.         info:
  36.             prefix: 'FNG'
  37.             suffix: ''
  38.             build: true
  39.         inheritance:
  40.         permissions:
  41.            - 'commandbook.who'
  42.             - 'commandbook.motd'
  43.             - 'commandbook.rules'
  44.             - 'commandbook.spawn'
  45.             - 'lockette.user.create.*'
  46.     Users:
  47.         default: false
  48.         info:
  49.             prefix: ':)'
  50.             suffix: ''
  51.             build: true
  52.         inheritance:
  53.            - Default
  54.         permissions:
  55.            - 'worldedit.navigation.unstuck'
  56.             - 'worldedit.navigation.jumpto'
  57.             - 'worldedit.tool.info'
  58.             - 'worldedit.fixlava'
  59.             - 'worldedit.fixwater'
  60.             - 'worldedit.snow'
  61.             - 'worldedit.thaw'
  62.             - 'worldedit.extinguish'
  63.             - 'worldedit.wand'
  64.             - 'worldedit.selection.pos'
  65.             - 'worldedit.selection.hpos'
  66.             - 'worldguard.slay'
  67.             - 'worldguard.region.redefine.own'
  68.             - 'worldguard.region.info.own'
  69.             - 'worldguard.region.select.own.<region-id>'
  70.             - 'worldguard.region.flag.own.<region-id>'
  71.             - 'worldguard.region.setpriority.own.<region-id>'
  72.             - 'worldguard.region.setparent.own.<region-id>'
  73.             - 'worldguard.region.remove.own.<region-id>'
  74.             - 'worldguard.region.addmember.own.<region-id>'
  75.             - 'worldguard.region.addowner.own.<region-id>'
  76.             - 'worldguard.region.removemember.own.<region-id>'
  77.             - 'worldguard.region.removeowner.own.<region-id>'
  78.             - 'worldguard.region.flag.flags.<flag>.owner.<region-id>
  79.            - 'commandbook.kit.*'
  80.             - 'commandbook.time.check'
  81.             - 'commandbook.teleport.*'
  82.             - 'commandbook.return'
  83.             - 'commandbook.call'
  84.             - 'commandbook.msg'
  85.             - 'commandbook.whereami.*'
  86.             - 'commandbook.clear'
  87.             - 'warpz0r.list'
  88.             - 'warpz0r.warp'
  89.             - 'warpz0r.home'
  90.             - 'warpz0r.sethome'
  91.             - 'warpz0r.worldwarp'
  92.             - 'warpz0r.worldhome'
  93.             - 'warpz0r.compasshome'
  94.             - 'warpz0r.compassreset'
  95.             - 'warpz0r.free.*'
  96.     Mods:
  97.         default: false
  98.         info:
  99.             prefix: ':P'
  100.             suffix: ''
  101.         build: true
  102.         inheritance:
  103.            - Users
  104.         permissions:
  105.            - 'worldedit.brush.smooth'
  106.             - 'worldedit.brush.ex'
  107.             - 'worldedit.chunkinfo'
  108.             - 'worldedit.generation.forest'
  109.             - 'worldedit.generation.pumpkins'
  110.             - 'worldedit.history.*'
  111.             - 'worldedit.analysis.*'
  112.             - 'worldedit.tool.tree'
  113.             - 'worldedit.fill'
  114.             - 'worldedit.drain'
  115.             - 'commandbook.give'
  116.             - 'commandbook.give.other'
  117.             - 'warpz0r.set'
  118.     Ops:
  119.         default: false
  120.         info:
  121.             prefix: ':O'
  122.             suffix: ''
  123.         build: true
  124.         inheritance:
  125.            - Users
  126.         permissions:
  127.            - 'worldedit.brush.*'
  128.             - 'worldedit.listchunks'
  129.             - 'worldedit.clipboard.*'
  130.             - 'worldedit.limit'
  131.             - 'worldedit.generation.*'
  132.             - 'worldedit.history.*'
  133.             - 'worldedit.navigation.*'
  134.             - 'worldedit.region.*'
  135.             - 'worldedit.regen'
  136.             - 'worldedit.selection.*'
  137.             - '-worldedit.selection.chunk'
  138.             - 'worldedit.analysis.*'
  139.             - 'worldedit.snapshots.restore'
  140.             - 'worldedit.superpickaxe.*'
  141.             - 'worldedit.tool.*'
  142.             - 'worldedit.fill.*'
  143.             - 'worldedit.drain'
  144.             - 'worldedit.removeabove'
  145.             - 'worldedit.removebelow'
  146.             - 'worldedit.removenear'
  147.             - 'worldedit.replacenear'
  148.             - 'worldedit.butcher'
  149.             - 'worldguard.god'
  150.             - 'worldguard.heal.*'
  151.             - 'worldguard.slay.other'
  152.             - 'worldguard.locate'
  153.             - 'worldguard.stack'
  154.             - 'worldguard.fire-toggle.stop'
  155.             - 'commandbook.give'
  156.             - 'commandbook.give.other'
  157.             - 'commandbook.stacks'
  158.             - 'commandbook.more'
  159.             - 'commandbook.time'
  160.             - 'commandbook.spawnmob.*'
  161.             - 'commandbook.weather.*'
  162.             - 'commandbook.broadcast'
  163.             - 'commandbook.say.*'
  164.             - 'commandbook.mute'
  165.             - 'commandbook.slap*'
  166.             - 'commandbook.rocket.*'
  167.             - 'commandbook.barrage.*'
  168.             - 'commandbook.shock.*'
  169.             - 'commandbook.thor.*'
  170.             - 'commandbook.kick'
  171.             - 'commandbook.bans.*'
  172.             - 'lockette.admin.create.*'
  173.             - 'lockette.admin.break'
  174.             - 'lockette.admin.bypass'
  175.             - 'warpz0r.set'
  176.             - 'warpz0r.remove'
  177.             - 'warpz0r.admin.*'
  178.     Admins:
  179.         default: false
  180.         info:
  181.             prefix: 'GOD'
  182.             suffix: ''
  183.             build: true
  184.         inheritance:
  185.         permissions:
  186.            - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement