Stránka 1 z 1

Jobs problem

Napsal: 05 dub 2013, 21:44
od FikVodenka
Server:93.91.250.144:27371

prosim je tu jenom takova mala chybka jobs mi funguji ,ale je tu problem kdyz se chce nejaky hrac pripojit do dane prace kterou chce delat tak mu to napise: Zde uz nejsou volna mista a jak to udelam,aby to byly neomezene mista ? :)

Re: Jobs problem

Napsal: 05 dub 2013, 23:25
od jaraxxx
prosím config

Re: Jobs problem

Napsal: 05 dub 2013, 23:30
od FikVodenka
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: shortfull
    max-level: 60
    slots: 100
    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: 20
        experience: 1
    Place:
      SAPLING:
        income: 10
        experience: 1
      WOOD:
        income: 5
        experience: 1
    Kill:
      Cow:
        income: 5
        experience: 1
      Pig:
        income: 5
        experience: 1
      Sheep:
        income: 5
        experience: 1
      Wolf:
        income: 5
        experience: 1
    custom-kill:
      Player:
        income: 20
        experience: 1
      Woodcutter:
        income: 20
        experience: 1
  Miner:
    fullname: Hornik
    shortname: H
    ChatColour: DARK_GRAY
    chat-display: shortfull
    max-level: 60
    slots: 100
    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: 1
        experience: 1
      COAL_ORE:
        income: 2
        experience: 1
      REDSTONE_ORE:
        income: 2
        experience: 1
      IRON_ORE:
        income: 3
        experience: 1
      GOLD_ORE:
        income: 4
        experience: 1
      LAPIS_ORE:
        income: 3
        experience: 1
      DIAMOND_ORE:
        income: 5
        experience: 1
      OBSIDIAN:
        income: 6
        experience: 1
      MOSSY_COBBLESTONE:
        income: 1
        experience: 1
    Place:
      RAILS:
        income: 1
        experience: 1
      IRON_ORE:
        income: 1
        experience: 1
      GOLD_ORE:
        income: 1
        experience: 1
      OBSIDIAN:
        income: 1
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 20
        experience: 1
      Miner:
        income: 20
        experience: 1
  Builder:
    fullname: Stavitel
    shortname: B
    ChatColour: WHITE
    chat-display: full
    max-level: 60
    slots: 100
    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: 1
        experience: 1
      WOOD:
        income: 1
        experience: 1
      FENCE:
        income: 1
        experience: 1
      WOOL:
        income: 1
        experience: 1
      STONE:
        income: 1
        experience: 1
      GLOWSTONE:
        income: 2
        experience: 1
      SANDSTONE:
        income: 2
        experience: 1
      GLASS:
        income: 1
        experience: 1
      BRICK:
        income: 2
        experience: 1
      LAPIS_BLOCK:
        income: 2
        experience: 1
      DOUBLE_STEP:
        income: 1
        experience: 1
      STEP:
        income: 1
        experience: 1
      BOOKSHELF:
        income: 1
        experience: 1
      WOOD_STAIRS:
        income: 1
        experience: 1
      COBBLESTONE_STAIRS:
        income: 1
        experience: 1
      MOSSY_COBBLESTONE:
        income: 1
        experience: 1
      DIAMOND_BLOCK:
        income: 4
        experience: 1
      GOLD_BLOCK:
        income: 3
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 10
        experience: 1
      Builder:
        income: 10
        experience: 1
  Digger:
    fullname: Kopac
    shortname: K
    ChatColour: GOLD
    chat-display: shortfull
    max-level: 60
    slots: 100
    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: 1
        experience: 1
      GRASS:
        income: 1
        experience: 1
      GRAVEL:
        income: 1
        experience: 1
      SAND:
        income: 1
        experience: 1
      CLAY:
        income: 1
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 10
        experience: 1
      Digger:
        income: 10
        experience: 1
  Farmer:
    fullname: Farmar
    shortname: F
    ChatColour: BLUE
    chat-display: shortfull
    max-level: 60
    slots: 100
    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: 1
        experience: 1
      SUGAR_CANE_BLOCK:
        income: 1
        experience: 1
    Place:
      SEEDS:
        income: 1
        experience: 1
      SUGAR_CANE_BLOCK:
        income: 1
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 1
        experience: 1
      Farmer:
        income: 1
        experience: 1
  Hunter:
    fullname: Lovec
    shortname: L
    ChatColour: RED
    chat-display: shortfull
    max-level: 60
    slots: 100
    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:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
      Creeper:
        income: 5
        experience: 1
      Skeleton:
        income: 1
        experience: 1
      Spider:
        income: 1
        experience: 1
      Zombie:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 5
        experience: 1
      Woodcutter:
        income: 1
        experience: 1
      Miner:
        income: 1
        experience: 1
      Digger:
        income: 1
        experience: 1
      Farmer:
        income: 1
        experience: 1
      Builder:
        income: 1
        experience: 1
      Hunter:
        income: 2
        experience: 1
  Fisherman:
    fullname: Rybar
    shortname: R
    ChatColour: AQUA
    chat-display: shortfull
    max-level: 60
    slots: 100
    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: 1
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
    custom-kill:
      Player:
        income: 1
        experience: 1
      Fisherman:
        income: 1
        experience: 1
  Weaponsmith:
    fullname: Zbrojir
    shortname: Z
    ChatColour: DARK_PURPLE
    chat-display: full
    max-level: 60
    slots: 100
    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: 1
        experience: 1
      IRON_SWORD:
        income: 3
        experience: 1
      GOLD_SWORD:
        income: 4
        experience: 1
      DIAMOND_SWORD:
        income: 5
        experience: 1
      WOOD_HOE:
        income: 1
        experience: 1
      IRON_SPADE:
        income: 3
        experience: 1
      GOLD_AXE:
        income: 4
        experience: 1
      DIAMOND_PICKAXE:
        income: 5
        experience: 1
    Kill:
      Cow:
        income: 1
        experience: 1
      Pig:
        income: 1
        experience: 1
      Sheep:
        income: 1
        experience: 1
      Wolf:
        income: 1
        experience: 1
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    max-level: 60
    slots: 100
    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))

Re: Jobs problem

Napsal: 06 dub 2013, 07:45
od MCMichal1
Spoiler: zobrazit

Kód: Vybrat vše

  Fisherman:
    fullname: Rybar
    shortname: R
    ChatColour: AQUA
    chat-display: shortfull
    max-level: 60
[b]    slots: 100[/b]


Myslím (s Jobs jsem nikdy nepracoval), že řádek slots ti určuje počet míst. Změn ho u každé práce třeba na miliardu.

Re: Jobs problem

Napsal: 06 dub 2013, 20:13
od FikVodenka
Jj diky pomohlo to davam ti karmu+ a muzete dat //LOCK.

Re: Jobs problem

Napsal: 06 dub 2013, 20:16
od fantomas2
prosím pošli mi preklad jobs ... :)

Re: Jobs problem

Napsal: 06 dub 2013, 20:37
od enalan
Zde máš překlad:
Spoiler: zobrazit

Kód: Vybrat vše

 # Configuration file for the messages
#
# Replace the messages if you want.
#
# ChatColor.<Color> will make any words following (including spaces that colour).
#
# Supported colors:
#    BLACK
#    DARK_BLUE
#    DARK_GREEN
#    DARK_AQUA
#    DARK_RED
#    DARK_PURPLE
#    GOLD
#    GRAY
#    DARK_GRAY
#    BLUE
#    GREEN
#    AQUA
#    RED
#    LIGHT_PURPLE
#    YELLOW
#    WHITE
#
# Each message has slightly different parameters. The parameters available
# are the ones that are already in the message (and none others)
#
# NOTE:
#   Any character other than normal characters will not get read and will crash the
# configuration.


stats-no-job: ChatColor.REDProsim, nejdriv se zamestnej.
stats-job: 'lvl%joblevel% %jobcolour%%jobname%ChatColor.WHITE : %jobexp%/%jobmaxexp%
  exp'
browse-no-jobs: Nejsou zadne prace, kde se muzes zamestnat.
browse-jobs-header: 'Muzes se zamestnat v nasledujicich pracich :'
browse-jobs-footer: Pro vice informaci napis /jobs info [JobName]
admin-command-success: Your command has been performed.
admin-command-failed: ChatColor.REDV prikazu byla chyba.
fire-target: Byl jsi vyhozen z prace %jobcolour%%jobname%.
fire-target-no-job: Hrac nema praci %jobcolour%%jobname%.
employ-target: Byl jsi zamestnan jako %jobcolour%%jobname%.
promote-target: You have been promoted %levelsgained% levels in %jobcolour%%jobname%.
demote-target: You have been demoted %levelslost% levels in %jobcolour%%jobname%.
grantxp-target: You have been granted %expgained% experience in %jobcolour%%jobname%.
removexp-target: You have lost %explost% experience in %jobcolour%%jobname%.
transfer-target: Byl jsi prelozen z %oldjobcolour%%oldjobname% na %newjobcolour%%newjobname%.
join-too-many-jobs: ChatColor.REDJsi zamestnan v prilis mnoha pracich.
jobs-browse: ChatColor.YELLOW/jobs browseChatColor.WHITE - list praci, kde se muzes zamestnat.
jobs-join: ChatColor.YELLOW/jobs join <jobname>ChatColor.WHITE - Zamestnat se ve vybrane praci.
jobs-leave: ChatColor.YELLOW/jobs leave <jobname>ChatColor.WHITE - Opustit vybranou praci.
jobs-stats: ChatColor.YELLOW/jobs statsChatColor.WHITE - Ukazat level ve vsech tvych pracich.
jobs-info: ChatColor.YELLOW/jobs info <jobname> <break, place, kill, fish, craft>ChatColor.WHITE - Ukazat, za co a jak jsi placeny.
jobs-admin-info: ChatColor.YELLOW/jobs admininfo <playername> <jobname> <break, place, kill, fish, craft>ChatColor.WHITE - shows the level of each job and experience gains for the player.
jobs-admin-fire: ChatColor.YELLOW/jobs fire <playername> <job>ChatColor.WHITE - fire the player from the job.
jobs-admin-employ: ChatColor.YELLOW/jobs employ <playername> <job>ChatColor.WHITE - employ the player to the job.
jobs-admin-promote: ChatColor.YELLOW/jobs promote <playername> <job> <levels>ChatColor.WHITE - promote the player X levels in a job.
jobs-admin-demote: ChatColor.YELLOW/jobs demote <playername> <job> <levels>ChatColor.WHITE - demote the player X levels in a job.
jobs-admin-grantxp: ChatColor.YELLOW/jobs grantxp <playername> <job> <experience>ChatColor.WHITE - grant the player X experience in a job.
jobs-admin-removexp: ChatColor.YELLOW/jobs removexp <playername> <job> <experience>ChatColor.WHITE - remove X experience from the player in a job.
jobs-admin-transfer: ChatColor.YELLOW/jobs transfer <playername> <oldjob> <newjob>ChatColor.WHITE - transfer a player's job from an old job to a new job.
jobs-admin-reload: ChatColor.YELLOW/jobs reloadChatColor.WHITE - reload the Jobs plugin.
break-header: 'Rozbit:'
place-header: 'Umistit:'
kill-header: 'Zabit:'
fish-header: 'Chytit:'
craft-header: 'Craftit:'
break-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
break-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
place-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
place-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
kill-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
kill-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
fish-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
fish-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
craft-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
craft-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
break-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money for breaking anything.'
place-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money for placing anything.'
kill-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money for killing anything.'
fish-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money for fishing.'
craft-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money from crafting.'
at-max-level: ChatColor.YELLOW-- Dosahl jsi maximalniho levelu --
skill-up-broadcast: '%playername% byl povysen na %titlecolour%%titlename% %jobcolour%%jobname%ChatColor.WHITE.'
skill-up-no-broadcast: Gratulujeme, byl jsi povysen na %titlecolour%%titlename% %jobcolour%%jobname%ChatColor.WHITE.
level-up-broadcast: '%playername% ma level %joblevel% %jobcolour%%jobname%ChatColor.WHITE.'
level-up-no-broadcast: Nyni mas level %joblevel% %jobcolour%%jobname%ChatColor.WHITE.
join-job-success: Jsi zamestnan jako %jobcolour%%jobname%ChatColor.WHITE.
join-job-failed-already-in: Jiz jsi zamestnan jako %jobcolour%%jobname%ChatColor.WHITE.
join-job-failed-too-many: Jsi v prilis mnopha pracich.
join-job-failed-no-slots: Nemuzes se zamestnat jako %jobcolour%%jobname%ChatColor.WHITE, nejsou volne sloty.
leave-job-sucess: Odesel jsi z prace %jobcolour%%jobname%ChatColor.WHITE.
error-no-job: ChatColor.REDPrace, kterou jsis vybral, neexistuje!
error-no-permission: ChatColor.REDNa toto nemas prava!
join-too-many-job: ChatColor.REDJsi v prilis mnoha pracich.
leave-job-failed-too-many: ChatColor.REDJsi v prilis mnoha pracich!
leave-job-success: Opustil jsi praci %jobcolour%%jobname%ChatColor.WHITE
smelt-header: 'Smelt:'
brew-header: 'Brew:'
enchant-header: Enchant
smelt-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
smelt-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
brew-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
brew-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
enchant-info-no-sub: ChatColor.WHITE    %item% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
enchant-info-sub: ChatColor.WHITE    %item%:%subitem% - %income% ChatColor.GREENincomeChatColor.WHITE. %experience% ChatColor.YELLOWexp
smelt-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money from smelting.'
brew-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money from brewing.'
enchant-none: '%jobcolour%%jobname%ChatColor.WHITE does not get money from enchanting.'