Config jobs

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
SeBoO
Příspěvky: 193
Registrován: 08 úno 2014, 13:36
Reputation: 0

Config jobs

#1 Příspěvekod SeBoO » 17 úno 2014, 22:39

Server : 93.91.250.145:27946

Zdravím .. nemôžem nájsť na jobs config :/ Nedá mi niekto config aby mi to fungovalo ?? ale chcel by som po SLOVENSKY :)

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

Re: Config jobs

#2 Příspěvekod Smexhy » 18 úno 2014, 09:41

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: D
    ChatColour: GREEN
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Break:
      LOG:
        income: 0.01
        experience: 0.01
    Place:
      SAPLING:
        income: 0.01
        experience: 0.01
      WOOD:
        income: 0.01
        experience: 0.01
    Kill:
      Player:
        income: 0.25
        experience: 0.25
    custom-kill:
      Woodcutter:
        income: 0.2
        experience: 0.2
    permissions:
      aaaaaatest.node:
        value: true
        level: 0
      aaaaaatest.node2:
        value: true
        level: 10
  Miner:
    fullname: Zlatokop
    shortname: Z
    ChatColour: DARK_GRAY
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Break:
      STONE:
        income: 0.01
        experience: 0.01
      COAL_ORE:
        income: 0.01
        experience: 0.01
      GLOWING_REDSTONE_ORE:
        income: 0.01
        experience: 0.01
      IRON_ORE:
        income: 0.02
        experience: 0.02
      GOLD_ORE:
        income: 0.03
        experience: 0.03
      LAPIS_ORE:
        income: 0.02
        experience: 0.02
      DIAMOND_ORE:
        income: 0.04
        experience: 0.04
      OBSIDIAN:
        income: 0.35
        experience: 0.35
      MOSSY_COBBLESTONE:
        income: 0.02
        experience: 0.02
    Place:
      RAILS:
        income: 0.01
        experience: 0.01
      IRON_ORE:
        income: -0.05
        experience: -0.05
      GOLD_ORE:
        income: -0.06
        experience: -0.06
    Kill:
      Player:
        income: 0.35
        experience: 0.75
    custom-kill:
      Miner:
        income: 0.2
        experience: 0.2
  Builder:
    fullname: Stavitel
    shortname: S
    ChatColour: WHITE
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 0.01
        experience: 0.01
      WOOD:
        income: 0.015
        experience: 0.015
      FENCE:
        income: 0.015
        experience: 0.015
      WOOL:
        income: 0.015
        experience: 0.015
      STONE:
        income: 0.0125
        experience: 0.0125
      GLOWSTONE:
        income: 0.01
        experience: 0.01
      SANDSTONE:
        income: 0.01
        experience: 0.01
      GLASS:
        income: 0.01
        experience: 0.01
      BRICK:
        income: 0.01
        experience: 0.01
      LAPIS_BLOCK:
        income: 0.01
        experience: 0.01
      DOUBLE_STEP:
        income: 0.01
        experience: 0.01
      STEP:
        income: 0.02
        experience: 0.02
      BOOKSHELF:
        income: 0.01
        experience: 0.01
      WOOD_STAIRS:
        income: 0.01
        experience: 0.01
      COBBLESTONE_STAIRS:
        income: 0.01
        experience: 0.01
      MOSSY_COBBLESTONE:
        income: 0.01
        experience: 0.01
      DIAMOND_BLOCK:
        income: 0.05
        experience: 0.05
      GOLD_BLOCK:
        income: 0.05
        experience: 0.05
    Kill:
      Player:
        income: 0.35
        experience: 0.35
    custom-kill:
      Builder:
        income: 0.3
        experience: 0.3
  Digger:
    fullname: Kopac
    shortname: K
    ChatColour: GOLD
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Break:
      DIRT:
        income: 0.02
        experience: 0.02
      GRASS:
        income: 0.02
        experience: 0.02
      GRAVEL:
        income: 0.02
        experience: 0.02
      SAND:
        income: 0.02
        experience: 0.02
      CLAY:
        income: 0.02
        experience: 0.02
    Kill:
      Player:
        income: 0.35
        experience: 0.35
    custom-kill:
      Digger:
        income: 0.3
        experience: 0.3
  Farmer:
    fullname: Farmar
    shortname: Fa
    ChatColour: BLUE
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Break:
      CROPS-7:
        income: 0.03
        experience: 0.03
      SUGAR_CANE_BLOCK:
        income: 0.02
        experience: 0.02
    Place:
      CROPS-0:
        income: 0.02
        experience: 0.02
      SUGAR_CANE_BLOCK:
        income: 0.01
        experience: 0.01
    Kill:
      Player:
        income: 0.35
        experience: 0.35
    custom-kill:
      Farmer:
        income: 0.2
        experience: 0.2
  Hunter:
    fullname: Lovec
    shortname: L
    ChatColour: RED
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.015
        experience: 0.015
      Cow:
        income: 0.015
        experience: 0.015
      Pig:
        income: 0.015
        experience: 0.015
      Sheep:
        income: 0.015
        experience: 0.015
      Wolf:
        income: 0.01
        experience: 0.01
      Creeper:
        income: 0.01
        experience: 0.01
      Skeleton:
        income: 0.01
        experience: 0.01
      Spider:
        income: 0.01
        experience: 0.01
      Zombie:
        income: 0.02
        experience: 0.02
      Player:
        income: 0.35
        experience: 0.35
    custom-kill:
      Woodcutter:
        income: 0.3
        experience: 0.3
      Miner:
        income: 0.4
        experience: 0.4
      Digger:
        income: 0.3
        experience: 0.3
      Farmer:
        income: 0.3
        experience: 0.3
      Builder:
        income: 0.3
        experience: 0.3
      Hunter:
        income: 0.4
        experience: 0.4
  Fisherman:
    fullname: Rybar
    shortname: Ry
    ChatColour: AQUA
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 0.02
        experience: 0.02
    Kill:
      Player:
        income: 0.25
        experience: 0.25
    custom-kill:
      Fisherman:
        income: 0.2
        experience: 0.2
  Weaponsmith:
    fullname: Kovar
    shortname: Ko
    ChatColour: DARK_PURPLE
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 0.03
        experience: 0.03
      IRON_SWORD:
        income: 0.01
        experience: 0.01
      GOLD_SWORD:
        income: 0.02
        experience: 0.02
      DIAMOND_SWORD:
        income: 0.03
        experience: 0.03
    Smelt:
      IRON_INGOT:
        income: 0.02
        experience: 0.02
      GOLD_INGOT:
        income: 0.02
        experience: 0.02
  Brewer:
    fullname: Alchymista
    shortname: Al
    ChatColour: LIGHT_PURPLE
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Brew:
      NETHER_STALK:
        income: 0.01
        experience: 0.01
      REDSTONE:
        income: 0.02
        experience: 0.02
      GLOWSTONE_DUST:
        income: 0.02
        experience: 0.02
      SPIDER_EYE:
        income: 0.02
        experience: 0.02
      FERMENTED_SPIDER_EYE:
        income: 0.02
        experience: 0.02
      BLAZE_POWDER:
        income: 0.02
        experience: 0.02
      SUGAR:
        income: 0.02
        experience: 0.02
      SPECKLED_MELON:
        income: 0.02
        experience: 0.02
      MAGMA_CREAM:
        income: 0.02
        experience: 0.02
      GHAST_TEAR:
        income: 0.02
        experience: 0.02
  Enchanter:
    fullname: Enchanter
    shortname: E
    ChatColour: DARK_BLUE
    chat-display: job
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.01)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.01)^(joblevel-1))
    Enchant:
      WOOD_SWORD:
        income: 0.1
        experience: 0.1
      IRON_SWORD:
        income: 0.2
        experience: 0.2
      GOLD_SWORD:
        income: 0.3
        experience: 0.3
      DIAMOND_SWORD:
        income: 0.5
        experience: 0.5


Príjmy (peniaze) si ale musíš nastaviť podľa seba :)


Zpět na „Minecraft, Tekkit“

Kdo je online

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