1. Hope someone here can help me,
    i got this weird bug on my server atm, where all animals i kill, i can farm unlimited.
    anyone that have seen this bug before, and know what its from?
    or if its a setting somewhere that i messed up?

    Thank you

    Kind Regards
    Miller
     
  2. Wulf

    Wulf Community Admin

    I'd suggest unloading all plugins and seeing if it persists, then go from there.
     
  3. Thank you, tried unloading all, that fixed it, then i loaded 5 plugins at a time, and tested it, until i found out what plugin was the "faulty" one,
    and it turns out to be GatherManager, i wanted the server to be a 5x server, and it turns out that "Flesh" is the one that screwed me :)
    Code:
      "Options": {
        "GatherDispenserModifiers": {
          "Tree": 5.0,
          "Ore": 5.0,
          "Flesh": 1.0
    changed Flesh from 5.0 back to the default 1.0 and that fixed it

    thank you Wulf :)