Day/Night Gather

Set different gather rates for day and night.

Total Downloads: 1,592 - First Release: Feb 12, 2017 - Last Update: Feb 16, 2017

5/5, 10 likes
  1. If it's passing it to gather manager, and you're seeing the rate change in the console, this plugin is working, that's all it does.
    Try removing both GatherManager and Day/Night Gather, deleting their configs and reset them up.
     
  2. I have "SunSet": 18.0, but it goes off at 20. ?
     
  3. Are you using TimeOfDay?
     
  4. No I am not. Skip Night Vote and Night Lantern I feel may be messing with it. Not exactly sure.
     
  5. Unfortunately, I can't replicate this issue.
    If you updated the time in the config, did you reload the plugin?
     
  6. Yes. I will have to try deleting all 3 plugins and reinstalling them.
     
  7. Out of curiosity - you mentioned that it will overwrite specific gather rates on a server. Is this something that you are looking at being able to change in the near future? Making certain resources able to be altered?
     
  8. Yea I can definitely work on that, wouldn't be that difficult to implement.
     
  9. That would be fantastic - something like individual rates for resources - sulfur, metal frags, high quality ore etc. I was thinking of doing a more "Defensive" based resource gather boost for the night time - so resources like stone, metal frags and HQM would spawn higher than sulfur or something. If that makes sense?
     
  10. You could definitely increase the rate for those specific items, it doesn't increase the amount of spawned nodes on the map though.
     
  11. Are you saying I could do this right now? I wouldn't want to increase the amount of nodes - but I want to control day and night gathering for each type of resource from a node.

    Example: During the Day - normal resource gathering is 5x for EVERYTHING

    During the Night - Resource gathering is 8X for EVERYTHING except Sulfur.
     
  12. Not at the moment, but gather manager has the options there for me to program and change
     
  13. Right - That would be pretty slick if you could do that :) P.S. I also appreciate your speed of response and your activity here.
     
  14. so i have question
    if i set gather.rate dispenser Wood 1.5 ( vanilia x 1.5)

    "DayGatherRateDispenser": 1.0,
    NightGatherRateDispenser": 2.0

    Then i have
    day - vanilia x1.5 night -vanilia x3 ( 1.5 from gather.rate dispenser x 2.0 from NightGatherRateDispenser) right ?
     
  15. "DayGatherRateDispenser": 1.0,
    NightGatherRateDispenser": 2.0

    Day gather rate overwrites your gathermanager - so 1.0 would mean that it's vanilla x 1, which = vanilla.
    night gather rate = 2 - that means 2x vanilla - which is 2x.

    If you want 1.5x during the day, and 3x during the night - make your config like this:

    DayGatherRateDispenser": 1.5,
    NightGatherRateDispenser": 3.0
     
  16. okej.. so in this example what i must set in gathermanager cfg? what i want like 1? or leave default gathermanager cfg?
     
    Last edited by a moderator: Mar 8, 2017
  17. Here's what my config looks like:

    {
    "BroadcastMessage": true,
    "DayGatherRateDispenser": 5.0,
    "DayGatherRatePickup": 5.0,
    "DayGatherRateQuarry": 3.0,
    "NightGatherRateDispenser": 7.0,
    "NightGatherRatePickup": 7.0,
    "NightGatherRateQuarry": 3.0,
    "SunRise": 8.0,
    "SunSet": 19.0,
    "UseTOD": true
    }

    What this does - is during daylight hours, the gather rate is 5x for most things. The Quarries are set to 3x.

    During the night, the gather rate is 7x.

    This means, that whatever the vanilla rate is - Day is 5x that rate, and night is 7x that rate.

    If you want to have vanilla rates during the day, you would change all the DayGatherRate numbers to 1.0

    During the night, if you wanted it to be higher than vanilla, you would change the numbers accordingly - 2.0 for 2x, 3.0 for 3x etc.

    Hope this helps.
     
  18. Installed GatherManager, and this plugin. When you change the rates, everything changes except for the stone.

    Code:
    You have set the gather rate for * to x4 from Resource Dispensers.
    You have set the gather rate for * to x4 from pickups.
    You have set the gather rate for * to x4 from Mining Quarries.
    You have set the resource amount for Tree dispensers to x4
    You have set the resource amount for Ore dispensers to x4
    You have set the resource amount for Flesh dispensers to x4

    It's a night. But the stone is mined as well as in the daytime
     
  19. Ore dispencers includes stone nodes... just a weird way Gather manager Prints this to the console.
     
  20. Hi,

    Is this plugin still working because i have gather manager set to 2.0 rate but when i set Day/Night gather to 5.0 at night i get the messages but the resources do not change...