Jobs-2. Problém

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Jobs-2. Problém

#1 Příspěvekod BigVacken » 26 srp 2013, 12:41

Server: IP:93.91.250.142:27772

Dobrý den už sem před chvílí psal, že mi nejdou jobsy. To sem už opravil a teď sem přidal 2 nové jobsy + popisy jobsů k těm ostatním.
Problém je ten že mi to zase nejde.

Kód: Vybrat vše

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

Jobs:
  Stavitel:
    fullname: Stavitel
    shortname: S
    description: Penize za pokladani bloku
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 0.3
        experience: 0.3
      WOOD:
        income: 0.3
        experience: 0.3
      FENCE:
        income: 0.3
        experience: 0.3
      WOOL:
        income: 0.3
        experience: 0.3
      STONE:
        income: 0.3
        experience: 0.3
      GLOWSTONE:
        income: 0.3
        experience: 0.3
      SANDSTONE:
        income: 0.3
        experience: 0.3
      GLASS:
        income: 0.3
        experience: 0.3
      BRICK:
        income: 0.3
        experience: 0.3
      LAPIS_BLOCK:
        income: 0.3
        experience: 0.3
      DOUBLE_STEP:
        income: 0.3
        experience: 0.3
      STEP:
        income: 0.3
        experience: 0.3
      BOOKSHELF:
        income: 0.3
        experience: 0.3
      WOOD_STAIRS:
        income: 0.3
        experience: 0.3
      COBBLESTONE_STAIRS:
        income: 0.3
        experience: 0.3
      MOSSY_COBBLESTONE:
        income: 0.3
        experience: 0.3
      DIAMOND_BLOCK:
        income: 0.3
        experience: 0.3
      GOLD_BLOCK:
        income: 0.3
        experience: 0.3
    Kill:
      Player:
        income: 0.3
        experience: 0.3
    custom-kill:
      Builder:
        income: 0.3
        experience: 0.3
  Farmar:
    fullname: Farmar
    shortname: F
    description: Penize za sklizeni a sazeni zahradky
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      CROPS-7:
        income: 0.3
        experience: 0.3
      SUGAR_CANE_BLOCK:
        income: 0.3
        experience: 0.3
      MELON:
        income: 0.3
        experience: 0.3
      MELON_BLOCK:
        income: 0.3
        experience: 0.3
      PUMPKIN:
        income: 0.3
        experience: 0.3
      SNOW:
        income: 0.3
        experience: 0.3
      LOG:
        income: 0.3
        experience: 0.3
    Place:
      SEEDS:
        income: 0.3
        experience: 0.3
      MELON_SEEDS:
        income: 0.3
        experience: 0.3
      PUMPKIN_SEEDS:
        income: 0.3
        experience: 0.3
      SUGAR_CANE_BLOCK:
        income: 0.3
        experience: 0.3
      SAPLING:
        income: 0.3
        experience: 0.3
    Craft:
      BOWL:
        income: 0.3
        experience: 0.3
      MUSHROOM_SOUP:
        income: 0.3
        experience: 0.3
      BREAD:
        income: 0.3
        experience: 0.3
      SUGAR:
        income: 0.3
        experience: 0.3
      CAKE:
        income: 0.3
        experience: 0.3
      COOKIE:
        income: 0.3
        experience: 0.3
      GOLDEN_APPLE:
        income: 0.3
        experience: 0.3
      MELON_BLOCK:
        income: 0.3
        experience: 0.3
      MELON_SEEDS:
        income: 0.3
        experience: 0.3
      PUMPKIN_SEEDS:
        income: 0.3
        experience: 0.3
    Kill:
      Player:
        income: 0.3
        experience: 0.3
    custom-kill:
      Farmer:
        income: 0.3
        experience: 0.3
  Zbrojnik:
    fullname: Zbrojnik
    shortname: Z
    description: Penize za crafteni zbrani
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 1.3
        experience: 0.3
      STONE_SWORD:
        income: 2.3
        experience: 0.3
      IRON_SWORD:
        income: 3.3
        experience: 0.3
      GOLD_SWORD:
        income: 4.3
        experience: 0.3
      DIAMOND_SWORD:
        income: 5.3
        experience: 0.3
  Svec:
    fullname: Svec
    shortname: K
    description: Penize za crafteni bot
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      LEATHER_BOOTS:
        income: 1.3
        experience: 0.3
      GOLD_BOOTS:
        income: 2.3
        experience: 0.3
      IRON_BOOTS:
        income: 3.3
        experience: 0.3
      DIAMOND_BOOTS:
        income: 4.3
        experience: 0.3
  Krejcir:
    fullname: Krejcir
    shortname: K
    description: Penize za crafteni kalhot
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      LEATHER_LEGGINGS:
        income: 1.3
        experience: 0.3
      GOLD_LEGGINGS:
        income: 2.3
        experience: 0.3
      IRON_LEGGINGS:
        income: 3.3
        experience: 0.3
      DIAMOND_LEGGINGS:
        income: 4.3
        experience: 0.3
  Platner:
    fullname: Platner
    shortname: K
    description: Penize za crafteni brneni
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      LEATHER_CHESTPLATE:
        income: 1.3
        experience: 0.3
      GOLD_CHESTPLATE:
        income: 2.3
        experience: 0.3
      IRON_CHESTPLATE:
        income: 3.3
        experience: 0.3
      DIAMOND_CHESTPLATE:
        income: 4.3
        experience: 0.3
  Reznik:
    fullname: Reznik
    shortname: L
    description: Penize za zabijeni zvirat
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 2.3
        experience: 0.3
    Kill:
      Chicken:
        income: 2.3
        experience: 0.3
      Cow:
        income: 2.3
        experience: 0.3
      Pig:
        income: 2.3
        experience: 0.3
      Sheep:
        income: 2.3
        experience: 0.3
      Wolf:
        income: 2.3
        experience: 0.3
  Killer:
    fullname: Killer
    shortname: L
    description: Penize za zabijeni monster
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Creeper:
        income: 2.3
        experience: 0.3
      Skeleton:
        income: 2.3
        experience: 0.3
      Spider:
        income: 2.3
        experience: 0.3
      Zombie:
        income: 2.3
        experience: 0.3
      Player:
        income: 2.3
        experience: 0.3
  Kopac:
    fullname: Kopac
    shortname: M
    description: Penize za kopani: Hliny,Travy,Pisku,Sterku,Claye
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIRT:
        income: 0.7
        experience: 0.3
      GRASS:
        income: 1.3
        experience: 0.3
      GRAVEL:
        income: 0.3
        experience: 0.3
      SAND:
        income: 0.7
        experience: 0.3
      CLAY:
        income: 2.3
        experience: 0.3
  Hornik:
    fullname: Hornik
    shortname: M
    description: Penize za kopani: Stone,Coal,Redstone,Lapis
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      STONE:
        income: 0.5
        experience: 0.3
      COAL_ORE:
        income: 0.9
        experience: 0.3
      REDSTONE_ORE:
        income: 0.4
        experience: 0.3
      LAPIS_ORE:
        income: 1.3
        experience: 0.3
  Zlatokop:
    fullname: Zlatokop
    shortname: M
    description: Penize za kopani zlata
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      GOLD_ORE:
        income: 8.3
        experience: 0.3
  IronMan:
    fullname: IronMan
    shortname: M
    description: Penize za kopani zeleza
    ChatColour: GREEN
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      IRON_ORE:
        income: 7.3
        experience: 0.3
  Bohac:
    fullname: Bohac
    shortname: M
    description: Penize za kopani diamantu
    ChatColour: WHITE
    chat-display: full
    max-level: 100
    leveling-progression-equation: 100*((1.15+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.04)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIAMOND_ORE:
        income: 100.3
        experience: 0.3
      OBSIDIAN:
        income: 1.3
        experience: 0.3
      MOSSY_COBBLESTONE:
        income: 2.3
        experience: 0.3
  Alchemista:
    fullname: Alchemista
    shortname: Br
    description: Penize za vareni lektvaru
    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))
    Brew:
      NETHER_STALK:
        income: 1.0
        experience: 1.0
      REDSTONE:
        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
  Drevorubec:
    fullname: Drevorubec
    shortname: W
    description: Penize za kaceni a sazeni stromu
    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))
    Break:
      LOG:
        income: 1.0
        experience: 5.0
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 0.3
        experience: 2.0


Děkuji za radu
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Jobs-2. Problém

#2 Příspěvekod vojtamaniak » 26 srp 2013, 13:06

V těch descriptions máš dvojtečku, a tu YAML nemá rád ;)

Zkus ten text Peníze za kopání: ... dát do jednoduchých uvozovek.

BigVacken
Příspěvky: 161
Registrován: 28 dub 2013, 08:26
Reputation: 0
Kontaktovat uživatele:

Re: Jobs-2. Problém

#3 Příspěvekod BigVacken » 26 srp 2013, 13:22

Díky funguje ;)
93.91.250.135:27791
http://www.metalcraft.4fan.cz
Anarchy server !


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 114 hostů