Pickup rate set to 2 for all and its not workingSolved

Tried everything in the config file but can't get it to be 2x for picking up mushrooms, stone, wood, cloth, etc. settings are correct though and i've tried having it be the only plugin on the server -- still nothing. 

"PickupResourceModifiers": {
"Cloth": 2.0,
"Corn": 2.0,
"High Quality Metal Ore": 2.0,
"Metal Ore": 2.0,
"Mushroom": 2.0,
"Pumpkin": 2.0,
"Stones": 2.0,
"Sulfur Ore": 2.0,
"Wood": 2.0
},

 

I've also tried * as well and nothing. 

 

Anyone else seeing this issue with the plugin? 

Got this updated by my developer. It was the pickup hook. The plugin is using the old hook for pickup. 

Locked automatically