Serveur Smeyrod
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le deal à ne pas rater :
Display 24 boosters Star Wars Unlimited – Crépuscule de la ...
Voir le deal

[Plugins] jobs

2 participants

Aller en bas

[Plugins] jobs Empty [Plugins] jobs

Message  alex713971 Mer 20 Juin - 9:22

Voici la Configs n'hésitez pas a Critiquez :
Certains Métiers seront Accessible Seulement au VIP ou au Villageois

Code:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.

Jobs:
  Bucheron:
    fullname: Bucheron
    shortname: Bu
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    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:
      SAPLING:
        income: 0.2
        experience: 1.0
      WOOD:
        income: 0.2
        experience: 1.0       
    Place:
      SAPLING:
        income: -0.2
        experience: -1.0
      WOOD:
        income: -0.2
        experience: -1.0
  Mineur:
    fullname: Mineur
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Break:
      STONE:
        income: 0.01
        experience: 0.01
      COAL_ORE:
        income: 0.1
        experience: 0.1
      REDSTONE_ORE:
        income: 0.5
        experience: 0.5
      IRON_ORE:
        income: 0.7
        experience: 0.7
      GOLD_ORE:
        income: 1.0
        experience: 1.0
      LAPIS_ORE:
        income: 1.5
        experience: 1.5
      DIAMOND_ORE:
        income: 2.0
        experience: 2.0
      OBSIDIAN:
        income: 1.5
        experience: 1.5
    Place:
      STONE:
        income: -0.01
        experience: -0.01
      COAL_ORE:
        income: -0.1
        experience: -0.1
      REDSTONE_ORE:
        income: -0.5
        experience: -0.5
      IRON_ORE:
        income: -0.7
        experience: -0.7
      GOLD_ORE:
        income: -1.0
        experience: -1.0
      LAPIS_ORE:
        income: -1.5
        experience: -1.5
      DIAMOND_ORE:
        income: -2.0
        experience: -2.0
      OBSIDIAN:
        income: -1.5
        experience: -1.5
  Pelletier:
    fullname: Taupe
    shortname: T
    ChatColour: YELLOW
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Break:
      DIRT:
        income: 0.01
        experience: 0.1
      GRASS:
        income: 0.01
        experience: 0.1
      GRAVEL:
        income: 0.5
        experience: 0.5
      SAND:
        income: 0.1
        experience: 0.1
      CLAY:
        income: 1.0
        experience: 1.0
    Place:
      DIRT:
        income: -0.01
        experience: -0.1
      GRASS:
        income: -0.01
        experience: -0.1
      GRAVEL:
        income: -0.5
        experience: -0.5
      SAND:
        income: -0.1
        experience: -0.1
      CLAY:
        income: -1.0
        experience: -1.0   
  Fermier:
    fullname: Fermier
    shortname: F
    ChatColour: BLUE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Break:
      WHEAT:
        income: 0.1
        experience: 1.0
      SUGAR_CANE_BLOCK:
        income: 0.5
        experience: 1.0
      CACTUS:
        income: 0.4
        experience: 1.0
      MELON_BLOCK:
        income: 0.5
        experience: 1.0
      PUMPKIN:
        income: 0.5
        experience: 1.0
    Place:
      SEEDS:
        income: 0.01
        experience: 0.0
      SUGAR_CANE_BLOCK:
        income: 0.01
        experience: 2.0
      CACTUS:
        income: 0.01
        experience: 4.0
      PUMPKIN_SEEDS:
        income: 0.1
        experience: 2.0
      MELON_SEEDS:
        income: 0.1
        experience: 2.0
    Craft:
      BREAD:
        income: 0.01
        experience: 4.0
  Chasseur:
    fullname: Chasseur
    shortname: Ch
    ChatColour: RED
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.1
        experience: 2.5
      Cow:
        income: 0.1
        experience: 2.5
      Pig:
        income: 0.5
        experience: 2.5
      Sheep:
        income: 1.0
        experience: 2.5
      Wolf:
        income: 1.0
        experience: 5.0
      Creeper:
        income: 2.0
        experience: 5.0
      Skeleton:
        income: 2.0
        experience: 5.0
      Spider:
        income: 2.0
        experience: 5.0
      Zombie:
        income: 2.0
        experience: 1.0
      Enderman:
        income: 5.0
        experience: 10.0
      CaveSpider:
        income: 1.5
        experience: 1.0
      Slime:
        income: 1.5
        experience: 10.0
  Pecheur:
    fullname: Pecheur
    shortname: P
    ChatColour: AQUA
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 1.0
        experience: 1.0
    Craft:
      COOKED_FISH:
        income: 4.0
        experience: 4.0
      FISHING_ROD:
        income: 4.0
        experience: 4.0
    Kill:
      Squid:
        income: 2.0
        experience: 4.0
      Silverfish:
        income: 4.0
        experience: 8.0
  Forgeron:
    fullname: Forgeron
    shortname: Fo
    ChatColour: DARK_PURPLE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Craft:
      IRON_SWORD:
        income: 2.0
        experience: 2.0
      GOLD_SWORD:
        income: 5.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 5.0
        experience: 4.0
      IRON_PICKAXE:
        income: 5.0
        experience: 2.0
      GOLD_PICKAXE:
        income: 5.0
        experience: 3.0
      DIAMOND_PICKAXE:
        income: 5.0
        experience: 4.0
      IRON_AXE:
        income: 2.0
        experience: 2.0
      GOLD_AXE:
        income: 3.0
        experience: 3.0
      DIAMOND_AXE:
        income: 4.0
        experience: 4.0
      IRON_SPADE:
        income: 2.0
        experience: 2.0
      GOLD_SPADE:
        income: 3.0
        experience: 3.0
      DIAMOND_SPADE:
        income: 4.0
        experience: 4.0
      DIAMOND_HOE:
        income: 4.0
        experience: 4.0
      GOLD_HOE:
        income: 3.0
        experience: 3.0
      IRON_HOE:
        income: 2.0
        experience: 2.0
      IRON_FENCE:
        income: 3.0
        experience: 3.0
      IRON_DOOR:
        income: 3.0
        experience: 3.0
  Armurier:
    fullname: Armurier
    shortname: Am
    ChatColour: BLACK
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Craft:
      LEATHER_HELMET:
        income: 3.0
        experience: 3.0
      LEATHER_CHESTPLATE:
        income: 3.0
        experience: 3.0
      LEATHER_LEGGINGS:
        income: 3.0
        experience: 3.0
      LEATHER_BOOTS:
        income: 3.0
        experience: 3.0
      IRON_HELMET:
        income: 6.0
        experience: 6.0
      IRON_CHESTPLATE:
        income: 6.0
        experience: 6.0
      IRON_LEGGINGS:
        income: 6.0
        experience: 6.0
      IRON_BOOTS:
        income: 6.0
        experience: 6.0
      GOLD_HELMET:
        income: 9.0
        experience: 9.0
      GOLD_CHESTPLATE:
        income: 9.0
        experience: 9.0
      GOLD_LEGGINGS:
        income: 9.0
        experience: 9.0
      GOLD_BOOTS:
        income: 9.0
        experience: 9.0
      DIAMOND_HELMET:
        income: 12.0
        experience: 12.0
      DIAMOND_CHESTPLATE:
        income: 12.0
        experience: 12.0
      DIAMOND_LEGGINGS:
        income: 12.0
        experience: 12.0
      DIAMOND_BOOTS:
        income: 12.0
        experience: 12.0
  Teinturier:
    fullname: Teinturier
    shortname: Te
    ChatColour: GOLD
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Craft:
      WOOL:
        income: 1.0
        experience: 1.0
      INK_SACK:
        income: 2.0
        experience: 2.0
    Break:
      RED_ROSE:
        income: 3.0
        experience: 3.0
      YELLOW_FLOWER:
        income: 3.0
        experience: 3.0
    Place:
      RED_ROSE:
        income: -3.0
        experience: -3.0
      YELLOW_FLOWER:
        income: -3.0
        experience: -3.0
  Netherien:
    fullname: Netherien
    shortname: Nth
    ChatColour: LIGHT_PURPLE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.005)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.005)^(joblevel-1))
    Craft:
      GLOWSTONE:
        income: 3.0
        experience: 3.0
    Break:
      GLOWSTONE:
        income: 1.0
        experience: 3.0
      SOUL_SAND:
        income: 1.0
        experience: 4.0
      NETHERRACK:
        income: 0.5
        experience: 2.0
    Kill:
      Ghast:
        income: 10.0
        experience: 10.0
      PigZombie:
        income: 1.0
        experience: 1.0
    Place:
      GLOWSTONE:
        income: -3.0
        experience: -3.0
      SOUL_SAND:
        income: -1.0
        experience: -4.0
      NETHERRACK:
        income: -0.2
        experience: 2.0
alex713971
alex713971
Admin
Admin

Messages : 149
Date d'inscription : 09/06/2012
Age : 28
Localisation : Jura

Revenir en haut Aller en bas

[Plugins] jobs Empty Re: [Plugins] jobs

Message  Skydraws Mer 20 Juin - 14:06

En fait je peux trop rien dire, avant de critiquer les prix de revenus faudrait avoir une idée des prix qui seront affichés sur le serveur pour les terrains, shops, marchandises.

Mais sinon c'est pas mal Smile
Skydraws
Skydraws
Modérateur
Modérateur

Messages : 174
Date d'inscription : 10/06/2012
Age : 28
Localisation : Nord (59)

Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum