View difference between Paste ID: cpDdCmai and jLDxMNSG
SHOW: | | - or go back to the newest paste.
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-
  New
12+
  New:
13
    default: true
14
    permissions: []
15
    inheritance:
16
    - g:New
17-
    - g:New:
17+
18
      prefix: '&7[&4New&7]'
19-
      Prefix: &7[&4New&7]
19+
20
      suffix: ''
21
  Donor:
22-
 
22+
23-
  Donor
23+
24
    inheritance:
25
    - g:Donor
26-
    
26+
    - New
27
    info:
28-
    - g:Donor:
28+
      prefix: '&1[&3Donor&3]'
29-
    -New
29+
30
      suffix: ''
31-
      Prefix: &1[&3Donor&3]
31+
  Premium:
32
    default: false
33
    permissions: []
34
    inheritance:
35-
  Premium
35+
    - g:Premium
36
    - Donor
37
    - New
38
    info:
39
      prefix: '&6[Premium]&5'
40-
    - g:Premium:
40+
41-
    -Donor
41+
Owner:
42-
    -New
42+
43
    info:
44-
      Prefix: &6[Premium]&5
44+
      prefix: '(&6[&3Owner])'