Hey, I'm faced with an issue, Everything works great but one thing.. I cant seem to set x2 on hits for tree node, stone node, metal node and sulfur nodes.. I must have done something wrong. Please could somebody point it out?
Code:{ "Messages": { "Dispensers": "Resource Dispensers", "HelpText": "/gather - Shows you detailed gather information.", "HelpTextAdmin": "To change the resources gained by gathering use the command:\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\nTo change the amount of resources in a dispenser type use the command:\ndispenser.scale <dispenser:tree|ore|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\nquarry.tickrate <seconds>", "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).", "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:", "HelpTextPlayerDefault": "Default values.", "HelpTextPlayerGains": "Resources gained from {0}:", "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>", "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>", "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>", "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.", "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!", "InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!", "InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.", "MiningQuarries": "Mining Quarries", "ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}", "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.", "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.", "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.", "NotAllowed": "You don't have permission to use this command.", "Pickups": "pickups", "SurveyCharges": "Survey Charges" }, "Options": { "GatherDispenserModifiers": { "Cloth": 2.0, "High Quality Metal Ore": 2.0, "Metal Ore": 2.0, "Stones": 2.0, "Sulfur Ore": 2.0, "Wood": 2.0 }, "GatherResourceModifiers": { "Stones": 2.0, "Wood": 2.0, "Cloth": 2.0, "Metal Ore": 2.0, "Sulfur Ore": 2.0, "High Quality Metal Ore": 2.0 }, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": { "Cloth": 2.0, "High Quality Metal Ore": 2.0, "Metal Ore": 2.0, "Stones": 2.0, "Sulfur Ore": 2.0, "Wood": 2.0 }, "QuarryResourceModifiers": { "High Quality Metal Ore": 4.0, "Metal Ore": 4.0, "Stones": 4.0, "Sulfur Ore": 4.0 }, "SurveyResourceModifiers": {} }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" } }
GatherManager
Moved
Total Downloads: 59,073 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
Which or what all would I add it if I want Scrap to be 5x? Would that be a dispenser/pickup? I tried a gather.rate pickup scrap 5 and gather.rate dispenser scrap 5 but didn't seem to do the trick
-
Should work -
-
-
-
gather.rate pickup Scrap 5
You could run these two in rcon see if it helps -
-
Last edited by a moderator: Jan 29, 2018
-
betterloot allows u to get 5x scrap as it has a mutiplyer built into it
-
Hmm Since rust updated this plugin no longer works for me, Any ideas?
-
Hi there. Thanks for the plugin- much appreciated.
After this last update, gather manager doesn't seem to be working properly for me. Any help welcome.
Thanks. -
hey i will paste my gather manager json file text. please someone make it 10x, and reply to this comment.
Code:{ "Messages": { "Dispensers": "Resource Dispensers", "HelpText": "/gather - Shows you detailed gather information.", "HelpTextAdmin": "To change the resources gained by gathering use the command:\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\nTo change the amount of resources in a dispenser type use the command:\ndispenser.scale <dispenser:tree|ore|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\nquarry.tickrate <seconds>", "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).", "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:", "HelpTextPlayerDefault": "Default values.", "HelpTextPlayerGains": "Resources gained from {0}:", "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>", "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>", "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>", "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.", "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!", "InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!", "InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.", "MiningQuarries": "Mining Quarries", "ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}", "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.", "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.", "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.", "NotAllowed": "You don't have permission to use this command.", "Pickups": "pickups", "SurveyCharges": "Survey Charges" }, "Options": { "GatherDispenserModifiers": {}, "GatherResourceModifiers": {}, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": {}, "QuarryResourceModifiers": {}, "SurveyResourceModifiers": {} }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" } }
Last edited by a moderator: Jan 30, 2018 -
Code:
"Options": { "GatherDispenserModifiers": { "*": 10.0 }, "GatherResourceModifiers": { "*": 10.0 }, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": { "*": 10.0 }, "QuarryResourceModifiers": { "*": 10.0 }, "SurveyResourceModifiers": { "*": 10.0 } }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" }
Last edited by a moderator: Jan 30, 2018 -
Gather Manager
Please follow the Overview and use the commands. No need to post a new thread when there is already a support one for the plugin.
gather.rate <type:dispenser|pickup|quarry|survey> "<resource>" <multiplier>. -
-
Is their a way to 2x everything?
-
Code:
"Options": { "GatherDispenserModifiers": { "*": 2.0 }, "GatherResourceModifiers": { "*": 2.0 }, "MiningQuarryResourceTickRate": 2.0, "PickupResourceModifiers": { "*": 2.0 }, "QuarryResourceModifiers": { "*": 2.0 }, "SurveyResourceModifiers": { "*": 2.0 } }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" }
-
Okay thank you