GatherManager

Moved

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

4.93893/5, 131 likes
  1. and the command for gather.rate quarry Stones 20 (sulfur and metal?)
     
  2. I'm actually not sure how the plugin-creater is doing it, but it looks like you will need the displaynames for the items.
    By default i would say for sulfur either gather.rate quarry "Sulfur Ore" 20 (by displayname) or gather.rate quarry sulfur.ore 20 (by shortname).
    For metal "Metal Ore" / metal.ore
    If you want the rate to adjust for every item of the category (in this case quarry) you could also use gather.rate quarry * 20

    You can lookup the items here: Oxide API for Rust
     
  3. yes i have thx you bro i forgot the "" :D
     
  4. How can i edit the Multiplier from Mines?
     
  5. fixed.
     
    Last edited by a moderator: Sep 19, 2015
  6. The High Quality Metal Ore is not on the list of items to modify - can it be added?

    Thanks!
    -SUE, RustieShack
     
  7. Just use

    gather.rate pickup "High Quality Metal" 5
    [DOUBLEPOST=1442687891][/DOUBLEPOST]
    dispenser.scale ore 10
     
  8. Thank you so much! Appreciate the help - that fixed the problem :)
     
  9. How do i increase hemp fibres

    Never mind i got it now
     
    Last edited by a moderator: Sep 20, 2015
  10. How to make an increase of melting metal in Furnace?
    How to make an increase from corpse?

    and is there any command to increase the totalt hat you can only get?
     
  11. when i downlaod it it doesnt show up in the config file
     
  12. The command to change high quality metal? please
     
  13. Hi! I'm currently using this plugin, and i love it! But today when i logged into the server, the Gather Rate is back to normal, its 10x in the configuration file. Anyone have any idea what the problem could be?

    Here is the current Config file:
    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": 10.0,
        "GatherResourceModifiers": {
          "Wood": 10.0,
          "Stones": 10.0,
          "Metal Ore": 10.0,
          "Sulfur Ore": 10.0,
          "High Quality Metal Ore": 10.0,
          "Cloth": 10.0,
          "Animal Fat": 10.0,
          "Bone Fragments": 10.0,
          "Leather": 10.0
        },
        "MiningQuarryResourceTickRate": 10.0,
        "PickupResourceModifiers": 10.0,
        "QuarryResourceModifiers": 10.0,
        "SurveyResourceModifiers": 10.0
      },
      "Settings": {
        "ChatPrefix": "Gather Manager",
        "ChatPrefixColor": "#008000ff"
      }
    }
    Thanks for making the plugin, Mughisi!
     
  14. [Oxide] 11:00 PM [Warning] 'GatherManager v2.2.1' plugin is using deprecated hook: OnGather
     
  15. Wulf

    Wulf Community Admin

  16. Awesome, thanks wulf
     
  17. Wulf

    Wulf Community Admin

    Once of these days @Mughisi will get it "released". ;)
     
  18. can you add the pumpjack or is it in
     
  19. [Oxide] 4:36 PM [Warning] 'GatherManager v2.2.1' plugin is using deprecated hook: OnGather

    Please fix this error
     
  20. It's not an error, read the current page at least please!

    Pumpjack is supported by this plugin.
     
    Last edited by a moderator: Sep 28, 2015