Ich habe ein Problem mit Permissions bzw. mit Essentials und Permissions.
Undzwar habe ich einem User die Rechte für /i gegeben trozdem kann er sich nichts cheaten...
Ich selber habe eigentlich keine Ahnung von Permission und würde mich freuen wenn mir jemand helfen könnte ihm die Rechte zu geben und am besten noch zu erklären was genau mein Fehler war.
Hier der Code :
Code:
groups:
Default:
default: true
info:
prefix: ''
suffix: ''
build: false
inheritance:
permissions:
- 'essentials.spawn'
- 'essentials.getpos'
- 'essentials.top'
- 'essentials.back'
- 'essentials.back.ondeath'
- 'essentials.afk'
- 'essentials.getpos'
- 'essentials.getpos'
- 'essentials.rules'
- 'essentials.motd'
- 'essentials.list'
- 'essentials.helpop'
Bewohner:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'essentials.getpos'
- 'essentials.top'
- 'essentials.back'
- 'essentials.back.ondeath'
- 'essentials.sethome'
- 'essentials.home'
- 'essentials.msg'
- 'essentials.afk'
- 'essentials.rules'
- 'essentials.motd'
- 'essentials.list'
- 'essentials.mail'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.time'
- 'essentials.spawn'
- 'iConomy.payment'
- 'iConomy.access'
- 'iConomy.rank'
- 'iConomy.list'
- 'iConomyChestShop.shop.use'
- 'iConomyChestShop.shop.sell'
Buuja:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'essentials.getpos'
- 'essentials.top'
- 'essentials.back'
- 'essentials.back.ondeath'
- 'essentials.sethome'
- 'essentials.home'
- 'essentials.msg'
- 'essentials.afk'
- 'essentials.rules'
- 'essentials.motd'
- 'essentials.list'
- 'essentials.mail'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.time'
- 'essentials.spawn'
- 'essentials.item'
- 'iConomy.payment'
- 'iConomy.access'
- 'iConomy.rank'
- 'iConomy.list'
- 'iConomyChestShop.shop.use'
- 'iConomyChestShop.shop.sell'
Moderator:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'general.player-info'
- 'essentials.getpos'
- 'essentials.top'
- 'essentials.back'
- 'essentials.back.ondeath'
- 'essentials.tp'
- 'essentials.tphere'
- 'essentials.tppos'
- 'essentials.sethome'
- 'essentials.home'
- 'essentials.setwarp'
- 'essentials.warp'
- 'essentials.delwarp'
- 'essentials.msg'
- 'essentials.afk'
- 'essentials.rules'
- 'essentials.motd'
- 'essentials.list'
- 'essentials.mail'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.nick'
- 'essentials.clearinventory'
- 'essentials.mute'
- 'essentials.kick'
- 'essentials.tree'
- 'essentials.bigtree'
- 'essentials.spawn'
- 'essentials.item'
- 'essentials.time'
- 'iConomy.payment'
- 'iConomy.access'
- 'iConomy.rank'
- 'iConomy.list'
- 'iConomy.admin.grant'
- 'iConomy.admin.set'
- 'iConomy.admin.stats'
- 'iConomy.admin.reset'
- 'iConomyChestShop.shop.create'
- 'iConomyChestShop.shop.use'
- 'iConomyChestShop.shop.sell'
- 'iConomyChestShop.shop.admin'
Admins:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
##
# Users denote which users are included in which group.
# TheNo1Yeti is in the Admin group
# Herpina is a member of the Moderator group but also has access
# to the herp.derp permissions
# Derpina is a member of the admin group but does not have access
# to the derp.derp permission node
# Users can also have a prefix and suffix as seen with Herpina
##
users:
JumpAngeL:
group: Admins
permissions:
Herpina:
group: Moderator
info:
prefix: 'Moo'
suffix: 'Cow'
permissions:
- 'herp.derp'
Derpina:
group: Admins
permissions:
- '-derp.derp'
Katie:
group: Admins
permissions:
lowbob123
group: Buuja
permissions:






