Jobs Config

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Jobs Config

#1 Příspěvekod MCAdmin123 » 08 úno 2013, 12:35

Server: 93.91.250.137:27321

Nenapsal by mi někdo config do Jobconfig na plugin jobs ? Když tam nějaký dám vždycky se to samo smaže tak je to asi špatný. Prosím napište mi český jobconfig.yml. Děkuji

vanajakub
Příspěvky: 30
Registrován: 03 úno 2013, 22:41
Reputation: 0

Re: Jobs Config

#2 Příspěvekod vanajakub » 08 úno 2013, 12:40

Já používám například tento:

Spoiler: zobrazit

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: Drevorubec
    shortname: D
    ChatColour: GREEN
    chat-display: full
    max-level: 30
    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: 0.3
        experience: 5.0
    Place:
      SAPLING:
        income: 0.0
        experience: 1.0
      WOOD:
        income: 0.3
        experience: 2.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Woodcutter:
        income: 0.0
        experience: 0.0
    permissions:
      aaaaaatest.node:
        value: true
        level: 0
      aaaaaatest.node2:
        value: true
        level: 10
  Miner:
    fullname: Hornik
    shortname: H
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 30
    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:
      STONE:
        income: 0.1
        experience: 2.0
      COAL_ORE:
        income: 0.3
        experience: 3.0
      REDSTONE_ORE:
        income: 0.3
        experience: 3.0
      IRON_ORE:
        income: 0.3
        experience: 4.0
      GOLD_ORE:
        income: 0.3
        experience: 5.0
      LAPIS_ORE:
        income: 0.3
        experience: 5.0
      DIAMOND_ORE:
        income: 2.0
        experience: 6.0
      OBSIDIAN:
        income: 0.5
        experience: 7.5
      MOSSY_COBBLESTONE:
        income: 0.5
        experience: 6.0
    Place:
      RAILS:
        income: 0.3
        experience: 2.0
      IRON_ORE:
        income: 0.3
        experience: 5.0
      GOLD_ORE:
        income: 0.3
        experience: 6.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Miner:
        income: 0.0
        experience: 0.0
  Builder:
    fullname: Stavitel
    shortname: S
    ChatColour: WHITE
    chat-display: full
    max-level: 30
    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))
    Place:
      COBBLESTONE:
        income: 0.3
        experience: 1.0
      WOOD:
        income: 0.3
        experience: 1.5
      FENCE:
        income: 0.3
        experience: 1.5
      WOOL:
        income: 0.3
        experience: 1.5
      STONE:
        income: 0.3
        experience: 2.25
      GLOWSTONE:
        income: 0.3
        experience: 3.0
      SANDSTONE:
        income: 0.3
        experience: 2.0
      GLASS:
        income: 0.3
        experience: 3.0
      BRICK:
        income: 0.3
        experience: 4.0
      LAPIS_BLOCK:
        income: 0.3
        experience: 5.0
      DOUBLE_STEP:
        income: 0.3
        experience: 2.0
      STEP:
        income: 0.3
        experience: 2.0
      BOOKSHELF:
        income: 0.3
        experience: 3.0
      WOOD_STAIRS:
        income: 0.3
        experience: 2.0
      COBBLESTONE_STAIRS:
        income: 0.3
        experience: 2.0
      MOSSY_COBBLESTONE:
        income: 0.3
        experience: 5.0
      DIAMOND_BLOCK:
        income: 1.0
        experience: 5.0
      GOLD_BLOCK:
        income: 1.0
        experience: 5.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Builder:
        income: 0.0
        experience: 0.0
  Digger:
    fullname: Bagr
    shortname: B
    ChatColour: GOLD
    chat-display: full
    max-level: 30
    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:
      DIRT:
        income: 0.3
        experience: 2.0
      GRASS:
        income: 0.3
        experience: 2.0
      GRAVEL:
        income: 0.3
        experience: 2.0
      SAND:
        income: 0.3
        experience: 2.0
      CLAY:
        income: 0.4
        experience: 2.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Digger:
        income: 0.0
        experience: 0.0
  Farmer:
    fullname: Farmar
    shortname: F
    ChatColour: BLUE
    chat-display: full
    max-level: 30
    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:
      CROPS-7:
        income: 0.1
        experience: 4.0
      SUGAR_CANE_BLOCK:
        income: 0.0
        experience: 4.0
    Place:
      CROPS-0:
        income: 0.0
        experience: 3.0
      SUGAR_CANE_BLOCK:
        income: 0.0
        experience: 1.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Farmer:
        income: 0.0
        experience: 0.0
  Hunter:
    fullname: Lovec
    shortname: L
    ChatColour: RED
    chat-display: full
    max-level: 30
    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))
    Kill:
      Chicken:
        income: 0.3
        experience: 2.5
      Cow:
        income: 0.3
        experience: 2.5
      Pig:
        income: 0.3
        experience: 2.5
      Sheep:
        income: 0.3
        experience: 2.5
      Wolf:
        income: 0.4
        experience: 5.0
      Creeper:
        income: 0.5
        experience: 10.0
      Skeleton:
        income: 0.5
        experience: 10.0
      Spider:
        income: 0.5
        experience: 10.0
      Zombie:
        income: 0.5
        experience: 10.0
      Player:
        income: 5.0
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 0.0
        experience: 10.0
      Miner:
        income: 0.0
        experience: 10.0
      Digger:
        income: 0.0
        experience: 10.0
      Farmer:
        income: 0.0
        experience: 10.0
      Builder:
        income: 0.0
        experience: 10.0
      Hunter:
        income: 0.0
        experience: 20.0
  Fisherman:
    fullname: Rybar
    shortname: R
    ChatColour: AQUA
    chat-display: full
    max-level: 30
    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))
    Fish:
      RAW_FISH:
        income: 3.0
        experience: 10.0
    Kill:
      Player:
        income: 0.0
        experience: 0.0
    custom-kill:
      Fisherman:
        income: 0.0
        experience: 0.0
  Weaponsmith:
    fullname: Kovar
    shortname: K
    ChatColour: DARK_PURPLE
    chat-display: full
    max-level: 30
    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))
    Craft:
      WOOD_SWORD:
        income: 0.5
        experience: 1.0
      IRON_SWORD:
        income: 1.0
        experience: 2.0
      GOLD_SWORD:
        income: 2.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 5.0
        experience: 4.0
    Smelt:
      IRON_INGOT:
        income: 0.5
        experience: 2.0
      GOLD_INGOT:
        income: 0.5
        experience: 2.0
  Brewer:
    fullname: Alchimista
    shortname: A
    ChatColour: LIGHT_PURPLE
    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: 0.5
        experience: 1.0
      REDSTONE:
        income: 0.5
        experience: 2.0
      GLOWSTONE_DUST:
        income: 0.5
        experience: 2.0
      SPIDER_EYE:
        income: 0.2
        experience: 2.0
      FERMENTED_SPIDER_EYE:
        income: 0.2
        experience: 2.0
      BLAZE_POWDER:
        income: 0.5
        experience: 2.0
      SUGAR:
        income: 0.5
        experience: 2.0
      SPECKLED_MELON:
        income: 0.2
        experience: 4.0
      MAGMA_CREAM:
        income: 0.2
        experience: 4.0
      GHAST_TEAR:
        income: 0.5
        experience: 4.0
  Enchanter:
    fullname: Carodej
    shortname: C
    ChatColour: DARK_BLUE
    chat-display: full
    max-level: 30
    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))
    Enchant:
      WOOD_SWORD:
        income: 2.0
        experience: 4.0
      DIAMOND_PICKAXE:
        income: 10.0
        experience: 4.0
      IRON_SWORD:
        income: 6.0
        experience: 6.0
      GOLD_SWORD:
        income: 8.0
        experience: 8.0
      DIAMOND_SWORD:
        income: 10.0
        experience: 10.0


Pro případ nouze jsem to hodil i na ulož.to http://www.uloz.to/x5nj3CL/jobconfig-yml
Co se nesmí, to se rádo proušuje.

MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Re: Jobs Config

#3 Příspěvekod MCAdmin123 » 08 úno 2013, 12:51

Ok díky zkusím to.

MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Re: Jobs Config

#4 Příspěvekod MCAdmin123 » 08 úno 2013, 12:56

Nevíš proč mi to vždycky samo všechno smaže a zůstane jen čaroděj ?

vanajakub
Příspěvky: 30
Registrován: 03 úno 2013, 22:41
Reputation: 0

Re: Jobs Config

#5 Příspěvekod vanajakub » 08 úno 2013, 12:57

Zkus vypnout server, nahodit config a zapnout server.
Co se nesmí, to se rádo proušuje.

MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Re: Jobs Config

#6 Příspěvekod MCAdmin123 » 08 úno 2013, 13:46

Nepomohlo

vanajakub
Příspěvky: 30
Registrován: 03 úno 2013, 22:41
Reputation: 0

Re: Jobs Config

#7 Příspěvekod vanajakub » 08 úno 2013, 13:47

Mám ti někam nahodit moje jobs i s překladem?
Co se nesmí, to se rádo proušuje.

MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Re: Jobs Config

#8 Příspěvekod MCAdmin123 » 08 úno 2013, 13:48

To bys byl hodnej

vanajakub
Příspěvky: 30
Registrován: 03 úno 2013, 22:41
Reputation: 0

Re: Jobs Config

#9 Příspěvekod vanajakub » 08 úno 2013, 14:01

Jobs zde: http://www.uloz.to/xHcFYrZ/jobs-rar

Ještě mě napadá, máš plugin Vault? Páč ten je taky potřeba. http://dev.bukkit.org/server-mods/vault/
Naposledy upravil(a) vanajakub dne 08 úno 2013, 14:07, celkem upraveno 1 x.
Co se nesmí, to se rádo proušuje.

MCAdmin123
Příspěvky: 19
Registrován: 07 úno 2013, 23:43
Reputation: 0

Re: Jobs Config

#10 Příspěvekod MCAdmin123 » 08 úno 2013, 14:03

Vault mám.


Zpět na „Minecraft, Tekkit“

Kdo je online

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