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

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

  1. Offline

    bob7

    Here are some jobs for you guys!
    Code:
    # Jobs configuration.
    Jobs:
      Woodcutter:
        fullname: Woodcutter
        shortname: W
        ChatColour: GREEN
        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))
        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
        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: 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))
        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: 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))
        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: 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))
        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: 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))
        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: 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))
        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: 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))
        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
        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
    
     
  2. Offline

    gigagobo

    Hey guys,

    it still doesn't show anything when i type /jobs browse... :(
     
  3. Offline

    GeneralPolaris

    To everyone who has been having problem with no jobs showing up download notepad++. Apparently using the tab button messes it up. you must replace the tabs with spaces. With notepad++ it alerts you with red text for errors. it is most often due to the tab button.

    edit: use it to check all your configs.

    edit2: feeling kinda helpful so here are some job ideas that i borrowed and created.
    Code:
    # Jobs configuration.
    #
    # Stores information about each job.
    #
    # For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
     
    Jobs:
      Warrior:
        fullname: Warrior
        shortname: Wr
        ChatColour: GRAY
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Kill:
          Zombie:
            income: 1.0
            experience: 4
          Spider:
            income: 1.5
            experience: 6
          Skeleton:
            income: 1.5
            experience: 6
          Creeper:
            income: 5.0
            experience: 30
          Slime:
            income: 1.5
            experience: 10
          PigZombie:
            income: 2.0
            experience: 10
          Ghast:
            income: 50.0
            experience: 200
        custom-kill:
          Warrior:
            income: 100.0
            experience: 500.0
      Miner:
        fullname: Miner
        shortname: Mn
        ChatColour: DARK_GRAY
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Break:
          DIRT:
            income: 0.01
            experience: 0.02
          GRASS:
            income: 0.02
            experience: 0.04
          GRAVEL:
            income: 0.05
            experience: 0.1
          SAND:
            income: 0.05
            experience: 0.1
          CLAY:
            income: 0.5
            experience: 1.0
          STONE:
            income: 0.5
            experience: 1.0
          COAL_ORE:
            income: 1.5
            experience: 3.0
          IRON_ORE:
            income: 3.0
            experience: 5.0
          GOLD_ORE:
            income: 6.0
            experience: 15.0
          REDSTONE_ORE:
            income: 3.0
            experience: 5.0
          LAPIS_ORE:
            income: 5.0
            experience: 10.0
          DIAMOND_ORE:
            income: 15.0
            experience: 25.0
          OBSIDIAN:
            income: 10.0
            experience: 30.0
          MOSSY_COBBLESTONE:
            income: 6.0
            experience: 15.0
        Place:
          IRON_ORE:
            income: -3.0
            experience: -5.0
          GOLD_ORE:
            income: -6.0
            experience: -15.0
        Kill:
          Creeper:
            income: 5.0
            experience: 15
      Farmer:
        fullname: Farmer
        shortname: Fr
        ChatColour: Green
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Break:
          CROPS-7:
            income: 5.0
            experience: 5.0
          CROPS-6:
            income: -2.0
            experience: -2.0
          CROPS-5:
            income: -2.0
            experience: -2.0
          CROPS-4:
            income: -2.0
            experience: -2.0
          CROPS-3:
            income: -2.0
            experience: -2.0
          CROPS-2:
            income: -2.0
            experience: -2.0
          CROPS-1:
            income: -2.0
            experience: -2.0
          SUGAR_CANE_BLOCK:
            income: 0.5
            experience: 0.5
        Place:
          CROPS-0:
            income: 1.0
            experience: 1.0
          SUGAR_CANE_BLOCK:
            income: 0.5
            experience: 0.5
      Hunter:
        fullname: Hunter
        shortname: Ht
        ChatColour: RED
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        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: 5.0
            experience: 15
        Fish:
          RAW_FISH:
            income: 4.0
            experience: 4.0
      Infastructure:
        fullname: Infastructure
        shortname: If
        ChatColour: Blue
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Craft:
          POWERED_RAIL:
            income: 1.0
            experience: 5.0
          RAILS:
            income: 1.0
            experience: 5.0
          DETECTOR_RAIL:
            income: 1.0
            experience: 5.0
          REDSTONE_LAMP_OFF:
            income: 5.0
            experience: 10.0
          DIODE:
            income: 3.0
            experience: 7.5
          REDSTONE_TORCH_ON:
            income: 1.0
            experience: 5.0
          IRON_DOOR:
            income: 3.0
            experience: 7.5
          MINECART:
            income: 3.0
            experience: 7.5
          STORAGE_MINECART:
            income: 3.0
            experience: 7.5
          POWERED_MINECART:
            income: 3.0
            experience: 7.5
          COMPASS:
            income: 3.0
            experience: 7.5
          WATCH:
            income: 3.0
            experience: 7.5
      Woodcutter:
        fullname: Woodcutter
        shortname: Wc
        ChatColour: GREEN
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Break:
          LOG:
            income: 1.0
            experience: 2.0
        Place:
          SAPLING:
            income: 0.25
            experience: 1.0
      Blacksmith:
        fullname: BlackSmith
        shortname: Bl
        ChatColour: DARK_PURPLE
        chat-display: full
        max-level: 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
        Craft:
          IRON_SWORD:
            income: 2.0
            experience: 4.0
          IRON_HELMET:
            income: 5.0
            experience: 9.0
          IRON_CHESTPLATE:
            income: 8.0
            experience: 14.0
          IRON_LEGGINGS:
            income: 7.0
            experience: 12.0
          IRON_BOOTS:
            income: 4.0
            experience: 7.0
          GOLD_SWORD:
            income: 3.0
            experience: 6.0
          GOLD_HELMET:
            income: 6.0
            experience: 10.0
          GOLD_CHESTPLATE:
            income: 9.0
            experience: 15.0
          GOLD_LEGGINGS:
            income: 8.0
            experience: 13.0
          GOLD_BOOTS:
            income: 5.0
            experience: 8.0
          DIAMOND_SWORD:
            income: 6.0
            experience: 9.0
          DIAMOND_HELMET:
            income: 8.0
            experience: 12.0
          DIAMOND_CHESTPLATE:
            income: 11.0
            experience: 17.0
          DIAMOND_LEGGINGS:
            income: 10.0
            experience: 15.0
          DIAMOND_BOOTS:
            income: 7.0
            experience: 10.0
        Smelt:
          IRON_INGOT:
            income: 2.0
            experience: 4.0
          GOLD_INGOT:
            income: 3.0
            experience: 5.0
      Brewer:
        fullname: Brewer
        shortname: Br
        ChatColour: LIGHT_PURPLE
        chat-display: full
        max-level: 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
        Brew:
          NETHER_STALK:
            income: 2.5
            experience: 2.5
          REDSTONE_DUST:
            income: 5.0
            experience: 5.0
          GLOWSTONE_DUST:
            income: 5.0
            experience: 5.0
          SPIDER_EYE:
            income: 5.0
            experience: 5.0
          FERMENTED_SPIDER_EYE:
            income: 5.0
            experience: 5.0
          BLAZE_POWDER:
            income: 5.0
            experience: 5.0
          SUGAR:
            income: 5.0
            experience: 5.0
          SPECKLED_MELON:
            income: 5.0
            experience: 5.0
          MAGMA_CREAM:
            income: 10.0
            experience: 10.0
          GHAST_TEAR:
            income: 10.0
            experience: 10.0
      NetherExplorer:
        fullname: NetherExplorer
        shortname: Ne
        ChatColour: DARK_RED
        chat-display: full
        max-level: 100
        leveling-progression-equation: 100+10*(2^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience
        Break:
          NETHERRACK:
            income: 1.0
            experience: 5.0
          SOUL_SAND:
            income: 2.0
            experience: 10.0
          GLOWSTONE:
            income: 3.0
            experience: 15.0
          NETHER_WARTS:
            income: 5.0
            experience: 25.0
        Craft:
          NETHER_BRICK:
            income: 2.0
            experience: 2.0
          NETHER_FENCE:
            income: 2.0
            experience: 2.0
          NETHER_BRICK_STAIRS:
            income: 2.0
            experience: 2.0
          GLOWSTONE:
            income: 5.0
            experience: 20.0
    
     
  4. Offline

    SrThiagoROX

    It would be nice if the plugin to update the version recommended of bukkit
     
  5. Offline

    GeneralPolaris

    The Plugin works fine with the newest recommended bukkit server. It runs fine with me.
     
  6. Offline

    loverjafet

    Hey hey, here Jaffo:

    You need to configure your .yml file, and fill it with Jobs, up here are some samplers for that file. Good Luck
     
  7. Offline

    gigagobo

    Thx, but it still doesnt work for some reason... I put the jobs and stuff into the yml but it still doesn't show anything...
     
  8. Offline

    Benas7445

    Update to the latest RB, or I will use MC jobs plugin
     
  9. Offline

    Royalgamer06

    dude, why? It does work fine with me.
     
  10. Offline

    Benas7445

    IDK, the /jobs commands don't work and gives error and when i type /plugins it turns red :(
     
  11. Offline

    Merrick King

    Is there a way to make all players join a job by default? If not, then can you add it please?
     
  12. Offline

    Royalgamer06

  13. Offline

    Merrick King

  14. Offline

    Royalgamer06

    You're welcome. (There is a way to thank me, by clicking 'Like' :D)
     
  15. Offline

    mip6886

    When People Chat it shows the shortname of the jobs they have infront of their names,
    ie. "B D M <Survivalist>John123"
    How do I Remove them?
     
  16. Offline

    Merrick King

    In the job config
     
  17. Offline

    davids13

    Can someone show me there jobs file i can copy for my server or help me to make it it is hard to do.
     
  18. Offline

    SrThiagoROX

  19. Offline

    Royalgamer06

  20. Offline

    Merrick King

    Isn't there a link to some example configs in the config file
     
  21. Offline

    Babadegl

  22. Offline

    Royalgamer06

  23. Offline

    Babadegl

    yeah, me too
    so i think the developer didnt update the config or theres a problem with the plugin itself
     
  24. Offline

    FlyJ4ck

    2012-06-13 11:46:03 [SEVERE] [Jobs] Job Woodcutter has an invalid Player Kill type property. Skipping! HOW TO I REMOVE THIS ERROR?
     
  25. Offline

    Hoffnung Stark

    2012-06-15 15:28:33 [INFO] [Jobs] Enabling Jobs v2.8.4
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Oduncu has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Madenci has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Mimar has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Kazici has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Ciftci has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Avci has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Balikci has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job Buyucu has an invalid REDSTONE_DUST Brew type property. Skipping!
    2012-06-15 15:28:33 [SEVERE] [Jobs] Job None has an invalid Player Kill type property. Skipping!
    2012-06-15 15:28:33 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
    2012-06-15 15:28:33 [INFO] [Jobs] Plugin has been enabled succesfully.

    Can someone help me please?
     
  26. Offline

    Royalgamer06

    Yes, I have that too. Multiple people have that, this should be fixed!
     
  27. Offline

    mak123abc1

    I have a problem every time i turn on my server it deletes all my costom configs in jobs configs
     
  28. Offline

    lzgr

    Hello, I want to know how can I limit a number of people that can join one job? For example, a maximum of 3 people can join job Miner, and a maximum of 4 people can join job Farmer.
     
  29. Offline

    19cooldan91

    /jobs is not showing up in the help command (/help). everyone can access it but it doesn't show up in help.
     
  30. Offline

    Will Battel

    How can I add Block IDs for a Modded Server? (is it possible?)
     

Share This Page