ploppyperson / StackMob-5

A plugin for bukkit servers, which aims to reduce the lag that the server experiences by combining several entities into a single entity.
GNU General Public License v3.0
54 stars 20 forks source link

No money from breeding cows and pigs using Jobs #265

Closed Bloodlex closed 1 year ago

Bloodlex commented 1 year ago

Hey,

I use Jobs and StackMob. I have job integration turned on. I don't get money from breeding cows and pigs 🙁. Could you please check that?

StackMob config: https://pastebin.com/UtfLq1gy.

Jobs Farmer config:

    Cow:
      income: 4.0
      points: 4.0
      experience: 5.0
    Pig:
      income: 4.0
      points: 4.0
      experience: 5.0

Server version: Purpur-1835 (MC: 1.19.2) StackMob: 5.8.4 Jobs: 5.1.0.1

ploppyperson commented 1 year ago

I'm a bit late to your problem but it's intended to be the opposite. i.e stacked mobs don't give jobs payments.

Bloodlex commented 1 year ago

I'm a bit late to your problem but it's intended to be the opposite. i.e stacked mobs don't give jobs payments.

Hey, thank you for the answer. May I ask why is it intended and if I can change it, so my players can benefit from breeding and other actions on stacked mobs? 🙂.

ploppyperson commented 1 year ago

Added multiplication in c77acc799471707012d3ce53e4cb44300537c606

Bloodlex commented 1 year ago

Added multiplication in c77acc7

Thank you, I'll try it out! 🙂