Jobs nejde

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
houdeks
Příspěvky: 297
Registrován: 19 čer 2012, 20:22
Reputation: 0

Jobs nejde

#1 Příspěvekod houdeks » 19 led 2013, 23:29

Podpis

Když dám ve hře /jobs browse, tak to napíše, že nejsou žádné práce... Server jsem 2-krát reloadoval a 1 restartoval.
Verze bukkitu: 1.4.6
Verze jobs: Poslední co se dá stáhnout na plugins.bukkit.org :D
Vault mám

Jobsconfig:
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: 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: Miner
    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: Kovar
    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)^(
Naposledy upravil(a) houdeks dne 20 led 2013, 11:26, celkem upraveno 1 x.
Chcete si zahrát na super serveru se super komunitou a super adminy :)? Máme 18 slotů, admini jsou často online a rádi Vám se vším pomůžou.
survival.czept.cz:37333

Wolfcraf
Příspěvky: 21
Registrován: 20 kvě 2012, 13:55
Reputation: 0

Re: Jobs nejde

#2 Příspěvekod Wolfcraf » 20 led 2013, 00:39

To je normální config? Totomusíš nahrát do jobs.yml nebo jobsconfig, teď nevím, jak se to jmenuje. Ale ne do configu.
kenobi.fakaheda:27403 - Navštivte náš malý poklidný server a odpočiňte si od ruchu všech těch mega 100 i 200 slotoých serevru :)

Pokud jsem Ti pomohl, hoď mi karmu.

houdeks
Příspěvky: 297
Registrován: 19 čer 2012, 20:22
Reputation: 0

Re: Jobs nejde

#3 Příspěvekod houdeks » 20 led 2013, 11:26

Ne sry.. Nahrál jsem to do jobs config..
Chcete si zahrát na super serveru se super komunitou a super adminy :)? Máme 18 slotů, admini jsou často online a rádi Vám se vším pomůžou.
survival.czept.cz:37333

houdeks
Příspěvky: 297
Registrován: 19 čer 2012, 20:22
Reputation: 0

Re: Jobs nejde

#4 Příspěvekod houdeks » 20 led 2013, 11:54

Nevíte co s tím?
Chcete si zahrát na super serveru se super komunitou a super adminy :)? Máme 18 slotů, admini jsou často online a rádi Vám se vším pomůžou.
survival.czept.cz:37333

houdeks
Příspěvky: 297
Registrován: 19 čer 2012, 20:22
Reputation: 0

Re: Jobs nejde

#5 Příspěvekod houdeks » 20 led 2013, 13:57

Fakt nikdo? Je to docela problem...
Chcete si zahrát na super serveru se super komunitou a super adminy :)? Máme 18 slotů, admini jsou často online a rádi Vám se vším pomůžou.
survival.czept.cz:37333

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 nejde

#6 Příspěvekod Smexhy » 20 led 2013, 13:58

Nahoď si najnovšiu verziu craft bukkitu keďže aj jobs je posledný update len na 1.4.7...

Uživatelský avatar
filik_11
Příspěvky: 239
Registrován: 28 zář 2012, 13:01
Reputation: 0

Re: Jobs nejde

#7 Příspěvekod filik_11 » 20 led 2013, 14:37

Dej sem GeneralConfig
Pracuji na novém !
Za pomoc dávej karmu. Pokud jsem ti pomohl také budu rád za karmu ;)

houdeks
Příspěvky: 297
Registrován: 19 čer 2012, 20:22
Reputation: 0

Re: Jobs nejde

#8 Příspěvekod houdeks » 20 led 2013, 14:47

Kód: Vybrat vše

 #   The general configuration for the jobs plugin mostly includes how often the plugin
# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
#   It also allows admins to set the maximum number of jobs a player can have at
# any one time.

# storage method, can be MySQL, sqlite, h2
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-url: jdbc:mysql://localhost:3306/minecraft
mysql-table-prefix: ''
# How often in minutes you want it to save, 0 disables periodic saving and
# the system will only save on logout
save-period: 10
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 3
# Hide jobs from player if they lack the permission to join the job
hide-jobs-without-permission: false
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Modifys chat to add chat titles.  If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how how many players are paid per payment batch.  Setting this too high may cause tick lag.
economy-batch-size: 1
# Changes how often, in seconds, players are paid out.  Default is 5 seconds.
# Setting this too low may cause tick lag.  Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
 
Chcete si zahrát na super serveru se super komunitou a super adminy :)? Máme 18 slotů, admini jsou často online a rádi Vám se vším pomůžou.
survival.czept.cz:37333

Uživatelský avatar
filik_11
Příspěvky: 239
Registrován: 28 zář 2012, 13:01
Reputation: 0

Re: Jobs nejde

#9 Příspěvekod filik_11 » 20 led 2013, 14:49

tak změň toto :

Kód: Vybrat vše

max-jobs: 3

na toto :

Kód: Vybrat vše

max-jobs: 10
Pracuji na novém !
Za pomoc dávej karmu. Pokud jsem ti pomohl také budu rád za karmu ;)

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 nejde

#10 Příspěvekod Smexhy » 20 led 2013, 15:03

Max jobs ti zmení maximálny počet na hráča čiže tým problém vôbec neriešiš :geek:


Zpět na „Minecraft, Tekkit“

Kdo je online

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