Hi Ich habe ein Problem mit Den Permissions:
Wenn ich Permissions in den Gruppen verteile und nacher ins Spiel (InGame)
gehe, steht egal welchen Befehl ich eingebe:" You don't have permission."
Auch wenn ich Admin bin und die Permission:"*" habe steht das Selbe.
den einzigen Befehl den ich Machen kann ist: /op
Groupmanager:
Group.YML
#
groups:
Gast:
default: true
permissions:
- commandbook.who
- commandbook.motd
- commandbook.rules
- commandbook.spawn
- commandbook.warp.list
- commandbook.say.me
- commandbook.msg
inheritance: []
info:
prefix: '&7[Gast]&f'
build: false
suffix: '&f'
#
Bewohner:
default: false
permissions:
- commandbook.home.teleport
- commandbook.home.set
- commandbook.warp.teleport
- commandbook.warp.list
inheritance:
- Gast
info:
prefix: '&2[Bewhoner]&f'
build: true
suffix: '&a'
#
VIP:
default: false
permissions:
- groupmanager.mandemote
inheritance:
- user
info:
prefix: '&6[VIP]&f'
build: true
suffix: '&e'
#
Moderator:
default: false
permissions:
inheritance:
- vip
info:
prefix: '&1[Moderator]&f'
build: true
suffix: '&9'
#
Admin:
default: false
permissions:
- '*'
inheritance:
- moderator
info:
prefix: '&4[Admin]&f'
build: true
suffix: '&c'
#
Owner:
default: false
permissions:
- '*'
inheritance:
- Admin
info:
prefix: '&3[Owner]&f'
build: true
suffix: '&b'
Essentials:
Config.YML
#
+------------------------------------------------------+
| EssentialsChat |
+------------------------------------------------------+
#
format: '{DISPLAYNAME} {MESSAGE}'
#format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'