Configuration [Jobs]Ajouter des metiers dans jobConfig.yml

Statut
N'est pas ouverte pour d'autres réponses.

Norris

Aventurier
8 Novembre 2012
25
0
1
27
Bonjour !

J'aimerais que quelqu'un m'aide pour ajouter des métiers avec le plugins "JOBS" .Quel type de action j'ai vue que des serveurs ont mis des metiers dans lesquelles ont pouvaient (cuir,cultiver) alors si vous en connaisez un rayon sur ce plugins aider moi svp ? :D
 
Je cherche juste à savoir comment ajouter des metiers ,je sais deja quelle type de schema prendre mais je voudrais connaître les different type d'action que l'on peut mettre (ex=Craft,Break,Place,enchant et smelting je croit)

Ps:J'ai un notre problème des que je je modifie le fichier jobConfig.yml en traduisant les metier dans la section"fullname" dans mon jeu tous les metiers disparesse ca me met(they are no jobs you can join) Pourquoi ?
 
Salut,

Pour connaître les différents types d'action, je suis presque sur que tout est sur le topic officielle de plugin (sur Bukkit.org).

Pour ton problème, c'est sûrement parce que tu a mal encodé ton fichier... Lorsque tu met des accents, il faut encoder en UTF-8
Si ça ne résous pas le problème donne nous tes logs stp.


Cordialement,
Detobel36
 
Concernant le plugin Jobs voici les logs :

Code:
2013-01-23 17:23:12 [SEVERE] ==================== Jobs ====================
2013-01-23 17:23:12 [SEVERE] Unable to load jobConfig.yml!
2013-01-23 17:23:12 [SEVERE] Check your config for formatting issues!
2013-01-23 17:23:12 [SEVERE] No jobs were loaded!
2013-01-23 17:23:12 [SEVERE] Error: expected '<document start>', but found BlockMappingStart
in "<string>", line 7, column 1:
    Jobs:
    ^
 
2013-01-23 17:23:12 [SEVERE] ==============================================
2013-01-23 17:23:12 [INFO] [Jobs] Started database save task
2013-01-23 17:23:12 [INFO] [Jobs] Started buffered payment thread
2013-01-23 17:23:12 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-01-23 17:23:12 [INFO] [Jobs] Buffered payment thread shutdown
2013-01-23 17:23:12 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-01-23 17:23:12 [INFO] [Jobs] Database save task shutdown
2013-01-23 17:23:12 [INFO] [Jobs] Started database save task
2013-01-23 17:23:12 [INFO] [Jobs] Login manager started
2013-01-23 17:23:12 [INFO] [Jobs] Started buffered payment thread
 
Oui en UTF-8

Code:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
 
Jobs:
  Woodcutter:
    fullname: Bucheron
    shortname: W
    ChatColour: GREEN
    chat-display: full
    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: 5.0
        experience: 5.0
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.0
        experience: 2.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
    permissions:
      aaaaaatest.node:
        value: true
        level: 0
      aaaaaatest.node2:
        value: true
        level: 10
  Miner:
    fullname: Mineur
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    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: 2.0
        experience: 2.0
      COAL_ORE:
        income: 3.0
        experience: 3.0
      REDSTONE_ORE:
        income: 3.0
        experience: 3.0
      IRON_ORE:
        income: 4.0
        experience: 4.0
      GOLD_ORE:
        income: 5.0
        experience: 5.0
      LAPIS_ORE:
        income: 5.0
        experience: 5.0
      DIAMOND_ORE:
        income: 6.0
        experience: 6.0
      OBSIDIAN:
        income: 7.5
        experience: 7.5
      MOSSY_COBBLESTONE:
        income: 6.0
        experience: 6.0
    Place:
      RAILS:
        income: 2.0
        experience: 2.0
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Miner:
        income: 10.0
        experience: 10.0
  Builder:
    fullname: Constructeur
    shortname: B
    ChatColour: WHITE
    chat-display: full
    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: 1.0
        experience: 1.0
      WOOD:
        income: 1.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:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Builder:
        income: 10.0
        experience: 10.0
  Digger:
    fullname: Creuseur
    shortname: D
    ChatColour: GOLD
    chat-display: full
    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: 2.0
        experience: 2.0
      GRASS:
        income: 2.0
        experience: 2.0
      GRAVEL:
        income: 2.0
        experience: 2.0
      SAND:
        income: 2.0
        experience: 2.0
      CLAY:
        income: 2.0
        experience: 2.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Digger:
        income: 10.0
        experience: 10.0
  Farmer:
    fullname: Fermier
    shortname: Fa
    ChatColour: BLUE
    chat-display: full
    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:
      CROPS-7:
        income: 4.0
        experience: 4.0
      SUGAR_CANE_BLOCK:
        income: 4.0
        experience: 4.0
      PUMPKIN_STEM:
        income: 5.5
        experience: 5.5
      MELON_STEM:
        income: 6.0
        experience: 6.0
      CARROTS:
        income: 7.5
        experience: 7.5
      POTATOES:
        income: 10.0
        experience: 10.0
    Place:
      CROPS-0:
        income: 3.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 1.0
        experience: 1.0
      PUMPKIN_STEM:
        income: 5.5
        experience: 5.5
      MELON_STEM:
        income: 6.0
        experience: 6.0
      CARROTS:
        income: 7.5
        experience: 7.5
      POTATOES:
        income: 10.0
        experience: 10.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Farmer:
        income: 10.0
        experience: 10.0
  Hunter:
    fullname: Chasseur d'animaux
    shortname: Chasseur
    ChatColour: RED
    chat-display: full
    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:
      Chicken:
        income: 2.5
        experience: 2.5
      Cow:
        income: 2.5
        experience: 2.5
      Pig:
        income: 2.5
        experience: 2.5
      Sheep:
        income: 2.5
        experience: 2.5
      Wolf:
        income: 5.0
        experience: 5.0
      Player:
        income: -3.0
        experience: -3.0
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
      Miner:
        income: 10.0
        experience: 10.0
      Digger:
        income: 10.0
        experience: 10.0
      Farmer:
        income: 10.0
        experience: 10.0
      Builder:
        income: 10.0
        experience: 10.0
      Hunter:
        income: 20.0
        experience: 20.0
  Fisherman:
    fullname: Pecheur
    shortname: Fi
    ChatColour: AQUA
    chat-display: full
    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: 4.0
        experience: 4.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Fisherman:
        income: 10.0
        experience: 10.0
  Weaponsmith:
    fullname: Armurier
    shortname: Wea
    ChatColour: DARK_PURPLE
    chat-display: full
    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.0
        experience: 2.0
      GOLD_SWORD:
        income: 3.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 4.0
        experience: 4.0   
      LEATHER_HELMET:
        income: 5.0
        experience: 5.0
      LEATHER_CHESTPLATE:
        income: 8.0
        experience: 8.0
      LEATHER_LEGGINGS:
        income: 6.0
        experience: 6.0
      LEATHER_BOOTS:
        income: 4.5
        experience: 4.5
      IRON_HELMET:
        income: 6.0
        experience: 6.0
      IRON_CHESTPLATE:
        income: 9.0
        experience: 9.0
      IRON_LEGGINGS:
        income: 7.0
        experience: 7.0
      IRON_BOOTS:
        income: 5.5
        experience: 5.5
      GOLD_HELMET:
        income: 6.5
        experience: 6.5
      GOLD_CHESTPLATE:
        income: 9.5
        experience: 9.5
      GOLD_LEGGINGS:
        income: 7.5
        experience: 7.5
      GOLD_BOOTS:
        income: 6.0
        experience: 6.0
      DIAMOND_HELMET:
        income: 7.5
        experience: 7.5
      DIAMOND_CHESTPLATE:
        income: 10.5
        experience: 10.5
      DIAMOND_LEGGINGS:
        income: 8.5
        experience: 8.5
      DIAMOND_BOOTS:
        income: 7.0
        experience: 7.0
      BOW:
        income: 5.5
        experience: 5.5
 
  Brewer:
    fullname: Brewer
    shortname: Br
    ChatColour: LIGHT_PURPLE
    chat-display: full
    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))
    Brew:
      NETHER_STALK:
        income: 1.0
        experience: 1.0
      REDSTONE_DUST:
        income: 2.0
        experience: 2.0
      GLOWSTONE_DUST:
        income: 2.0
        experience: 2.0
      SPIDER_EYE:
        income: 2.0
        experience: 2.0
      FERMENTED_SPIDER_EYE:
        income: 2.0
        experience: 2.0
      BLAZE_POWDER:
        income: 2.0
        experience: 2.0
      SUGAR:
        income: 2.0
        experience: 2.0
      SPECKLED_MELON:
        income: 4.0
        experience: 4.0
      MAGMA_CREAM:
        income: 4.0
        experience: 4.0
      GHAST_TEAR:
        income: 4.0
        experience: 4.0
  Enchanter:
    fullname: Enchanteur
    shortname: Fabriquant Master
    ChatColour: DARK_BLUE
    chat-display: shortname
    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))
    Enchant:
      WOOD_SWORD:
        income: 4.0
        experience: 4.0
      IRON_SWORD:
        income: 6.0
        experience: 6.0
      GOLD_SWORD:
        income: 8.0
        experience: 8.0
      DIAMOND_SWORD:
        income: 10.0
        experience: 10.0
          Miner:
    fullname: Miner
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    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: 2.0
        experience: 2.0
      COAL_ORE:
        income: 3.0
        experience: 3.0
      REDSTONE_ORE:
        income: 3.0
        experience: 3.0
      IRON_ORE:
        income: 4.0
        experience: 4.0
      GOLD_ORE:
        income: 5.0
        experience: 5.0
      LAPIS_ORE:
        income: 5.0
        experience: 5.0
      DIAMOND_ORE:
        income: 6.0
        experience: 6.0
      OBSIDIAN:
        income: 7.5
        experience: 7.5
      MOSSY_COBBLESTONE:
        income: 6.0
        experience: 6.0
    Place:
      RAILS:
        income: 2.0
        experience: 2.0
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Miner:
        income: 10.0
        experience: 10.0
 
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    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
 
Supprime tout et met cet config la:
Cordialement


Code:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
 
 
  Jobs:
    Bucheron:
        fullname: Bucheron
        shortname: B
        ChatColour: GREEN
        chat-display: none
        max-level: 100
        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: 5.0
                experience: 5.0
            WOOD:
                income: 1.25
                experience: 1.25
        Place:
            SAPLING:
                income: 1.0
                experience: 1.0
            LOG:
                income: 2.0
                experience: 2.0
            WOOD:
                income: 0.5
                experience: 0.5
    Mineur:
        fullname: Mineur
        shortname: M
        ChatColour: DARK_GRAY
        chat-display: none
        max-level: 100
        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: 1.5
                experience: 1.5
            COAL_ORE:
                income: 2.0
                experience: 3.0
            REDSTONE_ORE:
                income: 3.0
                experience: 3.0
            IRON_ORE:
                income: 4.0
                experience: 4.0
            GOLD_ORE:
                income: 5.0
                experience: 5.0
            LAPIS_ORE:
                income: 3.0
                experience: 3.0
            DIAMOND_ORE:
                income: 6.0
                experience: 6.0
            OBSIDIAN:
                income: 7.5
                experience: 7.5
            MOSSY_COBBLESTONE:
                income: 6.0
                experience: 6.0
        Place:
            RAILS:
                income: 2.0
                experience: 2.0
        Kill:
            CaveSpider:
                income: 7.0
                experience: 7.0
    Digger:
        fullname: Digger
        shortname: D
        ChatColour: GOLD
        chat-display: none
        max-level: 100
        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: 2.0
                experience: 2.0
            GRASS:
                income: 2.0
                experience: 2.0
            GRAVEL:
                income: 2.0
                experience: 2.0
            SAND:
                income: 2.0
                experience: 2.0
            CLAY:
                income: 2.0
                experience: 2.0
    Fermier:
        fullname: Fermier
        shortname: F
        ChatColour: BLUE
        chat-display: none
        max-level: 100
        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:
            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: C
        ChatColour: RED
        chat-display: none
        max-level: 100
        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))
        Kill:
            Chicken:
                income: 2.5
                experience: 2.5
            Cow:
                income: 2.5
                experience: 2.5
            Pig:
                income: 2.5
                experience: 2.5
            Sheep:
                income: 2.5
                experience: 2.5
            Wolf:
                income: 5.0
                experience: 5.0
            Creeper:
                income: 10.0
                experience: 10.0
            Skeleton:
                income: 10.0
                experience: 10.0
            Spider:
                income: 10.0
                experience: 10.0
            Zombie:
                income: 10.0
                experience: 10.0
            Squid:
                income: 5.0
                experience: 5.0
            Enderman:
                income: 15.0
                experience: 15.0
            MushroomCow:
                income: 5.0
                experience: 5.0
            CaveSpider:
                income: 11.0
                experience: 11.0
            Silverfish:
                income: 18.0
                experience: 18.0
            Slime:
                income: 10.0
                experience: 10.0
    Pecheur:
        fullname: Pecheur
        shortname: P
        ChatColour: AQUA
        chat-display: none
        max-level: 100
        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))
        Fish:
            RAW_FISH:
                income: 5.0
                experience: 5.0
        Kill:
            Squid:
                income: 6.0
                experience: 6.0
    Forgeron:
        fullname: Forgeron
        shortname: Fo
        ChatColour: DARK_PURPLE
        chat-display: none
        max-level: 100
        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))
        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
    Netherien:
        fullname: Netherien
        shortname: N
        ChatColour: Black
        chat-display: none
        max-level: 100
        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:
            GLOWSTONE:
                income: 5.0
                experience: 5.0
            SOUL_SAND:
                income: 2.0
                experience: 2.0
            NETHERRACK:
                income: 1.0
                experience: 1.0
            NETHER_BRICK:
                income: 5.0
                experience: 5.0
        Kill:
            Blaze:
                income: 15.0
                experience: 15.0
            MagmaCube:
                income: 10.0
                experience: 10.0
            PigZombie:
                income: 11.0
                experience: 11.0
            Ghast:
                income: 20.0
                experience: 20.0
 
Salut Detobel36,

Cette configuration m'a aidée !
Tu vois, trois ans après ca peut encore servir à d'autres, ne dis pas ça au personnes !

cordialement,

El0ySito_
 
Statut
N'est pas ouverte pour d'autres réponses.