Aide pour créer un serveur + bugs

Code:
[code]
# 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: ''
[/CODE]
 
Code:
# 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: ''
 
je ne sais pas si l'erreur peut venir de là mais essaye quand même:
remplace ceci
Code:
    - -bukkit.command.kill
par ceci:
Code:
    - bukkit.command.kill

Le - devant bukkit doit être de trop, mais je n'en suis pas sûr, je ne travaille pas avec GroupManager mais plutôt avec PermissionsEx. Detobel en sait plus que moi sur ce plugin. Va voir son tuto il t'aidera peut-être à corriger ce qu'il ne va pas: http://minecraft.fr/forum/index.php?threads/plugin-groupmanager.65981/

Edit: Je suis bête c'est justement pour retirer la permission le - -bukkit ^^'
 
  • J'aime
Reactions: Detobel36
Sinon que te dit la console lorsque tu lance le serveur et que GroupManager bug ?
 
ça j'adore avec GroupManager il te disent qu'il y'a une erreur dans la partie groups dans permission.yml soit 99% du fichier permission.yml ! XD

Donc là je sèche sur ce plugin donc attends le retour de Detobel, il t'en dira plus.
 
Salut,

Edit: Je suis bête c'est justement pour retirer la permission le - -bukkit ^^'

Tu fait bien de ne pas être sur, car ce n'est pas une faute ;)

MrSkyFail, déjà évite les doubles poste. Ensuite, tu utiliser les globalGroup, mais sais tu vraiment comment cela fonctionne ? Si non, je te déconseil de les utiliser. Je t'invite a lire mon tuto, pour que tu comprenne ce que tu fait.
Si tu n'arrive toujours pas a résoudre le bug, même avec mon tuto, il faut que tu nous donne l'erreur que tu a dans le fichier server.log.


Cordialement,
Detobel36
 
Oui j'ai bien compris. J'ai bien lu ton "tuto" et cela est résolu. Mais j'ai un probleme quand je fait des kit et que je donne sur groupmanager cette permission rien ne ce passe: - essentials.kits.noble =