GatherManager

Moved

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

4.93893/5, 131 likes
  1. I really hope this isn't the case, that would be a shame for modded servers..
     
  2. There are no hooks for it but I'll just add them when I get to that part :p
     
  3. Mughisi, you're a boss hog! Thanks for your hard work!
     
  4. Whenever I type /gather 10 t0 change the gather rate ingame it doesn't work?
     
  5. Is your auth set correctly?
     
  6. Let me know how to do that?
     
  7. Need to do some more testing but here are a few spoilers ;)
    Code:
    {
      "Messages": {
        "Dispensers": "Resource Dispensers",
        "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|flesh> <multiplier>",
        "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
        "HelpTextPlayerDefault": "Default values.",
        "HelpTextPlayerGains": "Resources gained from {0}:",
        "InvalidArgumentsDispenser": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|flesh> <multiplier>",
        "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
        "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
        "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}",
        "ModifyResource": "You have set the gather rate for {0} to x{1} for {2}.",
        "NotAllowed": "You don't have permission to use this command.",
        "Pickups": "pickups",
        "SurveyCharges": "Survey Charges"
      },
      "Options": {
        "GatherDispenserModifiers": {
          "Ore": 5.0
        },
        "GatherResourceModifiers": {
          "Wood": 10.0,
          "Sulfur Ore": 7.0
        },
        "PickupResourceModifiers": {
          "Sulfur Ore": 50.0
        },
        "QuarryResourceModifiers": {
          "Stones": 10.0
        },
        "SurveyResourceModifiers": {
          "Stones": 15.0,
          "Sulfur Ore": 15.0
        }
      },
      "Settings": {
        "ChatPrefix": "Gather Manager",
        "ChatPrefixColor": "#008000ff"
      }
    }
    upload_2015-6-15_0-32-18.png
     
  8. So excite! :D
     
  9. Wulf

    Wulf Community Admin

  10. You're a rockstar man! Thank YOU so much!!
     
  11. How do I actually raise the gather rate? Like, whenever I put (for example) /gather 5, it says in the chat, "Resources from gathering is set to: x1". I probably sound like a huge noob....
     
  12. Hi is that work? and/or how we must proceed to how to do that?
     
  13. You need to be set as an owner or the command won't work.
     
  14. I am set as owner....
     
  15. New hooks added! Waiting for yout step, @Mughisi :p
     
  16. Mughisi updated Increased Gather Rate with a new update entry:

    C# rewrite, new functionality

     
  17. How to easily set for everything x2 or x10 by 1 command? Or no way? Thanks!
     
  18. Code:
    "> dispenser.scale flesh #
    flesh is not a valid dispenser. Check gather.dispensers for a list of available options.
    > gather.dispensers
    Available dispensers:
    Tree
    Ore
    Flesh"
    Tried capital "Flesh"

    Code:
    "> dispenser.scale Flesh #
    Flesh is not a valid dispenser. Check gather.dispensers for a list of available options."
    Attempted to manually edit config. Made animal resource unlimited. However without editing dispenser "flesh", it was still the same multiplier as the ore/tree multiplier setting.
     
    Last edited by a moderator: Jun 16, 2015
  19. ResourceDispenser.GatherType.Tree
    ResourceDispenser.GatherType.Ore
    ResourceDispenser.GatherType.Flesh

    For tree, ore and stone :eek:
     
  20. Can you add a command to make everything like 10x for example? Takes forever to manually change each resource.