GatherManager

Moved

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

4.93893/5, 131 likes
  1. Wulf

    Wulf Community Admin

    No, there was only one update about 10 hours ago for the Rust update. The 'env.time' command comes from Rust, not Oxide.
     
  2. in any case, it's working.. :) (also the oxide version)

    Thank you!
     
  3. pls help
    how to make different rates a night and day x2 / x5??
     
  4. Wulf

    Wulf Community Admin

    Use a plugin such as TimedExecute to run the commands at certain times.
     
  5. Wow, it was so easy :D , thank you very much
    [DOUBLEPOST=1451531032][/DOUBLEPOST]Wulf
    how to run a command game time not RealTime-Timer
    fo example x2 at 8:00 game time, x5 18:00
     
  6. How can i do x2 for ALL resources? Please help
    Code:
      "Options": {
        "GatherDispenserModifiers": {
        "*": 2.0
        },
        "GatherResourceModifiers": {
        "*": 2.0
        },
        "MiningQuarryResourceTickRate": 5.0,
        "PickupResourceModifiers": {
        "*": 2.0
        },
        "QuarryResourceModifiers": {
        "*": 2.0
        },
        "SurveyResourceModifiers": {
        "*": 2.0
        }
      },
    its true?
     
    Last edited by a moderator: Dec 31, 2015
  7. I have tried all ort of versions of these commands, I cannot get a single one to work. Yes I want to up the gather of mines and wood stone etc, but I need a working command line. Could someone please help out a daffy old man with some simple explanations? Thanks a ton
    [DOUBLEPOST=1451599342,1451581902][/DOUBLEPOST]What are the commands for other resources? Sulfur ore seems to be a problem and other gathered items I tried < gather.rate pickup Sulfur Ore 3> all I get is an error in the RCon, I have tried a number of things they all fail. A list of the resourse to enter would be sweet, your Mod works as expected otherwise.

    Metal Ore
    High Quality Metal Ore
    Metal Ore
    Metal Shards

    and the rest please

    Thank you kindly
    Llathrum
    [DOUBLEPOST=1451601011][/DOUBLEPOST]
    These commands work fine except when the name of the item has multi words in it, for example

    Metal Ore, Sulfur Ore, High Quality Metal Ore and so on, a list of the correct names would be wonderful. I also tried the gather.resources which listed out the various resources available, but the names listed will not work unless they are in a single name format.

    Please help

    Llathrum
     
  8. Thanks I will do that =D
    [DOUBLEPOST=1451619119,1451605139][/DOUBLEPOST]It did not work

    I entered

    (gather.rate dispenser surfur.ore 3) and it said it was not a valad code. I also tred Sulfer Ore and even the number it did not work.
     
  9. Use quotation marks.

    "Sulfur Ore"
    "High Quality Metal Ore"
    "Metal Ore"
     
  10. cool I will try that next, thank you
    [DOUBLEPOST=1451664493][/DOUBLEPOST]Nope that did not work
     
  11. gather.rate dispenser "Sulfur Ore" 2

    Works just fine for me.
    [DOUBLEPOST=1451666908][/DOUBLEPOST]If you type the commands in the in-game console. It says the exact format to use.
     
  12. Well, I do not know what to say, It can only be my spelling :(

    Thank you for the post I am grateful, this works fin now
     
  13. Hi all, is there anyone who could help me with mods for Rust? im like a total noob and i finaly made 1 mod to work and i can't get anything else working.
    We can talk on teamspeak or whatever, i just need help to set it up :(
     
  14. I watched some YouTube videos and took what made since from that, I read read me files, and bugged the Host server Mod to answer some explainable, are you running a personal server or on a Host client?
     
  15. Host client, i figured out some things atm but now my server is offline and doesnt want to pop up atm.. im trying to figure out whats wrong :(
     
  16. guys so I have the .cs files in my plugins folder, however I do not see the .json files in the config folder. I am using fireFTP for firefox. When I downloaded this plugin along with others I just got the .cs files, do they generate automatically in the config folder? I tried restarting the server and all that but they aren't there :/ please help me
     
  17. Wulf

    Wulf Community Admin

    When a plugin is loaded successfully and Oxide is actually installed, it will generate the config. If not, check your oxide/logs for errors and make sure Oxide is installed.
     
  18. So I believe Oxide is installed, I did it through Gameservers.com. I also added teleport plugins and home plugins, both .cs files and those work in game, so I am assuming they loaded correctly which is why I don't understand why the .json files won't appear. I'll try reinstalling Oxide but if you have any other ideas let me know. Btw thank you for the quick response
     
  19. Wulf

    Wulf Community Admin

    Check the 'oxide.version' command via RCON or F1 console. If you get "Unknown command" or similar, then Oxide is not installed. If it shows as being installed, then check your oxide/logs for errors.