Last active 1449735517

Groups.yml Raw
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
11groups:
12 Owner:
13 default: false
14 permissions:
15 - '*'
16 inheritance: []
17 info:
18 prefix: '&7[&bOwner&8]&f'
19 build: true
20 suffix: ''
21 SkyLord:
22 default: false
23 permissions: []
24 inheritance:
25 - g:essentials_skylord
26 - g:towny_skylord
27 - traveler
28 info:
29 prefix: '&8[&9SkyLord&8]&7'
30 build: true
31 suffix: ''
32 Moderator:
33 default: false
34 permissions: []
35 inheritance:
36 - g:bukkit_Moderator
37 - g:essentials_Moderator
38 - g:towny_Moderator
39 - skylord
40 info:
41 prefix: '&8[&7Moderator&8]&a'
42 build: true
43 suffix: ''
44 Traveler:
45 default: true
46 permissions: []
47 inheritance:
48 - g:bukkit_traveler
49 - g:essentials_traveler
50 - g:towny_traveler
51 info:
52 prefix: '&8[&6Traveler&8]&f'
53 build: true
54 suffix: ''
55 Admin:
56 default: false
57 permissions: []
58 inheritance:
59 - g:bukkit_admin
60 - g:essentials_admin
61 - g:towny_admin
62 - g:vanish_admin
63 info:
64 prefix: '&8[&1Admin&8]&c'
65 build: true
66 suffix: ''