Jobs

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
xXArthomXx
Příspěvky: 68
Registrován: 11 úno 2013, 22:03
Reputation: 0

Jobs

#1 Příspěvekod xXArthomXx » 22 črc 2013, 21:33

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 :)

jakub1000
Příspěvky: 907
Věk: 24
Registrován: 15 led 2013, 18:01
Reputation: 0
Kontaktovat uživatele:

Re: Jobs

#2 Příspěvekod jakub1000 » 22 črc 2013, 21:45

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

XAVINATO
Příspěvky: 30
Věk: 112
Registrován: 13 črc 2013, 10:38
Reputation: 0
Kontaktovat uživatele:

Re: Jobs

#3 Příspěvekod XAVINATO » 22 črc 2013, 21:59

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
Máš dotaz napiš mi SZ
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 68 hostů