Adjust animal/meat gather rate?Solved
Hi, I have our server running at 5x with this plugin without any obvious issues (thank you). I was wondering how we would adjust the amount of meat recovered from an animal that's been hunted?
You can do so by specifying all the animal meat names in the config, read the overview for examples.
Thanks Ryan. I've read the plugin page/docs several times and it's not clear to me how this would be done in the config file. Would I use something like this:

gather.rate dispenser bearmeat 2​


Or something like this:

  "Options": {
    "GatherDispenserModifiers": {},
    "GatherResourceModifiers": {
      "bearmeat": 2.0,
      "*": 5.0
    },​


Merged post

Ahh, tested and the latter worked...thanks again!
Locked automatically