GatherControl

Moved

Total Downloads: 4,770 - First Release: May 20, 2017 - Last Update: Feb 24, 2018

5/5, 26 likes
  1. I checked your data file and permissions on my server. And everything works as it should. Something you're doing wrong.
     
  2. Lol, just noticed that i have a 2 players with the same nickname, sorry for bothering you.
     
  3. Hey i have a problem to get wood/trees at 10x when everything else is 5x,

    Code:
    {
      "PermissionsGroups": {
        "0": {
          "DayRateMultQuarry": 5.0,
          "DayRateMultPickup": 5.0,
          "DayRateMultResource": 5.0,
          "DayRateMultResourceBonus": 5.0,
          "DayRateMultResourceHQM": 5.0,
          "DayRateMultCropGather": 5.0,
          "NightRateMultQuarry": 5.0,
          "NightRateMultPickup": 5.0,
          "NightRateMultResource": 5.0,
          "NightRateMultResourceBonus": 5.0,
          "NightRateMultResourceHQM": 5.0,
          "NightRateMultCropGather": 5.0,
          "CustomRateMultQuarry": {},
          "CustomRateMultPickup": {},
          "CustomRateMultResource": {
           "Wood": "10/10"
    },
          "CustomRateMultResourceBonus": {
           "Wood": "10/10"
    },
          "CustomRateMultCropGather": {},
          "PermGroup": "gathercontrol.default"
        }
      }
    }
    i dont know if this is right but it at least dont work? ^^ anyone got a clue?
     
  4. Try "wood" instead of "Wood"
     
  5. Thanks, worked like a charm ;)
     
  6. Not sure why but the plugin doesn't work anymore. This is what I get when I run a reload:
    GatherControl was compiled successfully in 92ms
    18:12 [Info] Unloaded plugin GatherControl v1.5.0 by CaseMan
    [DOUBLEPOST=1506637066][/DOUBLEPOST]looks like I found an error...., maybe?

    [SERVER v1.0.24] Console: GatherControl.cs(128,8): warning CS0114: `Oxide.Plugins.GatherControl.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\TCAFiles\Users\SalD\18546\Oxide.Core.dll (Location of the symbol related to previous warning)
     
  7. I checked on three servers and the plugin works!
    The problem with the LoadDefaultMessages is observed in many plugins after update.
     
  8. How to limit the amount of hemp, pumpkin and corn seeds without nerfing the Cloth on harvest? Thx

    EDIT:

    NVM
    "CustomRateMultPickup": {
    "seed.hemp": "1/1",
    "seed.pumpkin": "1/1",
    "seed.corn": "1/1"
    },
     
    Last edited by a moderator: Oct 1, 2017
  9. not Work :(
     
  10. Very informative message )))
     
  11. He has given so much info my brain is on overload :)
     
  12. Hello,
    I have a problem with the HQ.
    I have to hit three metal pebbles to pick up the HQ.
    The first two pebbles count down the quantity of HQ.

    An idea ?

    "DayRateMultResourceHQM": 100000.0,
    "NightRateMultResourceHQM": 100000.0,
     
  13. HQM in Rust is issued as a bonus at the end of mining of metal ore. The plugin multiplies the number of HQMs by the multiplier that you set in the config. With such a large multiplier, as you do, there may be problems with obtaining resources due to the size limitations of the stack.
     
  14. Hello CaseMan,

    Yes indeed my multiplication coefficient was too high!
    Thanks for the info just and fast as usual ;)
     
  15. Is it possible to increase just the HQM from quarrys?
     
  16. Yes. Use "CustomRateMultQuarry": {} and an example from the plugin description.
     
  17. I'm having an issue where Rope never drops from hemp? (It is supposed to still do that, right?) - Any way to adjust this?
     
  18. Of the hemp bushes, only cloth and seeds fall out. Where does the information about the rope? The plugin only multiplies amount of gather resources!!!
     
  19. Hey! got a quick question! when i added the plugin it didn't add files into the Data and Config folders...?
     
  20. Perhaps the plugin is not compiled or loaded. What's in the console when you install the plugin?