[ECON] Jobs - The Job plugin for minecraft [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by phrstbrn, Jun 27, 2011.

  1. Offline

    kanelives

    looks nice, but i an't download it,
    where can i find it ??,
     
  2. Offline

    exonwarrior

    I have a question: How does one create a job for an animal herder? Meaning, I have many sheep that I shear and cows that I milk, how would I create a job for that?

    Thanks,
    exonwarrior
     
  3. Offline

    Max123786

    I put the permissions but when I say /jobs nothing comes up! Not even in the console!
     
  4. Offline

    OppositeGamer

    Can Anyone help? My jobsConf wont work!!! This is what I have
    Code:
    # Jobs configuration. aaa
    Jobs:
      Miner:
        fullname: Miner
        shortname: M
        ChatColour: GREY
        chat-display: full
        max-level: 90
        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: 0.4
            experience: 0.2
          COAL_ORE:
            income: 1.5
            experience: 1.0
          IRON_ORE:
            income: 3.0
            experience: 4.5
          REDSTONE_ORE:
            income: 6.0
            experience: 7.5
          LAPIS_ORE:
            income: 10.0
            experience: 15.0
          DIAMOND_ORE:
            income: 250.0
            experience: 50.0
          OBSIDIAN:
            income: 20.0
            experience: 8.0
          MOSSY_COBBLESTONE:
            income: 75.0
            experience: 30.0
          GLOWSTONE:
            income: 3.0
            experience: 3.5
          NETHERRACK:
            income: 0.4
            experience: 0.2                 
        Kill:
          Player:
            income: 50.0
            experience: 0.0
      Woodcutter:
        fullname: Woodcutter
        shortname: W
        ChatColour: GREEN
        chat-display: full
        max-level: 90
        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: 1.0
            experience: 3.0
        Place:
          SAPLING:
            income: 0.5
            experience: 5.0
        Kill:
          Player:
            income: 50.0
            experience: 0.0
      Hunter:
        fullname: Hunter
        shortname: H
        ChatColour: RED
        chat-display: full
        max-level: 90
        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.0
            experience: 2.5
          STONE_SWORD:
            income: 5.0
            experience: 5.0
          IRON_SWORD:
            income: 15.0
            experience: 10.0
          DIAMOND_SWORD:
            income: 100.0
            experience: 40.0
          GOLD_SWORD:
            income: 45.0
            experience: 20.0
          BOW:
            income: 25.0
            experience: 10.0
          ARROW:
            income: 15.0
            experience: 5.0         
        Kill:
          Player:
            income: 250.0
            experience: 50.0
          Zombie:
            income: 25.0
            experience: 10.0
          Skeleton:
            income: 35.0
            experience: 15.0
          Creeper:
            income: 50.0
            experience: 25.0
          Spider:
            income: 35.0
            experience: 15.0
          Slime:
            income: 35.0
            experience: 15.0
          Pig:
            income: 5.0
            experience: 2.5
          Cow:
            income: 5.0
            experience: 2.5
          Sheep:
            income: 5.0
            experience: 2.5
          Chicken:
            income: 5.0
            experience: 2.5
          Squid:
            income: 5.0
            experience: 2.5                 
          Wolf:
            income: 35.0
            experience: 15.0
          PigZombie:
            income: 60.0
            experience: 30.0
          Ghast:
            income: 100.0
            experience: 50.0                     
      Farmer:
        fullname: Farmer
        shortname: F
        ChatColour: BROWN
        chat-display: full
        max-level: 90
        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: 2.5
            experience: 3.5
          CROPS-0:
            income: 0.0
            experience: -0.5
          MELON_BLOCK:
            income: 5.5
            experience: 6.0
          PUMPKIN:
            income: 4.0
            experience: 2.5
        Place:
          CROPS-0:
            income: 0.0
            experience: 0.5
          MELON_STEM-0:
            income: 0.0
            experience: 1.0
          PUMPKIN_STEM-0:
            income: 0.0
            experience: 1.0
        Kill:
          Player:
            income: 50.0
            experience: 0.0
      Blacksmith:
        fullname: Blacksmith
        shortname: B
        ChatColour: DARK_GREY
        chat-display: full
        max-level: 90
        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: 2.5
            experience: 2.5
          STONE_SWORD:
            income: 5.0
            experience: 5.0
          IRON_SWORD:
            income: 25.0
            experience: 15.0
          DIAMOND_SWORD:
            income: 300.0
            experience: 100.0
          GOLD_SWORD:
            income: 90.0
            experience: 35.0
          BOW:
            income: 50.0
            experience: 15.0
          ARROW:
            income: 20.0
            experience: 10.0
          DIAMOND_HELMET:
            income: 34.0
            experience: 10.0
        Smelt:
          IRON_INGOT:
            income: 12.5
            experience: 7.5
          GOLD_INGOT:
            income: 40.0
            experience: 17.5               
        Kill:
          Player:
            income: 50.0
            experience: 0.0
      None:
        fullname: None
        shortname: N
        ChatColour: WHITE
        chat-display: none
        #max-level: 10
        #slots: 10
        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:
          Player:
            income: 7.5
                
    THANKS!
     
  5. Offline

    THE H MAN

    Mine is Working Now All you Have to do is download an Earlier Stage Put It In Your plugins and let it get the folders and stuff then open the jobs folder and drag the jobsconfig.yml onto your desktop download the latest version of jobs install that and then replace jobsconfig.yml Hoped This Helped! :)
     
  6. Offline

    Monstercat99

    Can you make it so your jobs doesnt show up in chat at all?
    Please help ASAP please :D
     
  7. Offline

    Telbaru

    Hello,
    is there some way to convert the jobs.h2.db to MySQL? Other Plugins like McMMO have a command for this. Is there a command, too?
     
  8. Offline

    fjutte

    http://dev.bukkit.org/server-mods/jobs/pages/chat-titles/


    What is the problem? If you wrote something wrong in the config, you should get errors in the console.


    No there is no command for that. You could use a H2 to MySQL conversion tool I guess. My best friend may help you. He's pretty famous, I think you've heard of him. His name is Google.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  9. Offline

    GlowingIceicle

    My console says that no jobs have been loaded?

    Code:
    {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Courier New;}}
    {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\lang1033\f0\fs22 # Jobs configuration.\par
    # \par
    # Stores information about each job.\par
    # \par
    # For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
    Jobs:
      Woodcutter:
        fullname: Woodcutter
        shortname: W
        ChatColour: GREEN
        chat-display: none
        max-level: 10
        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: 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: none
        max-level: 10
        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: 2.0
            experience: 2.0
          COAL_ORE:
            income: 3.0
            experience: 3.0
          REDSTONE_ORE:
            income: 3.0
            experience: 3.0
          IRON_ORE:
            income: 4.0
            experience: 4.0
          GOLD_ORE:
            income: 5.0
            experience: 5.0
          LAPIS_ORE:
            income: 5.0
            experience: 5.0
          DIAMOND_ORE:
            income: 6.0
            experience: 6.0
          OBSIDIAN:
            income: 7.5
            experience: 7.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: Builder
        shortname: B
        ChatColour: WHITE
        chat-display: none
        max-level: 10
        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.0
            experience: 1.0
          WOOD:
            income: 1.5
            experience: 1.5
          FENCE:
            income: 1.5
            experience: 1.5
          WOOL:
            income: 1.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: 2.0
            experience: 2.0
          STEP:
            income: 2.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: Digger
        shortname: D
        ChatColour: GOLD
        chat-display: none
        max-level: 10
        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: 2.0
            experience: 2.0
          GRASS:
            income: 2.0
            experience: 2.0
          GRAVEL:
            income: 2.0
            experience: 2.0
          SAND:
            income: 2.0
            experience: 2.0
          CLAY:
            income: 2.0
            experience: 2.0
        Kill:
          Player:
            income: 7.5
            experience: 7.5
        custom-kill:
          Digger:
            income: 10.0
            experience: 10.0
      Farmer:
        fullname: Farmer
        shortname: Fa
        ChatColour: BLUE
        chat-display: none
        max-level: 10
        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: 4.0
            experience: 4.0
          SUGAR_CANE_BLOCK:
            income: 4.0
            experience: 4.0
        Place:
          SEEDS:
            income: 3.0
            experience: 3.0
          SUGAR_CANE_BLOCK:
            income: 1.0
            experience: 1.0
        Kill:
          Player:
            income: 7.5
            experience: 7.5
        custom-kill:
          Farmer:
            income: 10.0
            experience: 10.0
      Hunter:
        fullname: Hunter
        shortname: H
        ChatColour: RED
        chat-display: none
        max-level: 10
        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: 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: 10.0
            experience: 10.0
          Spider:
            income: 10.0
            experience: 10.0
          Zombie:
            income: 10.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: Fisherman
        shortname: Fi
        ChatColour: AQUA
        chat-display: none
        max-level: 10
        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: 4.0
            experience: 4.0
        Kill:
          Player:
            income: 7.5
            experience: 7.5
        custom-kill:
          Fisherman:
            income: 10.0
            experience: 10.0
      Weaponsmith:
        fullname: Weaponsmith
        shortname: W
        ChatColour: DARK_PURPLE
        chat-display: none
        max-level: 10
        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.0
            experience: 1.0
          IRON_SWORD:
            income: 2.0
            experience: 2.0
          GOLD_SWORD:
            income: 3.0
            experience: 3.0
          DIAMOND_SWORD:
            income: 4.0
            experience: 4.0
      None:
        fullname: None
        shortname: N
        ChatColour: WHITE
        chat-display: none
        max-level: 10
        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:
          Player:
            income: 7.5
                       
     
    
     
  10. Offline

    Telbaru

    nice command. Very helpfull. Shove it up your...
     
  11. Offline

    TrenakLOL123

    Made it for 1.2.5 R1.3 Thanks
     
  12. Offline

    SpSpeed_X

    Idea: "dropbonus" whitch starts by level 5, randomly drops 1 or 2 blocks and by level 10 1 or 3 blocks..... and getting exp (from minecraft for the enchantment table) and he Plugin is perfect :). If you like that, take over it in the plugin pls :D

    the command is /jobs ... for example "/jobs browse" for see all the jobs

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  13. Offline

    Poolgate

    I hope I am right here..
    In case I am not right here, please let me know .
    Is that possible to organize Jobs commands with plates ?
    I want to create plates (signs) with comments, examble /join job Axtman, so that a player can join/leave/job info or get stat with one click.

    Thanks a lot for your help
     
  14. Offline

    Waikiki21

    I Love this Jobsystem but I have the problem that noone on the server get money when he brake or place or smelt or ... something. Say me which info you need. Hope of your help.
     
  15. Offline

    adexgold

    Does the latest release work for CB 1.2.5-R1.3? because i have it working with bosecon but it only goves players money it wont take any away, like for example woodcutter, i want them to get money for breaking wood but loose the same ammount to place it so they dont place a ton of wood then break then repeat, i set the value to negative but it has no effect for placing blocks.

    -EDIT-
    i replaced my craftbukkit.jar with the 1.2.5-R1.0 one and started the server and checked the version and it now says its R1.0 but it is still not taking any money away when i place blocks, tried this on an OP and non-OP account.

    PS. thats my only problem with it as i can tell so far, it seems to be paying out every broken block, just cant get it to take money from the account if a block is placed, if anyone could help me get negative numbers to work that would be greatly appreciated.
     
  16. Offline

    Reyko

    Hey, I use your plugin and I love it very much. Now, I created my own job, Shepherd, and im looking for a way that the user will get exp/money everytime he gets Wool from a sheep by using Shears. I would really like your help with this.

    Thank You.
     
  17. Offline

    riscmi

    Hey, we've been using the plugin for quite some time and it's great.
    Just one question, and I'm probably being stupid and overseeing the reason why it's happening:
    We would like to be able to broadcast a skill for players who have a skill up, meaning broadcasting their new title(like every 10 levels). But setting:
    "broadcast-on-skill-up": true,
    does not broadcast it, whereas:
    "broadcast-on-level-up": true,
    broadcasts every single level up and the new title.
    I have jobs still running on 2.7.4, maybe because I haven't updated it - or is there another reason why I'm failing? :)

    Thanks for any help in advance!
     
  18. Offline

    darky112

    Hello,

    Who can make these jobs for me i don't understand it how i must make these jobs

    woodcutter
    miner
    builder
    digger
    farmer
    hunter
    fisherman
    weaponsmith

    or where can i find the orginal jobs

    Darky112
     
  19. Offline

    JackieeXP

    for me it said
    " No jobs available to join."
     
  20. Offline

    Reyko

    Hey, I use your plugin and I love it very much. Now, I created my own job, Shepherd, and im looking for a way that the user will get exp/money everytime he gets Wool from a sheep by using Shears. I would really like your help with this.

    Thank You.

    JackieeXP that means you got something wrong on your JobConfig.cfg file.
     
    loverjafet likes this.
  21. Offline

    Royalgamer06

    I am not sure how you can get this, but maybe when you finish you can share you job with us :D!
     
  22. Offline

    Stephen92

  23. NOW I AM PISSED OF AT THIS PLUGIN!!!!!!!!!!!!! WHEN I JUST TYPE /jobs NOTHING HAPPENDS!!! IT DON'T EVEN STANDS Type help for help!!!!

    I NEED HELP!!!!!!!!!!!!!!!
     
  24. Offline

    ringof

    What do i write in the jobConfig? its empty for me. Can someone please help?
     
  25. Offline

    gigagobo

    Yea i got the same problem!
    PLEASE HELP US!!!
     
  26. Offline

    Royalgamer06

    I DONT KNOW! IT WORKS FOR ME :D SRRY
     
  27. Offline

    gigagobo

    Can you send me yours then, please?
     
  28. Offline

    loverjafet

    why you type /jobs ??? try to read the page dont just download the plug in like all others, READ ppl READ !!

    Type /jobs browse or /jobs info "Job name"

    READ !! try to find in the pages of this plugin the "SAMPLE config" there is the guide to make your own jobs

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  29. I did. But it works now.
     
  30. Offline

    berturz

    instead of the job name or job initial i get this {jobs} what can i do to solve this?
     

Share This Page