GatherManager

Moved

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

4.93893/5, 131 likes
  1. i have increased the amout of wood gained each ht but now a tree only takes five hits is there a way to get it back to normal?
     
  2. delete the .json file and restart the plugin
     
  3. Whats the command for cactus?. They are endless.. You can keep hitting it it wont disappear-
     
  4. Same at my Server and i wonder about quarry.tickrate. Dont go anymore?
     
  5. gather.rate dispenser cactusflesh doesnt work
     
  6. Not working on the new update March 16.

    Edit... It is ok.. just needed to delete de json file
     
    Last edited by a moderator: Mar 16, 2017

  7. Mine isn't working.. I deleted the json file and restarted.. no dice. It's not making a new json file. I'll have to look at the logs.

    Edit:>> Had some issue from the game server company.. It was reading plugin configs from the wrong directory.
     
    Last edited by a moderator: Mar 17, 2017
  8. why dosent it work after the update? :/
     
  9. Where do we find a list of all the different dispenser types we can modify? Google doesn't find anything and I'm trying to increase the amount of High Quality Metal Ore.
     
  10. gather.rate dispenser "High Quality Metal Ore" 4

    Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>
     
  11. remove the plugin completely
    then reinstall it and restart
    [DOUBLEPOST=1489840177][/DOUBLEPOST]
    you can change the amount that the source provides for example
    dispenser.scale tree 3
     
  12. Hallo Wie bekomme ich die Sammelrate von Sulphur Rich Rock und Metal Rich Rock
    Zunahme lg
     
  13. Hey guys since i installed this plugin on my server i keep getting this error in my server console ArgumentException: Value does not fall within the expected range.
     
  14. is there any way to x10 the Pump Jack and the in game pump jack only?
     
  15. Mind showing me your config?
     
  16. hello guys i need this plugin and a big info anyone have x5 gather config for me for all ressources :p ? <3

    high
     
  17. Code:
    "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
        }
      },
     
  18. awesome thanks alot buddy :)

    high
     
  19. i want everything 2.5x how do i do it

    edit: im fucking blind sorry
     
    Last edited by a moderator: Mar 23, 2017
  20. private void OnMiningQuarryEnabled(MiningQuarry quarry)

    should be:

    private void OnQuarryEnabled(MiningQuarry quarry)