Inactive [ECON] Jobs - The Job plugin for minecraft [1.2.3-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by phrstbrn, Jun 27, 2011.

  1. Offline

    adexgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.

    This post has been edited 2 times. It was last edited by adexgold May 18, 2012.
  2. Offline

    Reyko

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  3. Offline

    riscmi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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!
  4. Offline

    darky112

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  5. Offline

    JackieeXP

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    for me it said
    " No jobs available to join."
  6. Offline

    Reyko

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  7. Offline

    Royalgamer06

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am not sure how you can get this, but maybe when you finish you can share you job with us :D!
  8. Offline

    Stephen92

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  9. Offline

    HerobrineLivesHere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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!!!!!!!!!!!!!!!
  10. Offline

    ringof

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What do i write in the jobConfig? its empty for me. Can someone please help?
  11. Offline

    gigagobo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yea i got the same problem!
    PLEASE HELP US!!!
  12. Offline

    Royalgamer06

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I DONT KNOW! IT WORKS FOR ME :D SRRY
  13. Offline

    gigagobo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you send me yours then, please?
  14. Offline

    loverjafet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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"
  15. Offline

    loverjafet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    READ !! try to find in the pages of this plugin the "SAMPLE config" there is the guide to make your own jobs
  16. Offline

    HerobrineLivesHere

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I did. But it works now.
  17. Offline

    berturz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    instead of the job name or job initial i get this {jobs} what can i do to solve this?
  18. Offline

    bob7

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
    
  19. Offline

    gigagobo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey guys,

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

    GeneralPolaris

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
    

    This post has been edited 2 times. It was last edited by GeneralPolaris Jun 3, 2012.
  21. Offline

    SrThiagoROX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It would be nice if the plugin to update the version recommended of bukkit
  22. Offline

    GeneralPolaris

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The Plugin works fine with the newest recommended bukkit server. It runs fine with me.
  23. Offline

    loverjafet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  24. Offline

    gigagobo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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...
  25. Offline

    Benas7445

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Update to the latest RB, or I will use MC jobs plugin
  26. Offline

    Royalgamer06

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    dude, why? It does work fine with me.
  27. Offline

    Benas7445

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    IDK, the /jobs commands don't work and gives error and when i type /plugins it turns red :(
  28. Offline

    Merrick King

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a way to make all players join a job by default? If not, then can you add it please?
  29. Offline

    Royalgamer06

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  30. Offline

    Merrick King

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page