GatherManager

Moved

Total Downloads: 59,075 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017

4.93893/5, 131 likes
  1. gather.rate quarry Stones 20
    Stones is not a valid resource. Check gather.resources for a list of available options.?
     
  2. 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"
    Can this be added on Lang (localization) system ??
    and removed from config?
     
  3. how do u increase component gather rates?
     
  4. You can change the amount of components in loot crates/barrels using custom loot plugins. I use: LootConfig for Rust | Oxide but it can be a bit hard to learn how it works. Or you can use: BetterLoot for Rust | Oxide
     
  5. Hey, why dosent it work after update? :(
     
  6. The HQM is bugged for some reason, it constantly keeps giving players +1 HQM on a rock until like 30-57 and the modifier is set to 1.0 which is vanilla. How to fix?
     
  7. The GatherRate for HQM is broken, please patch for the new Rust Update.
     
  8. Not working at all? I'm new to servers, but it seems to not work.
     
  9. please fix HQ gather bug
     
  10. I am trying to make a 500x server but can't figure out how. i have tried the dispenser portion on the console but all it changed is how resilient the tree is. what am i doing wrong?
     
  11. Where is the gather.resources file or can someone tell me what metal frags are called to add them to gather manager
     
  12. I was wanting to know is there a way to block the seeds on the game.i run a battlefield server and the gather rate is high and players are spamming the plants froms the seeds.could i blacklist those.thanks for any help in the right direction
     
  13. Sorry but I need some basic help about this plugin. Am I meant to change settings in the supplied .cs file so I can have x3 on all resources like wood chopping etc or do I need to enter the amounts somewhere else.
     
    Last edited by a moderator: Mar 31, 2017
  14. Cant set a gather rate for animals corpses
     
  15. Can someone tell me why this config wouldn't be working. Nothing is increased on my server right now and I have this config saved. Server has been rebooted.

    {
    "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": {
    "Animal Fat": 5.0,
    "Bear Meat": 5.0,
    "Bone Fragments": 5.0,
    "Cloth": 5.0,
    "High Quality Metal Ore": 5.0,
    "Leather": 5.0,
    "Metal Ore": 5.0,
    "Pork": 5.0,
    "Raw Chicken Breast": 5.0,
    "Raw Human Meat": 5.0,
    "Raw Wolf Meat": 5.0,
    "Stones": 5.0,
    "Sulfur": 5.0,
    "Sulfur Ore": 5.0,
    "Wood": 5.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {
    "Cloth": 5.0,
    "Metal Ore": 5.0,
    "Stones": 5.0,
    "Sulfur Ore": 5.0,
    "Wood": 5.0
    },
    "QuarryResourceModifiers": {
    "High Quality Metal Ore": 5.0,
    "Metal Fragments": 5.0,
    "Metal Ore": 5.0,
    "Stones": 5.0,
    "Sulfur Ore": 5.0
    },
    "SurveyResourceModifiers": {
    "High Quality Metal Ore": 5.0,
    "Metal Fragments": 5.0,
    "Metal Ore": 5.0,
    "Stones": 5.0,
    "Sulfur Ore": 5.0
    }
    },
     
  16. Or can someone give me a config that is x5 that works. I've tried a few others that aren't working for me and I'm not sure why. The log file doesn't say anything is wrong that I can tell. It says the new config was detected.
     
  17. I found this bug in serverfiles/server/rust-server/oxide/logs/oxide_YYYY-MM-DD.txt :

    Impossible to launch the plugin

    Code:
    21:54 [Error] Failed to initialize plugin 'GatherManager v2.2.4' (InvalidCastException: Value is not a convertible object: System.Double to System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77934e089],[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a34e089]])
    21:54 [Stacktrace]   at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0
      at System.Double.System.IConvertible.ToType (System.Type targetType, IFormatProvider provider) [0x00000] in <filename unknown>:0
      at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0
      at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.GatherManager.GetConfigValue[Dictionary`2] (System.String category, System.String setting, System.Collections.Generic.Dictionary`2 defaultValue) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.GatherManager.LoadConfigValues () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.GatherManager.Init () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    21:54 [Info] Unloaded plugin Gathering Manager v2.2.4 by Mughisi
    
     
    Last edited by a moderator: Apr 4, 2017
  18. Hey, how could i make it so it give me more components
     
  19. Sox

    Sox

    wait so i want every resource and everything that you gather to be times by like 500 then i have to type the command for each indivudual resource that I want that to be 500x? Seems like it would take forever
     
  20. Is there a way to do 20x for everything in 1 command??