Eco V0.10.0.1 Apr 2026

public void CheckPlots() foreach (var user in PlayerPlots.Keys.ToList()) var badPlots = PlayerPlots[user].Where(p => p.WaterLevel < 0.3f

using Eco.Core.Plugins.Interfaces; using Eco.Gameplay.Players; using Eco.Gameplay.DynamicValues; using Eco.Mods.TechTree; using Eco.Shared.Localization; using Eco.Shared.Utils; using System.Collections.Generic; using System.Linq; using Eco.Core.Utils; using Eco.Gameplay.Systems.Chat; using Eco.Gameplay.Systems.Messaging.Chat; namespace Eco.Mods.AutoFarmMonitor Eco v0.10.0.1

public class FarmMonitorCommands

public static AutoFarmMonitor Obj; public Dictionary<User, List<FarmPlotObject>> PlayerPlots = new(); public void CheckPlots() foreach (var user in PlayerPlots

public class FarmPlotObject