1
Permissions Help
I recently setup permissions on my server with group manager and I set my Vip rank to not have permission to use /nick and they can use /nick and change there nickname along with various other commands.
Any help will be appreciated!
Thanks,
Arcticcat340
Any help will be appreciated!
Thanks,
Arcticcat340
7
25.171.190.133
need help plzz join and help me!!!
need help plzz join and help me!!!
So do I even need the inheritance section?
192.210.229.24
192.210.229.24
Inheritance saves the need to endlessly re-enter permission nodes. I, personally, use PEX instead of Group Manager and get the Essentials perms from http://wiki.ess3.net/wiki/Command_Reference/Perm, starting by entering the permissions into the default group and the groups inherit from the next below as they increase progressively.
You've set the group's global inheritance to g:essentials_builder which permits the use of /nick. Add
- -essentials.nick to the top of the group's permissions list.http://pastie.org/7734453
Try that if not here it is
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'
groups:
Owner:
default: false
permissions:
- -vanish.*
- '*'
inheritance:
- admin
info:
prefix: '&4O&3w&1n&6e&5r '
build: true
suffix: ''
Guest:
default: true
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- essentials.warp.list
- essentials.warps.ship
- essentials.warps.village
- essentials.warps.yuma
- mobarena.join
inheritance:
- g:groupmanager_default
- g:bukkit_default
- g:essentials_default
- g:towny_default
info:
prefix: '&fGuest '
build: false
suffix: ''
Member:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- essentials.warp.list
- essentials.warps.ship
- essentials.warps.village
- essentials.warps.yuma
- essentials.back
- essentials.msg
- mobarena.join
info:
prefix: '&2Member '
Vip:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.msg
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.sethome.multiple.vip
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- essentials.back
- mobarena.join
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&aVip '
build: true
suffix: ''
Premium:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.msg
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.msg
- essentials.rules
- essentials.sethome.multiple.staff
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.back
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator
info:
prefix: '&1Premium '
build: true
suffix: ''
Admin:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.ban
- essentials.banlist
- essentials.msg
- essentials.socialspy
- essentials.help
- essentials.helpop
- essentials.kick
- essentials.msg
- essentials.rules
- essentials.spawn
- essentials.togglejail
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&4Admin '
build: true
suffix: ''
Trainee:
default: false
permissions:
- essentials.banlist
- essentials.help
- essentials.helpop
- essentials.kick
- essentials.msg
- essentials.rules
- essentials.spawn
- essentials.togglejail
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&4Admin '
build: true
suffix: ''
Try that if not here it is
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'
groups:
Owner:
default: false
permissions:
- -vanish.*
- '*'
inheritance:
- admin
info:
prefix: '&4O&3w&1n&6e&5r '
build: true
suffix: ''
Guest:
default: true
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- essentials.warp.list
- essentials.warps.ship
- essentials.warps.village
- essentials.warps.yuma
- mobarena.join
inheritance:
- g:groupmanager_default
- g:bukkit_default
- g:essentials_default
- g:towny_default
info:
prefix: '&fGuest '
build: false
suffix: ''
Member:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- essentials.warp.list
- essentials.warps.ship
- essentials.warps.village
- essentials.warps.yuma
- essentials.back
- essentials.msg
- mobarena.join
info:
prefix: '&2Member '
Vip:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.msg
- essentials.help
- essentials.helpop
- essentials.home
- essentials.rules
- essentials.sethome
- essentials.sethome.multiple.vip
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- essentials.back
- mobarena.join
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&aVip '
build: true
suffix: ''
Premium:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.msg
- essentials.balance
- essentials.help
- essentials.helpop
- essentials.msg
- essentials.rules
- essentials.sethome.multiple.staff
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.back
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator
info:
prefix: '&1Premium '
build: true
suffix: ''
Admin:
default: false
permissions:
- -bukkit.command.kill
- essentials.afk
- essentials.back
- essentials.ban
- essentials.banlist
- essentials.msg
- essentials.socialspy
- essentials.help
- essentials.helpop
- essentials.kick
- essentials.msg
- essentials.rules
- essentials.spawn
- essentials.togglejail
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&4Admin '
build: true
suffix: ''
Trainee:
default: false
permissions:
- essentials.banlist
- essentials.help
- essentials.helpop
- essentials.kick
- essentials.msg
- essentials.rules
- essentials.spawn
- essentials.togglejail
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warps.Hazenell
- essentials.warps.PvP
- essentials.warps.Rammstead
- essentials.warps.Riveredge
- essentials.warps.Wild
- essentials.warps.Wild2
- multiverse.access.Premium_World
- multiverse.access.Vip_World
- multiverse.core.spawn.self
- mobarena.join
inheritance:
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&4Admin '
build: true
suffix: ''
Please post the config here
It is preferable to post it on http://pastie.org/ and then provide the link, to preserve your groups.yml file's formatting.
