I really hope this isn't the case, that would be a shame for modded servers..
GatherManager
Moved
Total Downloads: 59,074 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
-
-
Whenever I type /gather 10 t0 change the gather rate ingame it doesn't work?
-
-
-
Need to do some more testing but here are a few spoilers
Code:{ "Messages": { "Dispensers": "Resource Dispensers", "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|flesh> <multiplier>", "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:", "HelpTextPlayerDefault": "Default values.", "HelpTextPlayerGains": "Resources gained from {0}:", "InvalidArgumentsDispenser": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|flesh> <multiplier>", "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>", "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.", "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}", "ModifyResource": "You have set the gather rate for {0} to x{1} for {2}.", "NotAllowed": "You don't have permission to use this command.", "Pickups": "pickups", "SurveyCharges": "Survey Charges" }, "Options": { "GatherDispenserModifiers": { "Ore": 5.0 }, "GatherResourceModifiers": { "Wood": 10.0, "Sulfur Ore": 7.0 }, "PickupResourceModifiers": { "Sulfur Ore": 50.0 }, "QuarryResourceModifiers": { "Stones": 10.0 }, "SurveyResourceModifiers": { "Stones": 15.0, "Sulfur Ore": 15.0 } }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" } }
-
-
Wulf Community Admin
-
-
How do I actually raise the gather rate? Like, whenever I put (for example) /gather 5, it says in the chat, "Resources from gathering is set to: x1". I probably sound like a huge noob....
-
-
-
-
New hooks added! Waiting for yout step, @Mughisi
-
Mughisi updated Increased Gather Rate with a new update entry:
C# rewrite, new functionality
-
How to easily set for everything x2 or x10 by 1 command? Or no way? Thanks!
-
Code:
"> dispenser.scale flesh # flesh is not a valid dispenser. Check gather.dispensers for a list of available options. > gather.dispensers Available dispensers: Tree Ore Flesh"
Code:"> dispenser.scale Flesh # Flesh is not a valid dispenser. Check gather.dispensers for a list of available options."
Last edited by a moderator: Jun 16, 2015 -
ResourceDispenser.GatherType.Tree
ResourceDispenser.GatherType.Ore
ResourceDispenser.GatherType.Flesh
For tree, ore and stone -
Can you add a command to make everything like 10x for example? Takes forever to manually change each resource.