Advertisement
lcatania

Untitled

May 17th, 2020
1,552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.71 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.   Visvires:
  13.     default: false
  14.     permissions: []
  15.     inheritance:
  16.    - magnusgladiator
  17.     - g:visvires
  18.     info:
  19.       prefix: '&6'
  20.       build: false
  21.       suffix: ''
  22.   MagnusGladiator:
  23.     default: false
  24.     permissions: []
  25.     inheritance:
  26.    - equitesgladiator
  27.     - g:magnusgladiator
  28.     info:
  29.       prefix: '&6'
  30.       build: false
  31.       suffix: ''
  32.   EquitesGladiator:
  33.     default: false
  34.     permissions: []
  35.     inheritance:
  36.    - eques
  37.     - g:equitesgladiator
  38.     info:
  39.       prefix: '&6'
  40.       build: false
  41.       suffix: ''
  42.   Eques:
  43.     default: false
  44.     permissions: []
  45.     inheritance:
  46.    - citizen
  47.     - g:essentials_plus
  48.     info:
  49.       prefix: '&e'
  50.       build: false
  51.       suffix: ''
  52.   Owner:
  53.     default: false
  54.     permissions:
  55.     inheritance:
  56.    - admin
  57.     info:
  58.       prefix: '&l&4'
  59.       build: true
  60.       suffix: ''
  61.   Citizen:
  62.     default: false
  63.     permissions: []
  64.     inheritance:
  65.    - plebeian
  66.     - g:essentials_halfplus
  67.     info:
  68.       prefix: '&b'
  69.       build: false
  70.       suffix: ''
  71.   Plebeian:
  72.     default: false
  73.     permissions: []
  74.     inheritance:
  75.    - scrub
  76.     - g:essentials_default
  77.     info:
  78.       prefix: '&7'
  79.       build: false
  80.       suffix: ''
  81.   Builder:
  82.     default: false
  83.     permissions: []
  84.     inheritance:
  85.    - visvires
  86.     - g:essentials_builder
  87.     - g:towny_builder
  88.     info:
  89.       prefix: '&2'
  90.       build: true
  91.       suffix: ''
  92.   Staff:
  93.     default: false
  94.     permissions:
  95.    - werewolf.listener
  96.     inheritance:
  97.    - builder
  98.     - g:groupmanager_moderator
  99.     - g:bukkit_moderator
  100.     - g:essentials_moderator
  101.     - g:towny_moderator
  102.     - g:vanish_moderator
  103.     info:
  104.       prefix: '&1'
  105.       build: true
  106.       suffix: ''
  107.   Admin:
  108.     default: false
  109.     permissions: []
  110.     inheritance:
  111.    - staff
  112.     - g:groupmanager_admin
  113.     - g:bukkit_admin
  114.     - g:essentials_admin
  115.     - g:towny_admin
  116.     - g:vanish_admin
  117.     info:
  118.       prefix: '&c'
  119.       build: true
  120.       suffix: ''
  121.   Scrub:
  122.     default: true
  123.     permissions:
  124.    - -bukkit.command.kill
  125.     - tokens.store
  126.     - tokens.balance.own
  127.     - tokens.topvotes.current
  128.     - tokens.topvotes.lastmonth
  129.     - vampire.trade.accept
  130.     inheritance:
  131.    - g:groupmanager_default
  132.     - g:bukkit_default
  133.     - g:towny_default
  134.     info:
  135.       prefix: '&8'
  136.       build: false
  137.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement