Guest User

Untitled

a guest
Feb 18th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.79 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10. groups:
  11.   Default:
  12.     default: true
  13.     permissions:
  14.    - essentials.help
  15.     - modifyworld.chat
  16.     - modifyworld.*
  17.     - essentials.home
  18.     - essentials.sethome
  19.     - essentials.back
  20.     - essentials.tpa
  21.     - essentials.tpahere
  22.     - essentials.tpaccept
  23.     - essentials.tpdeny
  24.     - essentials.spawn
  25.     - bending.command.help
  26.     - bending.command.bind
  27.     - bending.command.display
  28.     - bending.command.toggle
  29.     - bending.command.choose
  30.     - ^bending.command.version
  31.     - bending.command.who
  32.     - bending.command.clear
  33.     - bending.air
  34.     - bending.water
  35.     - bending.earth
  36.     - bending.fire
  37.     - -multiverse.access.vip
  38.     - multiverse.portal.access.*
  39.     - bending.command.rechoose
  40.     inheritance:
  41.     info:
  42.       prefix: '&3[&bMember&3]&7&r><'
  43.       build: true
  44.       suffix: ''  
  45.  
  46.    Donator:
  47.     default: false
  48.     permissions:
  49.    - essentials.nick
  50.     - essentials.enchant
  51.     - essentials.repair
  52.     - bending.chi
  53.     - bending.ability.Bloodbending
  54.     - bending.ability.Lavaflow
  55.     - multiverse.access.vip
  56.     inheritance:
  57.    - Default
  58.     info:
  59.       prefix: '&a[&bHero&a]&7&r><'
  60.       build: true
  61.       suffix: ''
  62.      
  63.   Moderator:
  64.     default: false
  65.     permissions:
  66.    - essentials.repair
  67.     - essentials.heal
  68.     - essentials.item
  69.     - essentials.give
  70.     - essentials.fly
  71.     - essentials.kick
  72.     - essentials.mute
  73.     - essentials.tjail
  74.     - essentials.jail
  75.     - essentials.tempban
  76.     - essentials.vanish
  77.  
  78.     inheritance:
  79.    - Donator
  80.     info:
  81.       prefix: '&b[&3Mod&b]&7&r><'
  82.       build: true
  83.       suffix: ''
  84.  
  85.   Admin:
  86.     default: false
  87.     permissions:
  88.    - essentials.gamemode
  89.     - essentials.ban
  90.     - essentials.unban
  91.     - essentials.ipban
  92.     - essentials.unipban
  93.     - essentials.pardon
  94.     - essentials.enchant
  95.     - bending.command.import
  96.     - bending.command.reload
  97.     - bending.command.permaremove
  98.     - bending.command.add
  99.     - bending.command.add.others
  100.     - Punish.*
  101.     inheritance:
  102.    - Moderator
  103.     info:
  104.       prefix: '&8[&9Admin&8]&b&r><'
  105.       build: true
  106.       suffix: ''
  107.  
  108.   Owner:
  109.     default: false
  110.     permissions:
  111.    - '*'
  112.     inheritance:
  113.    - Admin
  114.     info:
  115.       prefix: '&b[&aOwner&b]&5&r><'
  116.       build: true
  117.       suffix: ''
  118.  
  119.   Co-Owner:
  120.     default: false
  121.     permissions:
  122.    - '*'
  123.     inheritance:
  124.    - Admin
  125.     info:
  126.       prefix: '&b[&aCo-Owner&b]&5&r><'
  127.       build: true
  128.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment