Stránka 1 z 1

Jobs

Napsal: 22 črc 2013, 21:33
od xXArthomXx
93.91.240.163:27179

ahojte, spravil som si joby no na servere mi to nechce fungovať a neviem kde je chyba :D prešiel som to asi 6-krát a nikde som nič nenašiel:
Spoiler: zobrazit

Kód: Vybrat vše

Jobs:
  Drevorubac:
    fullname: Drevorubac
    shortname: D
    description: Zaraba peniaze rubanim a sadenim stromov
    ChatColour: GREEN
    chat-display: full
    max-level: 10
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Break:
      LOG:
        income: 1.0
        experience: 1.0
      SAPLING:
        income: -1.0
        experience: -1.0
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
  Banik:
    fullname: Banik
    shortname: B
    description: Zaraba kopanim roznych rud a mineralov
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 5
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Break:
      STONE:
        income: 0.1
        experience: 0.1
      COAL_ORE:
        income: 0.5
        experience: 0.5
      GLOWING_REDSTONE_ORE:
        income: 1.0
        experience: 1.0
      IRON_ORE:
        income: 1.5
        experience: 1.5
      GOLD_ORE:
        income: 2.0
        experience: 2.0
      LAPIS_ORE:
        income: 2.0
        experience: 2.0
      DIAMOND_ORE:
        income: 2.5
        experience: 2.5
      OBSIDIAN:
        income: 3.0
        experience: 3.0
      MOSSY_COBBLESTONE:
        income: 3.0
        experience: 3.0
    Place:
      STONE:
        income: -0.1
        experience: -0.1
      COAL_ORE:
        income: -0.5
        experience: -0.5
      GLOWING_REDSTONE_ORE:
        income: -1.0
        experience: -1.0
      IRON_ORE:
        income: -1.5
        experience: -1.5
      GOLD_ORE:
        income: -2.0
        experience: -2.0
      LAPIS_ORE:
        income: -2.0
        experience: -2.0
      DIAMOND_ORE:
        income: -2.5
        experience: -2.5
      OBSIDIAN:
        income: -3.0
        experience: -3.0
      MOSSY_COBBLESTONE:
        income: -3.0
        experience: -3.0
  Lovec:
    fullname: Lovec
    shortname: L
    description: Zaraba zabijanim zvierat a priser
    ChatColour: RED
    chat-display: full
    max-level: 5
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.5
        experience: 0.5
      Cow:
        income: 0.5
        experience: 0.5
      Pig:
         income: 0.5
        experience: 0.5
      Sheep:
        income: 0.5
        experience: 0.5
      Wolf:
        income: 1.0
        experience: 1.0
      Creeper:
        income: 1.5
        experience: 1.5
      Skeleton:
        income: 1.5
        experience: 1.5
      Spider:
        income: 1.5
        experience: 1.5
      Zombie:
        income: 1.5
        experience: 1.5
      Player:
        income: 1.5
        experience: 1.5

za každú odpoveď Ďakujem :)

Re: Jobs

Napsal: 22 črc 2013, 21:45
od jakub1000
Jak to myslíš "nechce fungovat" ? Nejde ti /jobs help nejdou ti Jobs příkazy? Pokud ti nic nejde z pluginu Jobs dej si na server plugin Vault

Re: Jobs

Napsal: 22 črc 2013, 21:59
od XAVINATO
Zkus nahradit dokument tímto, byla tam chyba na 108 řádku
Spoiler: zobrazit

Kód: Vybrat vše

Jobs:
  Drevorubac:
    fullname: Drevorubac
    shortname: D
    description: Zaraba peniaze rubanim a sadenim stromov
    ChatColour: GREEN
    chat-display: full
    max-level: 10
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Break:
      LOG:
        income: 1.0
        experience: 1.0
      SAPLING:
        income: -1.0
        experience: -1.0
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
  Banik:
    fullname: Banik
    shortname: B
    description: Zaraba kopanim roznych rud a mineralov
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 5
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Break:
      STONE:
        income: 0.1
        experience: 0.1
      COAL_ORE:
        income: 0.5
        experience: 0.5
      GLOWING_REDSTONE_ORE:
        income: 1.0
        experience: 1.0
      IRON_ORE:
        income: 1.5
        experience: 1.5
      GOLD_ORE:
        income: 2.0
        experience: 2.0
      LAPIS_ORE:
        income: 2.0
        experience: 2.0
      DIAMOND_ORE:
        income: 2.5
        experience: 2.5
      OBSIDIAN:
        income: 3.0
        experience: 3.0
      MOSSY_COBBLESTONE:
        income: 3.0
        experience: 3.0
    Place:
      STONE:
        income: -0.1
        experience: -0.1
      COAL_ORE:
        income: -0.5
        experience: -0.5
      GLOWING_REDSTONE_ORE:
        income: -1.0
        experience: -1.0
      IRON_ORE:
        income: -1.5
        experience: -1.5
      GOLD_ORE:
        income: -2.0
        experience: -2.0
      LAPIS_ORE:
        income: -2.0
        experience: -2.0
      DIAMOND_ORE:
        income: -2.5
        experience: -2.5
      OBSIDIAN:
        income: -3.0
        experience: -3.0
      MOSSY_COBBLESTONE:
        income: -3.0
        experience: -3.0
  Lovec:
    fullname: Lovec
    shortname: L
    description: Zaraba zabijanim zvierat a priser
    ChatColour: RED
    chat-display: full
    max-level: 5
    leveling-progression-equation: 5*((1.0+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.0)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.0)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.5
        experience: 0.5
      Cow:
        income: 0.5
        experience: 0.5
      Pig:
        income: 0.5
        experience: 0.5
      Sheep:
        income: 0.5
        experience: 0.5
      Wolf:
        income: 1.0
        experience: 1.0
      Creeper:
        income: 1.5
        experience: 1.5
      Skeleton:
        income: 1.5
        experience: 1.5
      Spider:
        income: 1.5
        experience: 1.5
      Zombie:
        income: 1.5
        experience: 1.5
      Player:
        income: 1.5
        experience: 1.5