Aide pour créer un serveur + bugs

MrSkyFail

Aventurier
6 Juillet 2013
31
1
3
61
Je vien d'avoir un problème avec GroupeManager mais je ne sais pas d'oû il vient ?

le fichier groups.yml :

# 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:
Citoyen:
default: true
permissions:
- -bukkit.command.kill
- essentials.help
- essentials.helpop
- essentials.kits.Citoyen
- essentials.kits.Noble
- essentials.kits.Vip
- essentials.afk
- essentials.afk.auto
- essentials.spawn
- essentials.balance
- essentials.econ
- essentials.econ.income
- essentials.chat.shout
- essentials.compass
- essentials.home
- essentials.mail
- essentials.mail.send
- essentials.me
- essentials.msg
- essentials.pay
- essentials.tpa
- essentials.tpahere
- essentials.tpaccept
- essentials.tpdeny
- essentials.tpyes
- essentials.tpno
- essentials.sethome
- essentials.signs.buy.use
- essentials.signs.disposal.use
- essentials.signs.free.use
- essentials.signs.heal.use
- essentials.signs.mail.create
- essentials.signs.mail.use
- essentials.signs.trade.use
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- essentials.kits.arena
- essentials.kit
- wormhole.use.sign
- wormhole.use.dialer
- wormhole.simple.use
- easyelevator.call.*
- easyelevator.stop.*
- creativegates.use
- iConomy.holdings.others
- iConomy.payment
- iConomy.help
- factions.chat
- factions.join
- factions.leave
- factions.show
- factions.list
- factions.home
- factions.help
- factions.sethome
- factions.map
- factions.power
- factions.create
- factions.description
- factions.claim
- factions.disband
- factions.kick
- factions.money.balance
- factions.money.deposit
- factions.money.withdraw
- factions.money.f2f
- factions.money.f2p
- factions.money.p2f
- factions.open
- factions.title
- factions.deinvite
- factions.invite
- factions.owner
- factions.power.any
- factions.relation
- factions.tag
- factions.unclaim
- factions.unclaimall
- ecocreature.reward.*
- ecocreature.gain.*
- plot.use
inheritance:
- g:essentials_citoyen
info:
prefix: '&0(&4Citoyen&0)&7'
build: true
suffix: ''
Noble:
default: false
permissions:
- essentials.kits.Noble
inheritance:
- Citoyen
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
info:
prefix: '&0(&9Noble&0)&7'
build: true
suffix: ''
VIP:
default: false
permissions:
- essentials.kits.VIP
inheritance:
- Noble
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
info:
prefix: '&0(&9VIP0)&7'
build: true
suffix: ''
Donateur:
default: false
permissions:
- essentials.kits.Premuim
- essentials.kits.Supreme
- magicspells.cast.explode
- magicspells.cast.flamewalk
- magicspells.cast.explosivearrow
- magicspells.cast.fireball
- magicspells.cast.forcepush
- magicspells.cast.leap
- magicspells.cast.gills
- magicspells.cast.mark
- magicspells.cast.recall
- magicspells.cast.levitate
- magicspells.cast.heal
- magicspells.cast.lightning
- magicspells.cast.purge
- magicspells.cast.shadowstep
- magicspells.cast.silence
- magicspells.cast.stealth
- magicspells.cast.drainlife
- magicspells.cast.disarm
- magicspells.cast.carpet
- magicspells.cast.empower
- magicspells.cast.frostwalk
- magicspells.grant.explode
- magicspells.grant.flamewalk
- magicspells.grant.explosivearrow
- magicspells.grant.fireball
- magicspells.grant.forcepush
- magicspells.grant.leap
- magicspells.grant.gills
- magicspells.grant.mark
- magicspells.grant.recall
- magicspells.grant.levitate
- magicspells.grant.heal
- magicspells.grant.lightning
- magicspells.grant.purge
- magicspells.grant.shadowstep
- magicspells.grant.silence
- magicspells.grant.stealth
- magicspells.grant.drainlife
- magicspells.grant.disarm
- magicspells.grant.carpet
- magicspells.grant.empower
- magicspells.grant.frostwalk
inheritance:
- VIP
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
info:
prefix: '&0(&9Donateur&0)&7'
build: true
suffix: ''
Admin:
default: false
permissions:
- '*'
inheritance:
- moderator
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&0(&4A&2d&1m&9i&fn&0)&7'
build: true
suffix: ''
Moderateur:
default: false
permissions:
- essentials.kits.Dieu
- magicspells.cast.storm
- magicspells.cast.zeus
- magicspells.cast.stormback
- magicspells.cast.forcebomb
- magicspells.grant.storm
- magicspells.grant.zeus
- magicspells.grant.stormback
- magicspells.grant.forcebomb
inheritance:
- Premuim
info:
prefix: '&0(&4Moderateur&0)&7'
build: true
suffix: ''
Vip:
default: false
permissions:
- essentials.help
- essentials.helpop
- essentials.fly
- essentials.repair
- essentials.kit
inheritance:
- citoyen
- g:essentials_builder
- g:towny_builder
info:
prefix: '&0(&5VIP&0)&7'
build: true
suffix: ''
 

MrSkyFail

Aventurier
6 Juillet 2013
31
1
3
61
Code:
[/FONT]
[FONT=Consolas]# Group inheritance[/FONT]
[FONT=Consolas]#[/FONT]
[FONT=Consolas]# Any inherited groups prefixed with a g: are global groups[/FONT]
[FONT=Consolas]# and are inherited from the GlobalGroups.yml.[/FONT]
[FONT=Consolas]#[/FONT]
[FONT=Consolas]# Groups without the g: prefix are groups local to this world[/FONT]
[FONT=Consolas]# and are defined in the this groups.yml file.[/FONT]
[FONT=Consolas]#[/FONT]
[FONT=Consolas]# Local group inheritances define your promotion tree when using 'manpromote/mandemote'[/FONT]
[FONT=Consolas][/FONT]
[FONT=Consolas]groups:[/FONT]
[FONT=Consolas]  Citoyen:[/FONT]
[FONT=Consolas]    default: true[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - -bukkit.command.kill[/FONT]
[FONT=Consolas]    - essentials.help[/FONT]
[FONT=Consolas]    - essentials.helpop[/FONT]
[FONT=Consolas]    - essentials.kits.Citoyen[/FONT]
[FONT=Consolas]    - essentials.kits.Noble[/FONT]
[FONT=Consolas]    - essentials.kits.Vip[/FONT]
[FONT=Consolas]    - essentials.afk[/FONT]
[FONT=Consolas]    - essentials.afk.auto[/FONT]
[FONT=Consolas]    - essentials.spawn[/FONT]
[FONT=Consolas]    - essentials.balance[/FONT]
[FONT=Consolas]    - essentials.econ[/FONT]
[FONT=Consolas]    - essentials.econ.income[/FONT]
[FONT=Consolas]    - essentials.chat.shout[/FONT]
[FONT=Consolas]    - essentials.compass[/FONT]
[FONT=Consolas]    - essentials.home[/FONT]
[FONT=Consolas]    - essentials.mail[/FONT]
[FONT=Consolas]    - essentials.mail.send[/FONT]
[FONT=Consolas]    - essentials.me[/FONT]
[FONT=Consolas]    - essentials.msg[/FONT]
[FONT=Consolas]    - essentials.pay[/FONT]
[FONT=Consolas]    - essentials.tpa[/FONT]
[FONT=Consolas]    - essentials.tpahere[/FONT]
[FONT=Consolas]    - essentials.tpaccept[/FONT]
[FONT=Consolas]    - essentials.tpdeny[/FONT]
[FONT=Consolas]    - essentials.tpyes[/FONT]
[FONT=Consolas]    - essentials.tpno[/FONT]
[FONT=Consolas]    - essentials.sethome[/FONT]
[FONT=Consolas]    - essentials.signs.buy.use[/FONT]
[FONT=Consolas]    - essentials.signs.disposal.use[/FONT]
[FONT=Consolas]    - essentials.signs.free.use[/FONT]
[FONT=Consolas]    - essentials.signs.heal.use[/FONT]
[FONT=Consolas]    - essentials.signs.mail.create[/FONT]
[FONT=Consolas]    - essentials.signs.mail.use[/FONT]
[FONT=Consolas]    - essentials.signs.trade.use[/FONT]
[FONT=Consolas]    - essentials.help[/FONT]
[FONT=Consolas]    - essentials.helpop[/FONT]
[FONT=Consolas]    - essentials.list[/FONT]
[FONT=Consolas]    - essentials.motd[/FONT]
[FONT=Consolas]    - essentials.rules[/FONT]
[FONT=Consolas]    - essentials.spawn[/FONT]
[FONT=Consolas]    - essentials.kits.arena[/FONT]
[FONT=Consolas]    - essentials.kit[/FONT]
[FONT=Consolas]    - wormhole.use.sign[/FONT]
[FONT=Consolas]    - wormhole.use.dialer[/FONT]
[FONT=Consolas]    - wormhole.simple.use[/FONT]
[FONT=Consolas]    - easyelevator.call.*[/FONT]
[FONT=Consolas]    - easyelevator.stop.*[/FONT]
[FONT=Consolas]    - creativegates.use[/FONT]
[FONT=Consolas]    - iConomy.holdings.others[/FONT]
[FONT=Consolas]    - iConomy.payment[/FONT]
[FONT=Consolas]    - iConomy.help[/FONT]
[FONT=Consolas]    - factions.chat[/FONT]
[FONT=Consolas]    - factions.join[/FONT]
[FONT=Consolas]    - factions.leave[/FONT]
[FONT=Consolas]    - factions.show[/FONT]
[FONT=Consolas]    - factions.list[/FONT]
[FONT=Consolas]    - factions.home[/FONT]
[FONT=Consolas]    - factions.help[/FONT]
[FONT=Consolas]    - factions.sethome[/FONT]
[FONT=Consolas]    - factions.map[/FONT]
[FONT=Consolas]    - factions.power[/FONT]
[FONT=Consolas]    - factions.create[/FONT]
[FONT=Consolas]    - factions.description[/FONT]
[FONT=Consolas]    - factions.claim[/FONT]
[FONT=Consolas]    - factions.disband[/FONT]
[FONT=Consolas]    - factions.kick[/FONT]
[FONT=Consolas]    - factions.money.balance[/FONT]
[FONT=Consolas]    - factions.money.deposit[/FONT]
[FONT=Consolas]    - factions.money.withdraw[/FONT]
[FONT=Consolas]    - factions.money.f2f[/FONT]
[FONT=Consolas]    - factions.money.f2p[/FONT]
[FONT=Consolas]    - factions.money.p2f[/FONT]
[FONT=Consolas]    - factions.open[/FONT]
[FONT=Consolas]    - factions.title[/FONT]
[FONT=Consolas]    - factions.deinvite[/FONT]
[FONT=Consolas]    - factions.invite[/FONT]
[FONT=Consolas]    - factions.owner[/FONT]
[FONT=Consolas]    - factions.power.any[/FONT]
[FONT=Consolas]    - factions.relation[/FONT]
[FONT=Consolas]    - factions.tag[/FONT]
[FONT=Consolas]    - factions.unclaim[/FONT]
[FONT=Consolas]    - factions.unclaimall[/FONT]
[FONT=Consolas]    - ecocreature.reward.*[/FONT]
[FONT=Consolas]    - ecocreature.gain.*[/FONT]
[FONT=Consolas]    - plot.use[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - g:essentials_citoyen[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&4Citoyen&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  Noble:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - essentials.kits.Noble[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - Citoyen[/FONT]
[FONT=Consolas]    - g:groupmanager_moderator[/FONT]
[FONT=Consolas]    - g:bukkit_moderator[/FONT]
[FONT=Consolas]    - g:essentials_moderator[/FONT]
[FONT=Consolas]    - g:towny_moderator[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&9Noble&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  VIP:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - essentials.kits.VIP[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - Noble[/FONT]
[FONT=Consolas]    - g:groupmanager_moderator[/FONT]
[FONT=Consolas]    - g:bukkit_moderator[/FONT]
[FONT=Consolas]    - g:essentials_moderator[/FONT]
[FONT=Consolas]    - g:towny_moderator[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&9VIP0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  Donateur:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - essentials.kits.Premuim[/FONT]
[FONT=Consolas]    - essentials.kits.Supreme[/FONT]
[FONT=Consolas]    - magicspells.cast.explode[/FONT]
[FONT=Consolas]    - magicspells.cast.flamewalk[/FONT]
[FONT=Consolas]    - magicspells.cast.explosivearrow[/FONT]
[FONT=Consolas]    - magicspells.cast.fireball[/FONT]
[FONT=Consolas]    - magicspells.cast.forcepush[/FONT]
[FONT=Consolas]    - magicspells.cast.leap[/FONT]
[FONT=Consolas]    - magicspells.cast.gills[/FONT]
[FONT=Consolas]    - magicspells.cast.mark[/FONT]
[FONT=Consolas]    - magicspells.cast.recall[/FONT]
[FONT=Consolas]    - magicspells.cast.levitate[/FONT]
[FONT=Consolas]    - magicspells.cast.heal[/FONT]
[FONT=Consolas]    - magicspells.cast.lightning[/FONT]
[FONT=Consolas]    - magicspells.cast.purge[/FONT]
[FONT=Consolas]    - magicspells.cast.shadowstep[/FONT]
[FONT=Consolas]    - magicspells.cast.silence[/FONT]
[FONT=Consolas]    - magicspells.cast.stealth[/FONT]
[FONT=Consolas]    - magicspells.cast.drainlife[/FONT]
[FONT=Consolas]    - magicspells.cast.disarm[/FONT]
[FONT=Consolas]    - magicspells.cast.carpet[/FONT]
[FONT=Consolas]    - magicspells.cast.empower[/FONT]
[FONT=Consolas]    - magicspells.cast.frostwalk[/FONT]
[FONT=Consolas]    - magicspells.grant.explode[/FONT]
[FONT=Consolas]    - magicspells.grant.flamewalk[/FONT]
[FONT=Consolas]    - magicspells.grant.explosivearrow[/FONT]
[FONT=Consolas]    - magicspells.grant.fireball[/FONT]
[FONT=Consolas]    - magicspells.grant.forcepush[/FONT]
[FONT=Consolas]    - magicspells.grant.leap[/FONT]
[FONT=Consolas]    - magicspells.grant.gills[/FONT]
[FONT=Consolas]    - magicspells.grant.mark[/FONT]
[FONT=Consolas]    - magicspells.grant.recall[/FONT]
[FONT=Consolas]    - magicspells.grant.levitate[/FONT]
[FONT=Consolas]    - magicspells.grant.heal[/FONT]
[FONT=Consolas]    - magicspells.grant.lightning[/FONT]
[FONT=Consolas]    - magicspells.grant.purge[/FONT]
[FONT=Consolas]    - magicspells.grant.shadowstep[/FONT]
[FONT=Consolas]    - magicspells.grant.silence[/FONT]
[FONT=Consolas]    - magicspells.grant.stealth[/FONT]
[FONT=Consolas]    - magicspells.grant.drainlife[/FONT]
[FONT=Consolas]    - magicspells.grant.disarm[/FONT]
[FONT=Consolas]    - magicspells.grant.carpet[/FONT]
[FONT=Consolas]    - magicspells.grant.empower[/FONT]
[FONT=Consolas]    - magicspells.grant.frostwalk[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - VIP[/FONT]
[FONT=Consolas]    - g:groupmanager_moderator[/FONT]
[FONT=Consolas]    - g:bukkit_moderator[/FONT]
[FONT=Consolas]    - g:essentials_moderator[/FONT]
[FONT=Consolas]    - g:towny_moderator[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&9Donateur&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  Admin:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - '*'[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - moderator[/FONT]
[FONT=Consolas]    - g:groupmanager_admin[/FONT]
[FONT=Consolas]    - g:bukkit_admin[/FONT]
[FONT=Consolas]    - g:essentials_admin[/FONT]
[FONT=Consolas]    - g:towny_admin[/FONT]
[FONT=Consolas]    - g:vanish_admin[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&4A&2d&1m&9i&fn&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  Moderateur:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - essentials.kits.Dieu[/FONT]
[FONT=Consolas]    - magicspells.cast.storm[/FONT]
[FONT=Consolas]    - magicspells.cast.zeus[/FONT]
[FONT=Consolas]    - magicspells.cast.stormback[/FONT]
[FONT=Consolas]    - magicspells.cast.forcebomb[/FONT]
[FONT=Consolas]    - magicspells.grant.storm[/FONT]
[FONT=Consolas]    - magicspells.grant.zeus[/FONT]
[FONT=Consolas]    - magicspells.grant.stormback[/FONT]
[FONT=Consolas]    - magicspells.grant.forcebomb[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - Premuim[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&4Moderateur&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]  Vip:[/FONT]
[FONT=Consolas]    default: false[/FONT]
[FONT=Consolas]    permissions:[/FONT]
[FONT=Consolas]    - essentials.help[/FONT]
[FONT=Consolas]    - essentials.helpop[/FONT]
[FONT=Consolas]    - essentials.fly[/FONT]
[FONT=Consolas]    - essentials.repair[/FONT]
[FONT=Consolas]    - essentials.kit[/FONT]
[FONT=Consolas]    inheritance:[/FONT]
[FONT=Consolas]    - citoyen[/FONT]
[FONT=Consolas]    - g:essentials_builder[/FONT]
[FONT=Consolas]    - g:towny_builder[/FONT]
[FONT=Consolas]    info:[/FONT]
[FONT=Consolas]      prefix: '&0(&5VIP&0)&7'[/FONT]
[FONT=Consolas]      build: true[/FONT]
 
[FONT=Consolas]      suffix: ''[/FONT]
[FONT=Consolas]
 

antoinedjazz

Spécialiste serveurs, mods et plugins.
16 Juillet 2012
163
35
135
29
Du coup si il y a une mauvaise tabulation je ne peux repérer l'erreur !

Oo Edite ! ^^^

Et reprend depuis ta config de permission pas depuis le message posté au dessus ;)