View difference between Paste ID: VRUGwRj8 and gbTPjjk9
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'
9+
# Local group inheritances define your promotion tree when # using 'manpromote/mandemote'
10
11
groups:
12-
  Default:
12+
  default:
13
    default: true
14
    permissions:
15
    - essentials.afk
16
    - essentials.afk.auto
17
    - essentials.ignore
18
    - essentials.msg
19
    - essentials.list
20
    - essentials.clearinventory
21
    - essentials.tpaccept
22
    - essentials.tpdeny
23
    inheritance:
24
    - default
25
    info:
26
      prefix: '&8[PLAYER] '
27
      build: false
28
      suffix: ''
29
  VIP:
30
    default: false
31
    permissions:
32
    - nametags.color.aqua
33
    - essentials.hat
34
    - disguisecraft.mob.cow
35
    - disguisecraft.mob.wolf
36
    - essentials.fly
37
    - essentials.fly.safelogin
38
    - essentials.tpa
39
    - echopet.pet.hat.(pet)
40
    - essentials.joinfullserver
41
    inheritance:
42
    - default
43
    info:
44
      prefix: '&b[VIP] '
45
      build: true
46
      suffix: ''
47
  Moderator:
48
    default: false
49
    permissions:
50
    - nametags.color.red
51
    - essentials.kick
52
    - essentials.invsee
53
    - essentials.tempban
54
    - essentials.tempban.offline
55
    - essentials.vanish
56
    - essentials.vanish.see
57
    inheritance:
58
    - helper
59
    info:
60
      prefix: '&c[MOD] '
61
      build: true
62
      suffix: ''
63
  Admin:
64
    default: false
65
    permissions:
66
    - nametags.color.gold
67
    - magicclock.exempt
68
    inheritance:
69
    - moderator
70
    info:
71
      prefix: '&6[ADMIN] '
72
      build: true
73
      suffix: ''
74
  Helper:
75
    default: false
76
    permissions:
77
    - nametags.color.green
78
    - sht.admin
79
    - essentials.tp
80
    - essentials.mute
81
    inheritance:
82
    - VIPPlus
83
    info:
84
      prefix: '&a[HELPER] '
85
      build: true
86
      suffix: ''
87
  VIPPlus:
88-
   VIPPlus:
88+
89
    permissions:
90
    - nametags.color.aqua
91
    - essentials.jump
92
    - disguisecraft.mob.witch
93
    - disguisecraft.mob.horse
94
    - disguisecraft.mob.ocelot
95
    - disguisecraft.mob.bat
96
    - echopet.pet.ride.(pet)
97
    - firework.get
98
    inheritance:
99
    - VIP
100
    info:
101
      prefix: '&b[VIP&d+&b] '
102
      build: true
103
      suffix: ''