Jobs problem

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
DobrovskyM
Příspěvky: 41
Registrován: 11 úno 2013, 10:46
Reputation: 0

Jobs problem

#1 Příspěvekod DobrovskyM » 15 črc 2013, 14:21

Dobrý den na serveru my joby fungují normalně ale nechodí hráčům peníze na účet :) nevím co stímn :) Hrači jsou napč hornik vykkopou stone ale penize ese jim nepřičtou

Uživatelský avatar
Xentax5
Příspěvky: 139
Registrován: 24 pro 2012, 10:57
Reputation: 0

Re: Jobs problem

#2 Příspěvekod Xentax5 » 15 črc 2013, 14:34

Za prvé: máš dobře nastavený odměny ? (za vykopání něčeho atd..)
Za druhé: co používáš jako Ekonomi plugin ?
Cau pomohl jsem Ti ??Odměň mě karmou :D
A navštiv Minecraft server ApokaliptCraft : 93.91.250.129:27951

DobrovskyM
Příspěvky: 41
Registrován: 11 úno 2013, 10:46
Reputation: 0

Re: Jobs problem

#3 Příspěvekod DobrovskyM » 15 črc 2013, 15:56

ano mam a použival iconomy

Uživatelský avatar
Shadowhacker
Příspěvky: 640
Věk: 30
Registrován: 23 led 2012, 18:31
Reputation: 0
Bydliště: Plzeň

Re: Jobs problem

#4 Příspěvekod Shadowhacker » 15 črc 2013, 16:49

Používáš Vault?
Obrázek

fantomas2
Příspěvky: 1800
Registrován: 19 zář 2012, 17:54
Reputation: 0
Bydliště: Kanál
Kontaktovat uživatele:

Re: Jobs problem

#5 Příspěvekod fantomas2 » 15 črc 2013, 18:05

A kde máš IP ?
Tvorba web stránok zdarma pro velké herné portály, ozvi se SZ.

DobrovskyM
Příspěvky: 41
Registrován: 11 úno 2013, 10:46
Reputation: 0

Re: Jobs problem

#6 Příspěvekod DobrovskyM » 16 črc 2013, 00:24

ano vault mám :) a jo sorry musel jsem ji smazat :)


IP:93.91.250.118:27282

Uživatelský avatar
Xentax5
Příspěvky: 139
Registrován: 24 pro 2012, 10:57
Reputation: 0

Re: Jobs problem

#7 Příspěvekod Xentax5 » 16 črc 2013, 15:17

No tak máš i Iconomy i Vault tak jedině co by mohl být problém tak:
Za prvé: máš dobře nastavený odměny ? (za vykopání něčeho atd..)

A nemáš ještě něco dalšího co používá vlastní ekonomiku ?
Cau pomohl jsem Ti ??Odměň mě karmou :D
A navštiv Minecraft server ApokaliptCraft : 93.91.250.129:27951

DobrovskyM
Příspěvky: 41
Registrován: 11 úno 2013, 10:46
Reputation: 0

Re: Jobs problem

#8 Příspěvekod DobrovskyM » 19 črc 2013, 13:38

No nemam nic jineho ale jobs mam snad nastavené dobře

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: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 10
        experience: 3
      LEAVES:
        income: 5
        experience: 5
    Place:
      SAPLING:
        income: 10
        experience: 5
      WOOD:
        income: 5
        experience: 1
      LEAVES:
        income: 2
        experience: 2
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Woodcutter:
        income: 50
        experience: 50
  Miner:
    fullname: Hornik
    shortname: H
    ChatColour: DARK_GRAY
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      COAL_ORE:
        income: 10
        experience: 2
      EMERALD_ORE:
        income: 20
        experience: 10
      REDSTONE_ORE:
        income: 30
        experience: 2
      IRON_ORE:
        income: 20
        experience: 2
      GOLD_ORE:
        income: 100
        experience: 10
      LAPIS_ORE:
        income: 100
        experience: 10
      DIAMOND_ORE:
        income: 200
        experience: 15
      OBSIDIAN:
        income: 100
        experience: 5
      MOSSY_COBBLESTONE:
        income: 50
        experience: 5
    Place:
      IRON_ORE:
        income: 1
        experience: 1
      EMERALD_ORE:
        income: 5
        experience: 5
      GOLD_ORE:
        income: 4
        experience: 4
      OBSIDIAN:
        income: 10
        experience: 10
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Miner:
        income: 50
        experience: 50
  Builder:
    fullname: Stavitel
    shortname: B
    ChatColour: WHITE
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1
        experience: 1
      WOOD:
        income: 5
        experience: 2
      FENCE:
        income: 5
        experience: 3
      WOOL:
        income: 5
        experience: 2
      STONE:
        income: 2
        experience: 1
      GLOWSTONE:
        income: 5
        experience: 3
      SANDSTONE:
        income: 4
        experience: 1
      GLASS:
        income: 5
        experience: 1
      BRICK:
        income: 10
        experience: 5
      NETHER_BRICK:
        income: 10
        experience: 5
      EMERALD_BLOCK:
        income: 50
        experience: 10
      EMERALD_ORE:
        income: 8
        experience: 10
      REDSTONE_LAMP_OFF:
        income: 5
        experience: 5
      SOUL_SAND:
        income: 5
        experience: 3
      STEP:
        income: 5
        experience: 3
      BOOKSHELF:
        income: 10
        experience: 3
      MYCEL:
        income: 5
        experience: 3
      SMOOTH_BRICK:
        income: 5
        experience: 2
      MOSSY_COBBLESTONE:
        income: 10
        experience: 5
      MELON_BLOCK:
        income: 10
        experience: 5
      ICE:
        income: 5
        experience: 3
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Builder:
        income: 50
        experience: 50
  Digger:
    fullname: Kopac
    shortname: K
    ChatColour: GOLD
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIRT:
        income: 5
        experience: 2
      GRASS:
        income: 5
        experience: 5
      GRAVEL:
        income: 5
        experience: 3
      SAND:
        income: 5
        experience: 3
      CLAY:
        income: 10
        experience: 5
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Digger:
        income: 50
        experience: 50
  Farmer:
    fullname: Farmar
    shortname: F
    ChatColour: BLUE
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      STONE_HOE:
        income: 5
        experience: 3
      IRON_HOE:
        income: 10
        experience: 6
      GOLD_HOE:
        income: 15
        experience: 9
      DIAMOND_HOE:
        income: 20
        experience: 12
    Break:
      CROPS:
        income: 2
        experience: 1
      PUMPKIN:
        income: 5
        experience: 2
      MELON_BLOCK:
        income: 5
        experience: 3
      COCOA:
        income: 5
        experience: 3
      VINE:
        income: 3
        experience: 3
      BROWN_MUSHROOM:
        income: 3
        experience: 5
      RED_MUSHROOM:
        income: 3
        experience: 5
      PUMPKIN_STEM:
        income: 3
        experience: 2
      MELON_STEM:
        income: 3
        experience: 2
      SUGAR_CANE_BLOCK:
        income: 5
        experience: 3
    Place:
      SEEDS:
        income: 3
        experience: 2
      COCOA:
        income: 5
        experience: 3
      PUMPKIN:
        income: 3
        experience: 3
      MELON_BLOCK:
        income: 3
        experience: 3
      VINE:
        income: 4
        experience: 3
      SUGAR_CANE_BLOCK:
        income: 3
        experience: 3
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Farmer:
        income: 50
        experience: 50
  Hunter:
    fullname: Lovec
    shortname: L
    ChatColour: RED
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      IRON_SWORD:
        income: 5
        experience: 3
      DIAMOND_SWORD:
        income: 6
        experience: 6
      BOW:
        income: 4
        experience: 3
      ARROW:
        income: 3
        experience: 3
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Wolf:
        income: 5
        experience: 3
      Creeper:
        income: 10
        experience: 5
      Skeleton:
        income: 10
        experience: 5
      Spider:
        income: 10
        experience: 5
      Zombie:
        income: 10
        experience: 5
      Slime:
        income: 10
        experience: 5
      Ghast:
        income: 10
        experience: 5
      PigZombie:
        income: 10
        experience: 5
      Giant:
        income: 1000
        experience: 500
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
      Villager:
        income: 10
        experience: 1
      Blaze:
        income: 15
        experience: 10
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Woodcutter:
        income: 50
        experience: 20
      Miner:
        income: 50
        experience: 20
      Digger:
        income: 50
        experience: 20
      Farmer:
        income: 50
        experience: 20
      Builder:
        income: 50
        experience: 20
      Hunter:
        income: 50
        experience: 20
  Fisherman:
    fullname: Rybar
    shortname: R
    ChatColour: AQUA
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      FISHING_ROD:
        income: 10
        experience: 3
    Fish:
      RAW_FISH:
        income: 20
        experience: 5
    Kill:
      Cow:
        income: 5
        experience: 3
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Fisherman:
        income: 50
        experience: 50
  Weaponsmith:
    fullname: Zbrojir
    shortname: Z
    ChatColour: DARK_PURPLE
    chat-display: none
    max-level: 90
    slots: 10000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      STONE_SWORD:
        income: 5
        experience: 3
      IRON_SWORD:
        income: 15
        experience: 6
      GOLD_SWORD:
        income: 20
        experience: 9
      DIAMOND_SWORD:
        income: 25
        experience: 12
      STONE_HOE:
        income: 5
        experience: 3
      IRON_HOE:
        income: 15
        experience: 6
      GOLD_HOE:
        income: 20
        experience: 9
      DIAMOND_HOE:
        income: 25
        experience: 12
      STONE_SPADE:
        income: 5
        experience: 3
      IRON_SPADE:
        income: 15
        experience: 6
      GOLD_SPADE:
        income: 20
        experience: 9
      DIAMOND_SPADE:
        income: 25
        experience: 12
      STONE_AXE:
        income: 5
        experience: 3
      IRON_AXE:
        income: 15
        experience: 6
      GOLD_AXE:
        income: 20
        experience: 9
      DIAMOND_AXE:
        income: 25
        experience: 12
      STONE_PICKAXE:
        income: 5
        experience: 3
      IRON_PICKAXE:
        income: 15
        experience: 6
      GOLD_PICKAXE:
        income: 20
        experience: 9
      DIAMOND_PICKAXE:
        income: 25
        experience: 15
      IRON_HELMET:
        income: 10
        experience: 15
      IRON_CHESTPLATE:
        income: 10
        experience: 15
      IRON_LEGGINGS:
        income: 10
        experience: 15
      IRON_BOOTS:
        income: 10
        experience: 15
      GOLD_HELMET:
        income: 20
        experience: 15
      GOLD_CHESTPLATE:
        income: 20
        experience: 15
      GOLD_LEGGINGS:
        income: 20
        experience: 15
      GOLD_BOOTS:
        income: 20
        experience: 15
      DIAMOND_HELMET:
        income: 30
        experience: 15
      DIAMOND_CHESTPLATE:
        income: 30
        experience: 15
      DIAMOND_LEGGINGS:
        income: 30
        experience: 15
      DIAMOND_BOOTS:
        income: 30
        experience: 15
      BOW:
        income: 5
        experience: 3
      ARROW:
        income: 5
        experience: 3
      SHEARS:
        income: 3
        experience: 3
      FLINT_AND_STEEL:
        income: 5
        experience: 5
    Kill:
      Cow:
        income: 5
        experience: 3
      Ender_dragon:
        income: 500
        experience: 500
      Wither:
        income: 100
        experience: 100
      Pig:
        income: 5
        experience: 2
      Sheep:
        income: 5
        experience: 1
      Chicken:
        income: 5
        experience: 3
    Custom-kill:
      Player:
        income: 50
        experience: 20
      Weaponsmith:
        income: 50
        experience: 50
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    max-level: 90
    slots: 100000
    leveling-progression-equation: 100*((1.13+(0.05*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))


Zpět na „Minecraft, Tekkit“

Kdo je online

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