View difference between Paste ID: nVrHk0tr and AADXb3nM
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
  Owner:
13
    default: false
14
    permissions:
15-
    - *
15+
    - '*'
16
    inheritance: []
17-
    - admin
17+
18
      prefix: '&f[&2Owner&f]'
19
      build: true
20
      suffix: ''
21
  Technician:
22
    default: false
23
    permissions:
24
    - '*'
25-
    - *
25+
26
    info:
27
      prefix: ''
28
      build: false
29
      suffix: ''
30
  Shareholder:
31
    default: false
32
    permissions:
33
    - essentials.ignore
34
    - fulljoin.allow
35
    inheritance:
36
    - Investor
37
    info:
38
      prefix: '&f[&bShareholder&f]'
39
      build: false
40
      suffix: ''
41
  SupporterPlus:
42
    default: false
43
    permissions:
44
    - essentials.fly
45
    inheritance:
46
    - Supporter
47
    - NewPlayer
48
    info:
49
      prefix: '&f[&9Supporter+&f]'
50
      build: false
51
      suffix: ''
52
  Investor:
53
    default: false
54
    permissions:
55
    - essentials.me
56
    inheritance:
57
    - NewPlayer
58
    - Supporter
59
    - SupporterPlus
60-
    - Supporter+
60+
61
      prefix: '&f[&bInvestor&f]'
62
      build: false
63
      suffix: ''
64
  NewPlayer:
65
    default: true
66
    permissions:
67
    - essentials.afk
68
    - essentials.afk.auto
69
    - essentials.helpop
70
    - essentials.list
71
    - essentials.motd
72
    - essentials.msg
73
    - essentials.spawn'
74
    - essentials.tpa
75
    - essentials.tpaccept
76
    - essentials.tpdeny
77
    - essentials.build.interact.*
78
    - essentials.build.drop.*
79
    - essentials.build.pickup.*
80
    inheritance: []
81
    info:
82
      prefix: '&f[&6NewPlayer&f]'
83
      build: false
84
      suffix: ''
85
  SpecialGuest:
86
    default: false
87
    permissions: []
88
    inheritance:
89
    - Shareholder
90
    info:
91
      prefix: '&f[&5Special Guest&f]'
92
      build: false
93
      suffix: ''
94
  Supporter:
95
    default: false
96
    permissions:
97
    - essentials.fly
98
    inheritance:
99
    - NewPlayer
100
    info:
101
      prefix: '&f[&9Supporter&f]'
102
      build: false
103
      suffix: ''
104
  Manager:
105
    default: false
106
    permissions:
107
    - '*'
108-
    - *
108+
109
    info:
110
      prefix: '&f[&6Manager&f]'
111
      build: false
112
      suffix: ''
113
  Moderator:
114
    default: false
115
    permissions: []
116
    inheritance:
117
    - builder
118
    - g:groupmanager_moderator
119
    - g:bukkit_moderator
120
    - g:essentials_moderator
121
    - g:towny_moderator
122
    - g:vanish_moderator
123
    info:
124
      prefix: '&f[&aStaff&f]'
125
      build: true
126
      suffix: ''