Advertisement
Unlucky4ever

globalGroups

Aug 7th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.27 KB | None | 0 0
  1. ##  
  2. # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
  3. # To prevent a group of players then set the build: flag to false (build: false).
  4. # If you want a group to be able to build then set it to true.
  5. ##
  6. # Groups can inherit from other groups.
  7. #   To make a group inherit the permissions and info nodes from another
  8. #   group, simply place the groups name in the "inheritance:" like so:
  9. #
  10. #   Example:
  11. #       inheritance:
  12. #           - Default
  13. ##
  14. #   Wildcard Permission settings:
  15. #
  16. #       You can have wildcard nodes which encompass all nodes that match it.
  17. #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
  18. #       "modplugin.settings.view", and so on.
  19. #
  20. ##
  21. #   A single asterisk means that this user/group has all permissions.
  22. #       - '*'
  23. ##
  24. #   Negated nodes are created by prefixing a normal node with "-".
  25. #   They prevent less specific wildcard nodes from matching the negated node.
  26. #   For example:
  27. #  
  28. #   permissions:
  29. #       - 'foo.*'
  30. #       - '-foo.bar'
  31. #
  32. #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
  33. #
  34. ##
  35. #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
  36. #   such as iChat or HeroChat in order for these to do anything.
  37. ##
  38. #
  39. #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
  40. #
  41. ##
  42.  
  43. groups:
  44.     Default:
  45.         default: true
  46.         info:
  47.             prefix: '[UnRegistered] '
  48.             suffix: ''
  49.             build: false
  50.         inheritance:
  51.         permissions:
  52.            - 'essentials.rules'
  53.             - 'essentials.ping'
  54.             - 'essentials.spawn'
  55.             - 'essentials.tpa'
  56.             - 'essentials.tpaccept'
  57.             - 'essentials.tpahere'
  58.             - 'essentials.tpdeny'
  59.             - 'WordRank.say'
  60.             - 'essentials.motd'
  61.             - 'essentials.list'
  62.             - 'essentials.help'
  63.     Member:
  64.         default: false
  65.         info:
  66.             prefix: ''
  67.             suffix: ''
  68.             build: true
  69.         inheritance:
  70.            - Default
  71.         permissions:
  72.            - 'essentials.afk'
  73.             - 'essentials.helpop'
  74.             - 'essentials.mail'
  75.             - 'essentials.mail.send'
  76.             - 'essentials.me'
  77.             - 'essentials.msg'
  78.             - 'essentials.realname'
  79.             - 'essentials.suicide'
  80.             - 'essentials.clearinventory'
  81.             - 'essentials.back'
  82.             - 'essentials.back.ondeath'
  83.             - 'essentials.home'
  84.             - 'essentials.sethome'
  85.             - 'essentials.warp'
  86.             - 'essentials.warp.list'
  87.             - 'essentials.portal'
  88.             - 'iConomy.access'
  89.             - 'iConomy.bank.access'
  90.             - 'iConomy.bank.deposit'
  91.             - 'iConomy.bank.leave'
  92.             - 'iConomy.bank.main'
  93.             - 'iConomy.bank.main.change'
  94.             - 'iConomy.bank.main.set'
  95.             - 'iConomy.bank.main.view'
  96.             - 'iConomy.bank.transfer'
  97.             - 'iConomy.bank.withdraw'
  98.             - 'iConomy.list'
  99.             - 'iConomy.payment'
  100.             - 'iConomy.rank'
  101.             - 'lwc.protect'
  102.             - 'lottery.buy'
  103.             - 'jobs.join.*'
  104.             - 'jobs.world.mainworld'
  105.             - 'jobs.world.mainworld_nether'
  106.             - 'citizens.use.*'
  107.             - 'jail.usercmd.jailstatus'
  108.             - 'jail.usercmd.jailpay'
  109.             - 'cenotaph.use'
  110.             - 'cenotaph.freechest'
  111.             - 'cenotaph.sign'
  112.             - 'cenotaph.freesign'
  113.             - 'cenotaph.cmd.cenotaphlist'
  114.             - 'cenotaph.cmd.cenotaphtime'
  115.             - 'cenotaph.cmd.cenotaphreset'
  116.             - 'dynamicmarket.access'
  117.             - 'dynamicmarket.buy'
  118.             - 'dynamicmarket.sell'
  119.     VIP:
  120.         default: false
  121.         info:
  122.             prefix: '[&eVIP&f] &6'
  123.             suffix: ''
  124.             build: true
  125.         inheritance:
  126.            - Member
  127.         permissions:
  128.            - 'essentials.heal'
  129.             - 'essentials.time'
  130.             - 'simplereserve.kick.prevent'
  131.             - 'simplereserve.enter.kick'
  132.             - 'magiccarpet.mc'
  133.             - 'magiccarpet.ml'
  134.             - 'nocheat.speedhack'
  135.             - 'nocheat.moving'
  136.             - 'nocheat.flying'
  137.             - 'nocheat.fakesneak'
  138.             - 'nocheat.fastswim'
  139.             - 'nocheat.airbuild'
  140.             - 'textplayer.text'
  141.             - 'textplayer.free'
  142.             - 'textplayer.textadmin'
  143.             - 'cenotaph.large'
  144.             - 'cenotaph.lwc'
  145.             - 'cenotaph.quickloot'
  146.             - 'cenotaph.cmd.cenotaphfind'
  147.             - 'place.lavabucket'
  148.             - 'place.waterbucket'
  149.            
  150.     VIPPlus:
  151.         default: false
  152.         info:
  153.             prefix: '[&eVIP+&f] &6'
  154.             suffix: ''
  155.             build: true
  156.         inheritance:
  157.            - VIP
  158.         permissions:
  159.            - 'essentials.tp'
  160.            
  161.     Moderator:
  162.         default: false
  163.         info:
  164.             prefix: '[&2Moderator&f] &a'
  165.             suffix: ''
  166.             build: true
  167.         inheritance:
  168.            - VIPPlus
  169.         permissions:
  170.            - 'multiverse.tp'
  171.             - 'multiverse.list'
  172.             - 'essentials.god'
  173.             - 'essentials.god.others'
  174.             - 'essentials.item'
  175.             - 'essentials.tree'
  176.             - 'essentials.unlimited'
  177.             - 'essentials.balance'
  178.             - 'essentials.balance.others'
  179.             - 'essentials.eco'
  180.             - 'essentials.pay'
  181.             - 'essentials.nick'
  182.             - 'essentials.nick.others'
  183.             - 'essentials.seen'
  184.             - 'essentials.spawner'
  185.             - 'essentials.atioch'
  186.             - 'essentials.ban'
  187.             - 'essentials.banip'
  188.             - 'essentials.broadcast'
  189.             - 'essentials.burn'
  190.             - 'essentials.clearinventory.others'
  191.             - 'essentials.deljail'
  192.             - 'essentials.essentials'
  193.             - 'essentials.ext'
  194.             - 'essentials.fireball'
  195.             - 'essentials.invsee'
  196.             - 'essentials.jails'
  197.             - 'essentials.kick'
  198.             - 'essentials.kill'
  199.             - 'essentials.lightning'
  200.             - 'essentials.mute'
  201.             - 'essentials.reloadall'
  202.             - 'essentials.setjail'
  203.             - 'essentials.socialspy'
  204.             - 'essentials.spawnmob'
  205.             - 'essentials.tempban'
  206.             - 'essentials.thunder'
  207.             - 'essentials.togglejail'
  208.             - 'essentials.weather'
  209.             - 'essentials.delwarp'
  210.             - 'essentials.jump'
  211.             - 'essentials.home.others'
  212.             - 'essentials.sethome.others'
  213.             - 'essentials.setwarp'
  214.             - 'essentials.tphere'
  215.             - 'essentials.tpo'
  216.             - 'essentials.tpohere'
  217.             - 'essentials.tppos'
  218.             - 'essentials.tptoggle'  
  219.             - 'essentials.warp.otherplayers'
  220.             - 'iConomy.admin.account.create'
  221.             - 'iConomy.admin.bank.create'
  222.             - 'iConomy.admin.grant'
  223.             - 'iConomy.admin.hide'
  224.             - 'iConomy.admin.stats'
  225.             - 'lwc.mod'
  226.             - 'jobs.admin.*'
  227.             - 'citizens.create.*'
  228.             - 'citizens.modify.*'
  229.             - 'bb.admin.info'
  230.             - 'jail.command.jail'
  231.             - 'jail.command.unjail'
  232.             - 'simplereserve.enter.full'
  233.             - 'nocheat.notify'
  234.             - 'mcbans.kick'
  235.             - 'mcbans.lookup'
  236.             - 'mcbans.ban.temp'
  237.             - 'mcbans.ban.local'
  238.             - 'mcbans.ban.view'
  239.             - 'mcbans.vote'
  240.             - 'mcbans.vote.kick'
  241.             - 'mcbans.vote.msg'
  242.             - 'mcbans.mute.player'
  243.             - 'mcbans.mod'
  244.             - 'cenotaph.admin'
  245.             - 'cenotaph.admin.*'
  246.             - 'dynamicmarket.items.add'
  247.             - 'dynamicmarket.items.update'
  248.             - 'dynamicmarket.items.remove'
  249.             - 'essentials.whois'
  250.     Admins:
  251.         default: false
  252.         info:
  253.             prefix: '[&4Admin&f] '
  254.             suffix: ''
  255.             build: true
  256.         inheritance:
  257.         permissions:
  258.            - '*'
  259.            
  260. track:
  261.    - Default
  262.     - Member
  263.     - VIP
  264.     - VIPPlus
  265.     - Moderator
  266.     - Admins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement