Increasing pump jack?Solved
Hi,
Is it possible to increase for Pump Jack?

"CustomRateMultQuarry": {
"mining.pumpjack": "x/y"
},

It doesn't work.
How to do this?

Thx
It looks like you are not reading the description of the plugin.
      "CustomRateMultQuarry": { /* adjusting the multipliers for a particular item for quarry mining */
        "stones": "3/4",
        "sulfur.ore": "3/4"
      },​

So, you need to specify the name of the prefab of the resource being extracted, and not name of gather tool prefab:

"CustomRateMultQuarry": {"crude.oil": "x/y"},
In response to CaseMan ():
It looks like you are not reading the description of the plugin.
"CustomRateMultQuarry":...
Sorry I didn't understand.
Thank you for your explanations.

Unfortunately this does not work for the pump jack.
Do you have another solution to offer me?

Thank you. Thank you.
What kind of pumpjack you tested?
If pumpjack at monuments and without owner, than you need set multiplier in the config file!
 

 

 

In response to CaseMan ():
What kind of pumpjack you tested?
If pumpjack at monuments and without owner, than you need set...
Okay! Okay!
I'm sorry I didn't understand how the plugin works ^^^
It's clearer now.
Everything is working, thank you for your help.
And thank you for your work too.
Locked automatically