Advertisement
Guest User

GroupMan

a guest
Feb 12th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.56 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.  
  11. groups:
  12.   Owner:
  13.     default: false
  14.     permissions:
  15.    - +vanish.effects.toggle.all
  16.     - -vanish.effects.*
  17.     - '*'
  18.     inheritance:
  19.    - admin
  20.     info:
  21.       build: true
  22.       prefix: '&c[Owner]'
  23.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement