GatherManager

Moved

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

4.93893/5, 131 likes
  1. how do i grant myself premissions
     
  2. Wulf

    Wulf Community Admin

  3. What is the command to grant myself premission to the gathermanager ?
     
  4. Hello,
    I have browsed the forum but can not find an answer.
    How to save the .json settings for GatherDispenserModifiers?
    Each time I restart, all my settings are returned by default.

    Thank you,
    Shu
     
  5. Put here the configuration file
     
  6. After each start the three values of the GatherDispenserModifiers go back to 1.0 :

    "Options": {
    "GatherDispenserModifiers": {
    "Tree": 6.0,
    "Ore": 6.0,
    "Flesh": 3.0
    },

    I do not understand...
     

    Attached Files:

  7. Hi
    How can I increase mine production Hq. metal ore?
    and the boulder?
     
  8. Find !

    Conflict with DayNightGather ... Grrrr
     
  9. thanks
     
  10. I have my settings like this
    {
    "Messages": {
    "Dispensers": "Resource Dispensers",
    "HelpText": "/gather - Shows you detailed gather information.",
    "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|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\nquarry.tickrate <seconds>",
    "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
    "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
    "HelpTextPlayerDefault": "Default values.",
    "HelpTextPlayerGains": "Resources gained from {0}:",
    "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
    "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
    "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
    "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
    "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
    "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}",
    "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
    "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
    "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
    "NotAllowed": "You don't have permission to use this command.",
    "Pickups": "pickups",
    "SurveyCharges": "Survey Charges"
    },
    "Options": {
    "GatherDispenserModifiers": {
    "Tree": 3.0,
    "Ore": 3.0,
    "Flesh": 3.0
    },
    "GatherResourceModifiers": {
    "Cloth": 3.0,
    "Stones": 3.0,
    "Wood": 3.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {},
    "QuarryResourceModifiers": {
    "Stones": 6.0,
    "Metal Ore": 3.0,
    "Sulfur Ore": 3.0,
    "High Quality Metal Ore": 2.0
    },
    "SurveyResourceModifiers": {}
    },
    "Settings": {
    "ChatPrefix": "Gather Manager",
    "ChatPrefixColor": "#008000ff"
    }
    }
    When mining ore nodes or harvesting corpse eventually they begin only yielding 1 item per resource and it takes a very long time to break a node, this affects node spawning if they are not removed, is this a bug or something i have set wrong in my plugins?
     
  11. thanks
     
  12. I need help. I'm not sure if I did anything wrong. I want my server to be x3 gather.

    Here is the code:

    {
    "Messages": {
    "Dispensers": "Resource Dispensers",
    "HelpText": "/gather - Shows you detailed gather information.",
    "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|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\nquarry.tickrate <seconds>",
    "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
    "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
    "HelpTextPlayerDefault": "Default values.",
    "HelpTextPlayerGains": "Resources gained from {0}:",
    "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
    "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
    "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
    "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
    "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
    "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}",
    "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
    "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
    "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
    "NotAllowed": "You don't have permission to use this command.",
    "Pickups": "pickups",
    "SurveyCharges": "Survey Charges"
    },
    "Options": {
    "GatherDispenserModifiers": {
    "Flesh": 1.0,
    "Ore": 3.0,
    "Tree": 3.0
    },
    "GatherResourceModifiers": {
    "Cloth": 3.0,
    "Stones": 3.0,
    "Wood": 3.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {
    "Stones": 3.0
    },
    "QuarryResourceModifiers": {
    "Stones": 3.0
    },
    "SurveyResourceModifiers": {
    "Sulfur Ore": 3.0
    }
    },
    "Settings": {
    "ChatPrefix": "Gather Manager",
    "ChatPrefixColor": "#008000ff"
    }
    }

    It works fine. I just have one issue. When I hit ores I get x3. It just takes for ever?. You have to hit it like 30-45 times to get the whole piece. The last piece usually takes 2-3 hits. I hit it like 15-20 times before its done?. Why is that?. What did I do wrong?.
     
  13. I have the same issue. Did you fix it yet?
     

  14. i have the same issue also, only setting the "GatherDispenserModifiers" under 2.0 will fix it, but then you will almost 1-2 shot ore/tree/animal nodes
     
  15. Ok so I have my settings setup wrong, I have to adjust this, I'll do it tonight after work
     
  16. there is an option to reset to default the what I change?
     
  17. How can i get all the items on one huge list? it was something that i typed in the console where i got everything so i could save the command and list, making it faster to just place the numbers and signs to make it work..
     
  18. if you want it at default just remove the files json and the plugin and reinstall the plugin it will create a default json file
     
  19. this is how i fixed the animals and nodes problem
    {
    "Messages": {
    "Dispensers": "Resource Dispensers",
    "HelpText": "/gather - Shows you detailed gather information.",
    "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|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\nquarry.tickrate <seconds>",
    "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
    "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
    "HelpTextPlayerDefault": "Default values.",
    "HelpTextPlayerGains": "Resources gained from {0}:",
    "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
    "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
    "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
    "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
    "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
    "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}",
    "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
    "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
    "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
    "NotAllowed": "You don't have permission to use this command.",
    "Pickups": "pickups",
    "SurveyCharges": "Survey Charges"
    },
    "Options": {
    "GatherDispenserModifiers": {
    "Flesh": 3.0,
    "Ore": 3.0,
    "Tree": 3.0
    },
    "GatherResourceModifiers": {
    "Cloth": 3.0,
    "Stones": 3.0,
    "Wood": 3.0,
    "Metal Ore": 3.0,
    "Sulfur Ore": 3.0,
    "High Quality Metal Ore": 3.0,
    "Animal Fat": 3.0,
    "Bone Fragments": 3.0,
    "Wolf Skull": 3.0,
    "Leather": 3.0,
    "Bear Meat": 3.0,
    "Raw Wolf Meat": 3.0,
    "Raw Chicken Breast": 3.0,
    "Raw Human Meat": 3.0,
    "Raw Fish": 3.0,
    "Pork": 3.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {
    "Cloth": 3.0,
    "Metal Ore": 3.0,
    "Sulfur Ore": 3.0,
    "Stones": 3.0,
    "Wood": 3.0
    },
    "QuarryResourceModifiers": {
    "High Quality Metal Ore": 2.0,
    "Metal Ore": 3.0,
    "Stones": 6.0,
    "Sulfur Ore": 3.0
    },
    "SurveyResourceModifiers": {}
    },
    "Settings": {
    "ChatPrefix": "Gather Manager",
    "ChatPrefixColor": "#008000ff"
    }
    }
     
  20. getting this error when trying to run the plugin (02:40:48) | Error while compiling: GatherManager.cs(340,55): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate

    my server is 1000x at the moment and a lot of players are upset it's vanilla gather rates.