Jobs

Go in the file named "jobs.yml"

Jobs
translate-action: # Translate action to a defined word
  BREAK: "Break"
  SMELT: "Smelt"
  PLACE: "Place"
  FISH: "Fish"
  CONSUME: "Eat"
  ENCHANT: "Enchant"
  KILL_ENTITY: "Kill"
  BREAK_CROP: "Break crop"
  MILKING: "Milking"
  SHEAR: "Shear"
  AUCTION_HOUSE: "Auction house" # Not available

jobs:
#HUNTER / CHASSEUR
  1:
    id: "hunter" # Id of the job 
    slot: 21 # Slot of the job in the main gui (/job)
    shopSlot: 21 # Slot of the job in the shop gui (/job shop)
    icon: # Icon of the job in the previous gui
      material: ROTTEN_FLESH
      name: "&8» &cChasseur"
      lore:
        - ""
        - "&8» &7Status: %omjobs_hunter_status%"
        - "&8» &7Level: &c%omjobs_hunter_level%"
        - "&8» &7Experience: &c%omjobs_hunter_experience%/%omjobs_hunter_maxexperience% &7(&c%omjobs_hunter_percentage%%&7)"
        - "&8» &7Points: &c%omjobs_hunter_points%"
        - ""
        - "&7Click gauche &8» &aRejoindre &8/ &cQuitté"
        - "&7Click droit: &8» &7Afficher les détails"
    maxLevel: 50 # Max level of the job
    maxExperience: 1000 # Experience needed to reach next level
    experienceMultiplicater: 1.4 # How many the experience needed will be multiply (enter 1 if you want to have the same experience requires at every levels)
    quests: # All actions to earn experience
      KILL_ENTITY: 
        1:
          target: ZOMBIE # Target object can be entity, itemstack, ...
          experience: 1.2 # How many experience will earn the player by kill/collect it
          money: 0.12 # How many money will earn the player, if no money is specified, no money will be give
        2:
          target: SKELETON
          experience: 1.2
          money: 0.12
        3:
          target: SPIDER
          experience: 1.2
          money: 0.12
        4:
          target: CREEPER
          experience: 1.2
          money: 0.12
        5:
          target: ENDERMAN
          experience: 2
          money: 0.2
        6:
          target: SLIME
          experience: 3
          money: 0.3
    rewards: # Rewards for every levels reached
      1:
        level: 5 # The level to have the reward
        rewards: # ALl the commands that would be all executed when level is reached
          - "give %player% diamond 8"
      2:
        level: 10
        rewards:
          - "give %player% diamond 16"
    shop: # All items for shop gui (/job shop)
      couteau-chasseur: # Item id for placeholder and config dont use "_"
        type: "ITEM" # Can be ITEM or COMMANDS
        icon: # Icon for shop gui
          material: DIAMOND_SWORD
          name: "&3✧ &cCouteau du Chasseur"
          lore: 
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_hunter_shop_couteau-chasseur%"
           - "&c✘ &3Votre argent: &b%omjobs_hunter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
        reward: # Item that will be give to the player if he purchase this item
          material: DIAMOND_SWORD
          name: "&3✧ &cCouteau du Chasseur"
          enchantments:
            - FIRE_ASPECT:2
            - SMITE:8
            - DURABILITY:3
        price: 15 # The price of this item, the price is the points of the player for this job
      casque-chasseur:
        type: ITEM
        icon:
          material: DIAMOND_HELMET
          name: "&3❀ &bCasque du Chasseur"
          lore: 
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_hunter_shop_casque-chasseur%"
           - "&c✘ &3Votre argent: &b%omjobs_hunter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
        reward:
          material: DIAMOND_HELMET
          name: "&3❀ &bCasque du Chasseur"
          enchantments:
            - PROTECTION:4
            - UNBREAKING:3
            - BREATHING:1
        price: 7
      plastron-chasseur:
        type: ITEM
        icon:
          material: DIAMOND_CHESTPLATE
          name: "&3❀ &bPlastron du Chasseur"
          lore: 
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_hunter_shop_plastron-chasseur%"
           - "&c✘ &3Votre argent: &b%omjobs_hunter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
        reward:
          material: DIAMOND_CHESTPLATE
          name: "&3❀ &bPlastron du Chasseur"
          enchantments:
            - PROTECTION:4
            - UNBREAKING:3
        price: 10
      pantalon-chasseur:
        type: ITEM
        icon:
          material: DIAMOND_LEGGINGS
          name: "&3❀ &bPantalon du Chasseur"
          lore: 
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_hunter_shop_pantalon-chasseur%"
           - "&c✘ &3Votre argent: &b%omjobs_hunter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
        reward:
          material: DIAMOND_LEGGINGS
          name: "&3❀ &bPantalon du Chasseur"
          enchantments:
            - PROTECTION:4
            - UNBREAKING:3
        price: 8
      botte-chasseur:
        type: ITEM
        icon:
          material: DIAMOND_BOOTS
          name: "&3❀ &bBotte du Chasseur"
          lore: 
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_hunter_shop_botte-chasseur%"
           - "&c✘ &3Votre argent: &b%omjobs_hunter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
        reward:
          material: DIAMOND_BOOTS
          name: "&3❀ &bBotte du Chasseur"
          enchantments:
            - PROTECTION:4
            - UNBREAKING:3
        price: 4
        
        
        
        
        
#Fisher / Pecheur        
        
        
        
  2:
    id: "fisher"
    slot: 22
    shopSlot: 22
    icon:
      material: FISHING_ROD
      name: "&8» &bPêcheur"
      lore:
        - ""
        - "&8» &7Status: %omjobs_fisher_status%"
        - "&8» &7Level: &b%omjobs_fisher_level%"
        - "&8» &7Progression: &b%omjobs_fisher_experience%/%omjobs_fisher_maxexperience% &7(&b%omjobs_fisher_percentage%%&7)"
        - "&8» &7Points: &b%omjobs_fisher_points%"
        - ""
        - "&7Click gauche &8» &aRejoindre &8/ &cQuitté"
        - "&7Click droit: &8» &7Afficher les détails"
    maxLevel: 35
    maxExperience: 750
    experienceMultiplicater: 1
    quests:
      FISH:
        1:
          target: COD
          experience: 150
          money: 0
        2:
          target: SALMON
          experience: 250
          money: 0
        3:
          target: TROPICAL_FISH
          experience: 350
          money: 0
        4:
          target: PUFFER
          experience: 450
          money: 0
    rewards:
      1:
        level: 5
        rewards:
          - "give %player% diamond 8"
      2:
        level: 10
        rewards:
          - "give %player% diamond 16"
    shop:
      canne-pecheur:
        type: ITEM
        icon:
          material: FISHING_ROD
          name: "&8« &3Canne du Pêcheur &8»"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_fisher_shop_canne-pecheur%"
           - "&c✘ &3Votre argent: &b%omjobs_fisher_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+"
          enchantments:
            - LURE:3
            - LUCK:3
            - DURABILITY:3
        reward:
          material: FISHING_ROD
          name: "&8« &3Canne du Pêcheur &8»"
          enchantments:
            - LURE:3
            - LUCK:3
            - DURABILITY:3
        price: 7
      botte-pecheur:
        type: ITEM
        icon:
          material: DIAMOND_BOOTS
          name: "&8« &3Botte du Pêcheur &8»"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_fisher_shop_botte-pecheur%"
           - "&c✘ &3Votre argent: &b%omjobs_fisher_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
          enchantments:
            - STRIDER:3
        reward:
          material: FISHING_ROD
          name: "&8« &3Canne du Pêcheur &8»"
          enchantments:
            - STRIDER:3
        price: 10
        


#MINER / MINEUR


  3:
    id: "miner"
    slot: 23
    shopSlot: 23
    icon:
      material: GOLD_PICKAXE
      name: "&8» &eMineur"
      lore:
        - ""
        - "&7Status: &e%omjobs_miner_status%"
        - "&7Level: &e%omjobs_miner_level%"
        - "&7Progression: &e%omjobs_miner_experience%/%omjobs_miner_maxexperience% &7(&e%omjobs_miner_percentage%%&7)"
        - "&7Points: &e%omjobs_miner_points%"
        - ""
        - "&7Click gauche &8» &aRejoindre &8/ &cQuitté"
        - "&7Click droit: &8» &7Afficher les détails"
    maxLevel: 50
    maxExperience: 1500
    experienceMultiplicater: 1.2
    quests:
      BREAK:
        1:
          target: COBBLESTONE
          experience: 0.5
        2:
          target: GRANITE
          experience: 0.5
        3:
          target: ANDESITE
          experience: 0.5
        4:
          target: IRON_ORE
          experience: 0.5
        5:
          target: GOLD_ORE
          experience: 0.5
        6:
          target: REDSTONE_ORE
          experience: 0.5
        7:
          target: DIAMOND_ORE
          experience: 0.5
        8:
          target: OBSIDIAN
          experience: 0.5
    rewards:
      1:
        level: 5
        rewards:
          - "give %player% diamond 8"
      2:
        level: 10
        rewards:
          - "give %player% diamond 16"
    shop:
      pioche-mineur:
        type: ITEM
        icon:
          material: DIAMOND_PICKAXE
          name: "&6✪ &ePioche du Mineur"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_miner_shop_pioche-mineur%"
           - "&c✘ &3Votre argent: &b%omjobs_miner_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
          enchantments:
            - DIG_SPEED:5
            - FORTUNE:3
            - DURABILITY:3
        reward:
          material: DIAMOND_PICKAXE
          name: "&6✪ &ePioche du Mineur"
          enchantments:
            - DIG_SPEED:5
            - FORTUNE:3
            - DURABILITY:3
        price: 3
      beacon:
        type: ITEM
        icon:
          material: BEACON
          name: "&6✧ &eBeacon"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_miner_shop_beacon%"
           - "&c✘ &3Votre argent: &b%omjobs_miner_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
        reward:
          material: BEACON
          name: "&6✧ &eBeacon"
        price: 3
      diamond:
        type: COMMANDS
        icon:
          material: DIAMOND
          name: "&6✧ &bDiamond Time"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_miner_shop_diamond%"
           - "&c✘ &3Votre argent: &b%omjobs_miner_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
        reward:
          - "give %player% diamond 32"
          - "give %player% emerald 4"
        price: 3
        
    
    
   
#WOODCUTTER / BUCHERON


  4:
    id: "woodcutter"
    slot: 31
    shopSlot: 31
    icon:
      material: DIAMOND_AXE
      name: "&8» &aBûcheron"
      lore:
        - ""
        - "&7Status: &a%omjobs_woodcutter_status%"
        - "&7Level: &a%omjobs_woodcutter_level%"
        - "&7Progression: &a%omjobs_woodcutter_experience%/%omjobs_woodcutter_maxexperience% &7(&a%omjobs_woodcutter_percentage%%&7)"
        - "&7Points: &a%omjobs_woodcutter_points%"
        - ""
        - "&7Click gauche &8» &aRejoindre &8/ &cQuitté"
        - "&7Click droit: &8» &7Afficher les détails"
    maxLevel: 50
    maxExperience: 1500
    experienceMultiplicater: 1.2
    quests:
      BREAK:
        1:
          target: DARK_OAK_LOG
          experience: 0.9
        2:
          target: ACACIA_LOG
          experience: 1.2
        3:
          target: BIRCH_LOG
          experience: 1.5
        4:
          target: JUNGLE_LOG
          experience: 3.1
        5:
          target: OAK_LOG
          experience: 1.9
        6:
          target: SPRUCE_LOG
          experience: 2.7
        7:
          target: LOG
          experience: 2.7
    rewards:
      1:
        level: 5
        rewards:
          - "give %player% diamond 8"
      2:
        level: 10
        rewards:
          - "give %player% diamond 16"
    shop:
      hache-bucheron:
        type: ITEM
        icon:
          material: DIAMOND_AXE
          name: "&2• &aHache du Bûcheron"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_woodcutter_shop_hache-bucheron%"
           - "&c✘ &3Votre argent: &b%omjobs_woodcutter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
          enchantments:
            - DIG_SPEED:5
            - DURABILITY:3
        reward:
          material: DIAMOND_AXE
          name: "&2• &aHache du Bûcheron"
          enchantments:
            - DIG_SPEED:5
            - DURABILITY:3
        price: 17
      hache-bucheron-pro:
        type: ITEM
        icon:
          material: DIAMOND_AXE
          name: "&8• &7Hache Légendaire"
          lore:
           - "&8&m+&7&m-------------------&8&m+"
           - ""
           - "&2✔ &3Coûte : &b%omjobs_woodcutter_shop_hache-bucheron-pro%"
           - "&c✘ &3Votre argent: &b%omjobs_woodcutter_points%"
           - ""
           - "&b&oClique pour acheter"
           - ""
           - "&8&m+&7&m-------------------&8&m+" 
          enchantments:
            - DIG_SPEED:8
            - DURABILITY:5
        reward:
          material: DIAMOND_AXE
          name: "&8• &7Hache Légendaire"
          enchantments:
            - DIG_SPEED:8
            - DURABILITY:5
        price: 25

Last updated