GatherManager

Moved

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

4.93893/5, 131 likes
  1. That is incorrect. If I'm not mistaken server.save just saves the server and server.writecfg just saves what you add to anything in the cfg folder like users.cfg or bans.

    @Derren If you're typing those commands through console you don't need to oxide.reload you would only need to do it if you manually added something in the GatherManager.json while the server was running. Why it's resetting your config to default would be totally different issue, but I feel it's most likely user error because mine has been working great.
     
  2. Wulf

    Wulf Community Admin

    The server.save command is for saving the user/world info, which is generally automatically done at periods. The server.writecfg is used after changing native Rust functions or ownerid/moderatorid commands are used via the console to save the changes to the cfg files.

    Commands from Oxide plugins have no relation to these commands, so if you want to make the changes persist, you'd need to edit the config for the plugin, add the console commands to a plugin that applies them on startup, or in the server.cfg (not recommended).
     
  3. Can you show me what part of the config I would have to edit?
     
  4. I just loaded the latest Gather mod but still have my old settings. my users are seeing this:

    as you hit the stone, the sulfur or metal will decrease slightly each hit until it reaches like 2 ore then you only get 2 per hit, it doesn't affect "stone" only "metal ore" and "sulfur ore"
    the high quality ore is really low to, but that may be by design
     
  5. Code:
    [Oxide] 9:48 PM [Info] [Updater] ### Update check started!
    [Oxide] 9:48 PM [Info] [Updater] Supported plugin count: 17
    [Oxide] 9:48 PM [Info] [Updater] Increased Gathering Rate is outdated! Installed: 1.1.2, Latest: 2.2.1
    [Oxide] 9:48 PM [Info] [Updater] - http://oxidemod.org/plugins/675/
    [Oxide] 9:48 PM [Info] [Updater] ### Update check finished!
    Wtf? I am using the "Gather Manager" and not "Increased Gathering Rate".
    Am i stupid or does the Updater needs an update? xD
     
    Last edited by a moderator: Aug 3, 2015
  6. Wulf

    Wulf Community Admin

    You have multiple copies of this plugin installed. Increased Gathering Rate as the name of the older version.
     
  7. oookay i thought i deinstalled the old version. O,o
    I need to check it. Thanks!
     
  8. is there a gather set for High quilty metal ?
     
  9. Yeah you can use the console commands

    Example:
     
  10. Just a (stupid) question, are any of these commands to increase "rates" configurable in the "config" file or are they entered in the console on my clanforge page. and to forstall any superior retorts please remember that everyone has to learn sometime and i am learning.
    I was hoping that i could enter them in the config file as a separate entry much as i do for changing airdrop/loot rates for items
     
  11. Is there a spawn rate plugin that would go along with this to increase the number of ores etc?
     
  12. Wulf

    Wulf Community Admin

  13. It just doesnt work on high quality metal - i tried reinstall the plugin. restart server. but no. all other gathering rates works well. yes its the gather manager plugin im using. Whyy? =(
    Code:
      "Options": {
      "GatherDispenserModifiers": {},
      "GatherResourceModifiers": {
      "Wood": 10.0,
      "Stones": 10.0,
      "Sulfur Ore": 10.0,
      "Metal Ore": 10.0,
      "High Quality Metal Ore": 10.0,
      "Cloth": 10.0,
      "Animal Fat": 10.0,
      "Raw Wolf Meat": 10.0
     
    Last edited by a moderator: Jul 26, 2015
  14. Ok type this and it WILL work I've done this on my server:

    gather.rate quarry "High Quality Metal Ore" 20

    its only gathered mainly from the quarries so it makes sense to do it on that.
     
  15. Wow, i thought i was confused before but this plugin made me even more confused. Is their an easier way of just adding the gathering rate to *4?
     
  16. the command gather.rate quarry "High Quality Metal Ore" 10 dont work i get an error
    High Quality Metal Ore is not a valid resource. Check gather.resources for a list of available options.
     
  17. This is working for me and others, make sure you are using the latest version of the plugin.

    Simply specify * instead of the resource:
    gather.rate dispenser * 4
    gather.rate pickup * 4
    gather.rate quarry * 4
    gather.rate survey * 4
     
  18. I did try this
    gather.rate dispenser * 4
    but it said commands not found, but i guess that has something to do with my server then. So i didn´t misunderstood it then:) Thank you for the help
     
  19. Make sure you are entering them in the console, in-game or through a RCon client like Rusty or something.
     
  20. i have downloaded the plugin again now .. and restarted the server .. and write this in rusty gather.rate quarry "High Quality Metal Ore" 10
    and it didnt worked