Gathering rates not changingSolved

Hi I'm Drake,

Can you kindly tell me how can I fix the issue with this plugin?
I had this plugin before and it used to work just fine. The wood dispenser.scale tree 5 command is not working. ( It shows on console the dispenser.scale is working.)
When I do type it is saving as it should in JSON file, but the when I am in the server trying to gather 5x wood its not working. 

I have removed the everything already and reloaded Oxide Plugins just to make sure and I have also deteted the JSON file and renewed it. 

Any ideas what could be the problem please ? 

If you want wood pickups to be 5x it needs to be under PickupResourceModifiers. If you want wood chopping to be 5x it needs to be under GatherResourceModifiers.

Chopping/Picking/Hacking --> GatherResourceModifiers

Picking Things up from the ground, including wild plants, but not player plants --> PickupResourceModifiers

Player planted plants --> GatherDispenserModifiers

Locked automatically