There is none
GatherManager
Moved
Total Downloads: 59,077 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
hello how do I add rate for all resources without adding item by item.
-
I only get like 1 High quallity metal even though I have it set to x5 for High Quality metal.
-
I just installed the plugin in my server\my_server_identity\oxide\plugins directory. When I restart my server the plugin is not loading and the error message on the console is [Oxide] 01:21 [Error] Cannot compile C# plugins. Unable to find CSharpCompiler.exe!
Where can I get CSharpCompiler.exe and how do I let the plugin know the path to it once installed ? -
Wulf Community Admin
-
-
So I play in a 20x gather sever. I know the owner pretty well. His son used to run all the old plugins with his old server but his son is now much older and probably isnt familiar with the new plugins. I wanted to post on here to find out how to change the gather rate for nodes, and how to make it so the harvesting time for animals isnt 10 minutes. lol. I would like it to be however long the normal harvest time is but with the 20x gather rate. Thanks :')
Edit: Oh and forgot to mention, the gather rate for the hemp fibers is screwed as well, pls help
Edit #2: If you wanna speak with me or the owner, add us on steam, me: Steam Community :: Xamrm / Linkz the owner: Steam Community :: tommygunLast edited by a moderator: Apr 10, 2016 -
Hello! I'm using this plugin with TimedEvents.
Day rates - x2, night rates - x5.
How to make x4 DAY x5 NIGHT for premium and x3 DAY x5 NIGHT for VIP?
Thank You! -
Yeah, we have. I'm on steam chat with Tommy (The Owner) atm. We're just trying to fix the Hemp Fibers gather rate and the Harvesting time for the animals.
Edit: we got the hemp fibers one fixed. now just the animal fat and everything from animals and to fix the time it takes to harvest the animals.Last edited by a moderator: Apr 10, 2016 -
[04/09/2016 21:42:53] [Oxide] 21:42 [Error] GatherManager v2.2.3: Failed to load config file (is the config file corrupt?) (Invalid JavaScript property identifier character: .. Path 'Options.GatherResourceModifiers', line 28, position 35.)
[04/10/2016 11:39:46] Assertion failed: Stomping old lifeStory
[04/10/2016 11:45:47] Assertion failed: Stomping old lifeStory
[04/10/2016 11:49:37] Assertion failed: Stomping old lifeStory
That's what is in my logs.error txt fileLast edited by a moderator: Apr 10, 2016 -
-
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": { "Tree": 10.0, "Ore": 10.0, "Flesh": 10.0 }, "GatherResourceModifiers": { "Wood": 15.0, "Stones": 15.0, "Cloth": 15.0, "Metal Ore": 15.0, "Sulfur": 15.0, "Sulfur Ore": 15.0, "High Quality Metal": 15.0, "Animal Fat": 15.0, "High Quality Metal Ore": 15.0, "Raw Human Meat": 15.0, "Raw Chicken Breast": 15.0, "Raw Wolf Meat": 15.0, "Bear Meat": 15.0, "Pork": 15.0, "Leather": 15.0 }, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": { "Wood": 15.0, "Cloth": 15.0, "Stones": 15.0, "Metal Ore": 15.0, "Sulfur Ore": 15.0, "High Quality Metal Ore": 15.0 }, "QuarryResourceModifiers": { "Stones": 15.0, "Sulfur Ore": 15.0, "Metal Ore": 15.0, "High Quality Metal Ore": 15.0 }, "SurveyResourceModifiers": {} }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" } }
Last edited by a moderator: Apr 10, 2016 -
-
-
-
-
So I use
Build for Rust | Oxide
Gather Manager for Rust | Oxide
and before the wipe I was able to set the pumpjack to 3 crude oil per 1 low grade. but now it seems I get 3 crude oil per 5 low grade... I need some help getting this fixed or a work around -
-
Replace "server" with this:
Code:"Server": [ "6:gather.rate dispenser * 2", "6:gather.rate pickup * 2", "6:say Рейты уменьшены до х2!", "18:gather.rate dispenser * 5", "18:gather.rate pickup * 5", "18:say Рейты увеличены до х5!" ]