Jobs

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
boris1991
Příspěvky: 26
Věk: 34
Registrován: 24 pro 2012, 22:04
Reputation: 0
Kontaktovat uživatele:

Jobs

#1 Příspěvekod boris1991 » 19 led 2013, 21:30

Server: 93.91.250.137:27685

Mam menší problém s jobs aj keď si hráč zadá /jobs join Stavbár tak im peniaze nepripočítajú  a pritom to ukáže že je tam v tom jobse

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Jobs

#2 Příspěvekod Smexhy » 19 led 2013, 22:05

Musíš mať nastavený správne jobs config a správne čiastky aby ti všetko fungovalo...

Uživatelský avatar
boris1991
Příspěvky: 26
Věk: 34
Registrován: 24 pro 2012, 22:04
Reputation: 0
Kontaktovat uživatele:

Re: Jobs

#3 Příspěvekod boris1991 » 19 led 2013, 22:14

Kód: Vybrat vše

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

Jobs:
  Woodcutter:
    fullname: Drevorubac
    shortname: W
    ChatColour: GREEN
    chat-display: full
    max-level: 200
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(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
  Miner:
    fullname: Banik
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.010)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Break:
      STONE:
        income: 1.7
        experience: 1.0
      COAL_ORE:
        income: 1.0
        experience: 0.5
      REDSTONE_ORE:
        income: 3.0
        experience: 3.0
      IRON_ORE:
        income: 5.0
        experience: 0.8
      GOLD_ORE:
        income: 10.0
        experience: 5.0
      LAPIS_ORE:
        income: 4.0
        experience: 3.0
      DIAMOND_ORE:
        income: 15.0
        experience: 4.0
      OBSIDIAN:
        income: 7.5
        experience: 5.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: Stavbar
    shortname: B
    ChatColour: WHITE
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.5
        experience: 1.5
      FENCE:
        income: 3.5
        experience: 1.5
      WOOL:
        income: 5.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: 10.0
        experience: 2.0
      STEP:
        income: 5.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: Bagrista
    shortname: D
    ChatColour: GOLD
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Break:
      DIRT:
        income: 2.0
        experience: 2.0
      GRASS:
        income: 2.0
        experience: 2.0
      GRAVEL:
        income: 5.0
        experience: 2.0
      SAND:
        income: 5.0
        experience: 2.0
      CLAY:
        income: 5.0
        experience: 2.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Digger:
        income: 10.0
        experience: 10.0
  Farmer:
    fullname: Farmar
    shortname: Fa
    ChatColour: BLUE
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.09+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.02)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Break:
      CROPS-7:
        income: 5.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 2.0
        experience: 3.0
    Place:
      SEEDS:
        income: 2.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 0.5
        experience: 0.8
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Farmer:
        income: 10.0
        experience: 10.0
  Hunter:
    fullname: Lovec
    shortname: H
    ChatColour: RED
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(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: 15.0
        experience: 10.0
      Spider:
        income: 15.0
        experience: 10.0
      Zombie:
        income: 15.0
        experience: 10.0
      Player:
        income: 7.5
        experience: 7.5
    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: Rybar
    shortname: Fi
    ChatColour: AQUA
    chat-display: full
    max-level: 200
    slots: 25000
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 15.0
        experience: 4.0
    Kill:
      Player:
        income: 5.5
        experience: 7.5
    custom-kill:
      Fisherman:
        income: 8.0
        experience: 10.0
  Weaponsmith:
    fullname: Kovac
    shortname: W
    ChatColour: DARK_PURPLE
    chat-display: full
    max-level: 200
    slots: 25000
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 2.5
        experience: 1.0
      IRON_SWORD:
        income: 5.0
        experience: 2.0
      GOLD_SWORD:
        income: 10.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 15.0
        experience: 4.0
  None:
    fullname: Bez prace
    shortname: N
    ChatColour: WHITE
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.03)^(joblevel-1))
    Kill:
      Player:
        income: 0.5

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

Re: Jobs

#4 Příspěvekod vojtamaniak » 20 led 2013, 09:48

Musíš změnit i ten první řádek označující tu profesi...
Toto:
Spoiler: zobrazit

Kód: Vybrat vše

  Builder:
    fullname: Stavbar
    shortname: B
    ChatColour: WHITE
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.5
        experience: 1.5
      FENCE:
        income: 3.5
        experience: 1.5
      WOOL:
        income: 5.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: 10.0
        experience: 2.0
      STEP:
        income: 5.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

Má být takto:
Spoiler: zobrazit

Kód: Vybrat vše

  Stavbar:
    fullname: Stavbar
    shortname: B
    ChatColour: WHITE
    chat-display: full
    max-level: 200
    slots: 2500
    leveling-progression-equation: 100*((1.11+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.012)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.5
        experience: 1.5
      FENCE:
        income: 3.5
        experience: 1.5
      WOOL:
        income: 5.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: 10.0
        experience: 2.0
      STEP:
        income: 5.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

Uživatelský avatar
boris1991
Příspěvky: 26
Věk: 34
Registrován: 24 pro 2012, 22:04
Reputation: 0
Kontaktovat uživatele:

Re: Jobs

#5 Příspěvekod boris1991 » 20 led 2013, 22:55

dik uz to faka mozte zavret

//LOCK


Zpět na „Minecraft, Tekkit“

Kdo je online

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