ive also read somewhere that for it to take effect i need to put a command into the server through Rcon one ive edited the json is this correct ?
thanks in advance for any help
It is also possible to specify * as the item to increase the rate on all the items by that value, except those that were added manually; ex. to have everything x10 and wood x2 you could use gather.rate dispenser wood 2 and gather.rate dispenser * 10.
All the console commands and instructions are listed on the gather manager page. Actually no need to edit the config file.
In response to Gamingoutlaws ():It is also possible to specify * as the item to increase the rate on all the items by that value, ex...
"Options": {
"GatherDispenserModifiers": {},
"GatherResourceModifiers": {
"*": 10.0,
"Crude Oil": 10.0,
"Hemp Clone": 10.0,
"High Quality Metal": 10.0,
"High Quality Metal Ore": 10.0,
"Metal Fragments": 10.0,
"Metal Ore": 10.0,
"Stones": 10.0,
"Sulfur Ore": 10.0,
"Wood": 10.0
},
"MiningQuarryResourceTickRate": 5.0,
"PickupResourceModifiers": {
"*": 10.0
},
"QuarryResourceModifiers": {
"Crude Oil": 10.0,
"High Quality Metal": 10.0,
"High Quality Metal Ore": 10.0,
"Metal Ore": 10.0,
"Stones": 10.0,
"Sulfur Ore": 10.0
}, In response to tomhud ():the remove plugin ???
https://umod.org/plugins/r-remover-tool#documentation
Th...
Has anyone come across a plugin that stops the gather manager from working? I have several plugins on my server (PvE w/ PvP monuments) I have installed the plugin, tried to type in F1 - gather.rate quarry * 10, I get a message underneath confirming the change, however, nothing changed, I then tried to reconfigure the plugin with the above code, (unloading/reloading etc.) and still nothing changed :( any help would be greatly appreciated
i was originally running this with the "*": 2 to make everything 2x but im wanting to change only sulfur to 1x is this possible? i just tried to add it as its own line and EVERYTHING went back to 1x unfortunately
kashcrop93i was originally running this with the "*": 2 to make everything 2x but im wanting to change only sulfur to 1x is this possible? i just tried to add it as its own line and EVERYTHING went back to 1x unfortunately