Résolu Jobs probleme

TempleCrazy

Aventurier
20 Juin 2014
7
0
2
34
Salut les gars :),
J'ai configurer jobs et j'ai un problème avec ma config, quand je fait un /jobs browse il n'y a rien qui s'affiche, pourtant il y'a bien des jobs dans ma config, alors j'ai fait un /jobs reload dans la console et ça ma donner ça :
Code:
[09:59:05 ERROR]: ==================== Jobs ====================
[09:59:05 ERROR]: Unable to load jobConfig.yml!
[09:59:05 ERROR]: Check your config for formatting issues!
[09:59:05 ERROR]: No jobs were loaded!
[09:59:05 ERROR]: Error: while parsing a block mapping
in "<string>", line 99, column 5:
        Fullname: Mineur
        ^
expected <block end>, but found BlockMappingStart
in "<string>", line 163, column 6:
        Kill:
        ^
 
[09:59:05 ERROR]: ==============================================
[09:59:05 INFO]: [Jobs] Buffered payment thread shutdown
[09:59:05 INFO]: [Jobs] Database save task shutdown
[09:59:05 INFO]: [Jobs] Started database save task
[09:59:05 INFO]: [Jobs] Started buffered payment thread
[09:59:05 INFO]: Your command has been performed.

Mais bon je suis pas un as de jobs , voici ma config jobs :
Code:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
 
Jobs:
  Bucheron:
    fullname: Bucheron
    shortname: Buch
    ChatColour: GOLD
    chat-display: full
    slots: 10
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 2.0
        experience: 3.0
      WOOD:
        income: 1.0
        experience: 4.0
      LEAVES:
        income: 0.25
        experience: 0.5   
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
      LOG:
        income: 2.0
        experience: 3.0
      WOOD:
        income: 0.5
        experience: 0.5
    Kill:
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
  Mineur:
    Fullname: Mineur
    shortname: Min
    ChatColour: DARK_GRAY
    chat-display: full
    slots: 10
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      STONE:
        income: 0.05
        experience: 0.25
      COAL_ORE:
        income: 1.0
        experience: 0.5
      REDSTONE_ORE:
        income: 1.5
        experience: 1.0
      IRON_ORE:
        income: 3.0
        experience: 4.0
      GOLD_ORE:
        income: 5.0
        experience: 10.0
      LAPIS_ORE:
        income: 3.0
        experience: 3.0
      DIAMOND_ORE:
        income: 10.0
        experience: 15.0
      OBSIDIAN:
        income: 7.5
        experience: 9.0
      MOSSY_COBBLESTONE:
        income: 6.0
        experience: 6.0       
      COBBLESTONE:
        income: 0.05
        experience: 0.25
      COPPPER_ORE:
        income: 3.0
        experience: 4.0   
      TIN_ORE:
        income: 4.0
        experience: 5.0   
      MYTHRIL_ORE:
        income: 5.0
        experience: 10.0   
      ADAMANTIUM_ORE:
        income: 10.0
        experience: 15.0
      ONYX:
        income: 15.0
        experience: 20.0
    Place:
      RAILS:
        income: 2.0
        experience: 2.0
      TORCH:
        income: 0.5
        experience: 0.5
      COBBLESTONE:
        income: 0.05
        experience: 0.25
    Kill:
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
Terrassier:
    fullname: Terrassier
    shortname: Ter
    ChatColour: GRAY
    chat-display: full
    slots: 10
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIRT:
        income: 0.05
        experience: 0.25
      GRASS:
        income: 0.06
        experience: 0.30
      GRAVEL:
        income: 1.0
        experience: 2.0
      SAND:
        income: 2.0
        experience: 2.0
      SANDSTONE:
        income:1.0
        experience:2.5
      CLAY:
        income: 2.0
        experience: 2.0
    Kill:
     
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
  Architecte:
    fullname: Architecte
    shortname: Arch
    ChatColour: WHITE
    chat-display: full
    slots: 5
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 0.05
        experience: 1.0
      WOOD:
        income: 0.5
        experience: 1.5
      FENCE:
        income: 1.5
        experience: 1.5
      WOOL:
        income: 1.5
        experience: 1.5
      STONE:
        income: 2.25
        experience: 2.25
      GLOWSTONE:
        income: 3.0
        experience: 3.0
      SANDSTONE:
        income: 2.0
        experience: 2.0
      GLASS:
        income: 3.0
        experience: 3.0
      BRICK:
        income: 4.0
        experience: 4.0
      LAPIS_BLOCK:
        income: 5.0
        experience: 5.0
      DOUBLE_STEP:
        income: 2.0
        experience: 2.0
      STEP:
        income: 2.0
        experience: 2.0
      BOOKSHELF:
        income: 3.0
        experience: 3.0
      WOOD_STAIRS:
        income: 2.0
        experience: 2.0
      COBBLESTONE_STAIRS:
        income: 2.0
        experience: 2.0
      MOSSY_COBBLESTONE:
        income: 5.0
        experience: 5.0
      DIAMOND_BLOCK:
        income: 5.0
        experience: 5.0
      GOLD_BLOCK:
        income: 5.0
        experience: 5.0
   
    Kill:
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
          income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
  Agriculteur:
    fullname: Agriculteur
    shortname: Agr
    ChatColour: BLUE
    chat-display: full
    slots: 5
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      POTATOES:
        income:4.0
        experience:4.0
      CARROTS:
        income:4.0
        experience:4.0
      NETHER_WART:
        income:4.0
        experience:4.0
      MELONS:
        income:4.0
        experience:4.0
      PUMPKINS:
        income:4.0
        experience:4.0
      CROPS-7:
        income: 4.0
        experience: 4.0
      SUGAR_CANE_BLOCK:
        income: 4.0
        experience: 4.0
    Place:
      SEEDS:
        income: 3.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 1.0
        experience: 1.0
      MELON_SEEDS:
        income: 4.0
        experience: 4.0
      PUMPKIN_SEEDS:
        income: 4.0
        experience: 4.0
    Craft:
      BREAD:
        income: 0.5
        experience: 1.0
  Chasseur:
    fullname: Chasseur
    shortname: Cha
    ChatColour: RED
    chat-display: full
    slots: 4
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
     
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
  Pecheur:
    fullname: Pecheur
    shortname: Pec
    ChatColour: AQUA
    chat-display: full
    slots: 4
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 5.0
        experience: 5.0
    Kill:
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
          income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
 
  Assassin:
    fullname: Assassin
    shortname: Ass
    ChatColour: BLACK
    chat-display: full
    slots: 4
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Player:
        income: 7.5
        experience: 7.5
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
    custom-kill:
      Assassin:
        income: 15.0
        experience: 15.0
   
  Constructeur:
    fullname: Forgeron
    shortname: For
    ChatColour: WHITE
    chat-display: full
    slots: 4
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 1.0
        experience: 1.0
      IRON_SWORD:
        income: 2.5
        experience: 2.5
      GOLD_SWORD:
        income: 3.5
        experience: 3.5
      DIAMOND_SWORD:
        income: 5.0
        experience: 5.0
      WOOD_SPADE:
        income: 1.0
        experience: 1.0
      IRON_SPADE:
        income: 2.5
        experience: 2.5
      GOLD_SPADE:
        income: 3.5
        experience: 3.5
      DIAMOND_SPADE:
        income: 5.0
        experience: 5.0
      WOOD_PICKAXE:
        income: 1.0
        experience: 1.0
      IRON_PICKAXE:
        income: 2.5
        experience: 2.5
      GOLD_PICKAXE:
        income: 3.5
        experience: 3.5
      DIAMOND_PICKAXE:
        income: 5.0
        experience: 5.0
      WOOD_AXE:
        income: 1.0
        experience: 1.0
      IRON_AXE:
        income: 2.5
        experience: 2.5
      GOLD_AXE:
        income: 3.5
        experience: 3.5
      DIAMOND_AXE:
        income: 5.0
        experience: 5.0
      LEATHER_HELMET:
        income: 2.0
        experience: 2.0
      LEATHER_CHESTPLATE:
        income: 2.0
        experience: 2.0
      LEATHER_LEGGINGS:
        income: 2.0
        experience: 2.0
      LEATHER_BOOTS:
        income: 2.0
        experience: 2.0
      IRON_HELMET:
        income: 3.5
        experience: 3.5
      IRON_CHESTPLATE:
        income: 3.5
        experience: 3.5
      IRON_LEGGINGS:
        income: 3.5
        experience: 3.5
      IRON_BOOTS:
        income: 3.5
        experience: 3.5
      GOLD_HELMET:
        income: 4.5
        experience: 4.5
      GOLD_CHESTPLATE:
        income: 4.5
        experience: 4.5
      GOLD_LEGGINGS:
        income: 4.5
        experience: 4.5
      GOLD_BOOTS:
        income: 4.5
        experience: 4.5
      DIAMOND_HELMET:
        income: 6.0
        experience: 6.0
      DIAMOND_CHESTPLATE:
        income: 6.0
        experience: 6.0
      DIAMOND_LEGGINGS:
        income: 6.0
        experience: 6.0
      DIAMOND_BOOTS:
        income: 6.0
        experience: 6.0
 
  Kill:
      Enderman:
        income: 15.0
        experience: 15.0
      MushroomCow:
        income: 5.0
        experience: 5.0
      CaveSpider:
        income: 2.5
        experience: 7.0
      Zombie:
        income: 1.5
        experience: 1.0
      Squeleton:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.0
        experience: 1.0
      Spider:
        income: 2.0
        experience: 1.5
      Creeper:
        income: 1.5
        experience: 1.0
      Witches:
        income: 3.0
        experience: 2.5
      Silverfish:
        income: 1.5
        experience: 1.0
      Chicken:
        income: 1.5
        experience: 1.0
      Cow:
        income: 1.5
        experience: 1.0
      Pig:
        income: 1.5
        experience: 1.0
      Sheep:
        income: 1.0
        experience: 1.0
      Wolf:
        income: 2.0
        experience: 1.0
      Giant:
        income: 5.0
        experience: 3.5
      PigZombie:
        income: 3.0
        experience: 2.0
      Squid:
        income: 1.0
        experience: 1.0
      Ghast:
        income: 3.0
        experience: 5.0
      Player:
        income: 10.0
        experience: 8.0
Merci d'avance pour vos réponse les gars :)
 

TempleCrazy

Aventurier
20 Juin 2014
7
0
2
34
Salut :) ,
Je viens d'essayer je suis désolé j'ai pas pu faire ça avant :p
Alors les erreurs que j'avais ne sont plus présente mais il y'a une nouvelle erreur
Code:
[04:25:16 ERROR]: ==================== Jobs ====================
[04:25:16 ERROR]: Unable to load jobConfig.yml!
[04:25:16 ERROR]: Check your config for formatting issues!
[04:25:16 ERROR]: No jobs were loaded!
[04:25:16 ERROR]: Error: expected '<document start>', but found BlockMappingStart
in "<string>", line 224, column 1:
    Terrassier:
    ^
 
[04:25:16 ERROR]: ==============================================
[04:25:16 INFO]: [Jobs] Buffered payment thread shutdown
[04:25:16 INFO]: [Jobs] Started database save task
[04:25:16 INFO]: Your command has been performed.
[04:25:16 INFO]: [Jobs] Database save task shutdown
[04:25:16 INFO]: [Jobs] Started buffered payment thread

Merci beaucoup de m'aider c'est tres sympa :)
 

TempleCrazy

Aventurier
20 Juin 2014
7
0
2
34
J'ai encore des erreurs :(
je m'excuse pour t'embetter avec sa :/

voila les erreurs :/
Code:
[05:59:13 ERROR]: ==================== Jobs ====================
[05:59:13 ERROR]: Unable to load jobConfig.yml!
[05:59:13 ERROR]: Check your config for formatting issues!
[05:59:13 ERROR]: No jobs were loaded!
[05:59:13 ERROR]: Error: while parsing a block mapping
in "<string>", line 379, column 7:
          Enderman:
          ^
expected <block end>, but found BlockMappingStart
in "<string>", line 411, column 9:
            experience: 1.0
            ^
 
[05:59:13 ERROR]: ==============================================
[05:59:13 INFO]: [Jobs] Database save task shutdown
[05:59:13 INFO]: [Jobs] Buffered payment thread shutdown
[05:59:13 INFO]: [Jobs] Started database save task
[05:59:13 INFO]: Your command has been performed.
[05:59:13 INFO]: [Jobs] Started buffered payment thread