πͺJobs Integration
Optional Integration with the Jobs Reborn Plugin https://www.spigotmc.org/resources/jobs-reborn.4216/
If you are experiencing an issue where you do not get any money, or Jobs EXP from catching fish, then you are most likely missing the configuration on jobs side for this.
To configure this properly, go into /plugins/Jobs/Jobs/fisherman.yml
Fisherman.yml Example Config
  Fish:
    cod:
      income: 15.0
      points: 15.0
      experience: 15.0
    salmon:
      income: 20.0
      points: 20.0
      experience: 25.0
    tropical_fish:
      income: 25.0
      points: 25.0
      experience: 25.0
    pufferfish:
      income: 25.0
      points: 25.0
      experience: 25.0
  # Catching CUSTOM fish of the PyroFishingPro plugin
  PyroFishingPro:
    CustomTier:
      income: 1.0
      points: 1.0
      experience: 1.0
    Bronze:
      income: 2.0
      points: 2.0
      experience: 3.0
    Gold:
      income: 5.0
      points: 5.0
      experience: 7.0
    Silver:
      income: 9.0
      points: 9.0
      experience: 12.0
    Diamond:
      income: 15.0
      points: 15.0
      experience: 15.0
    Platinum:
      income: 20.0
      points: 20.0
      experience: 25.0
    Mythical:
      income: 30.0
      points: 30.0
      experience: 30.0Thanks to mrfloris for the help.
Last updated