V0.10.0.1 — Eco
public static AutoFarmMonitor Obj; public Dictionary<User, List<FarmPlotObject>> PlayerPlots = new();
public class FarmPlotObject
ChatManager.ServerMessageToPlayer($"🌾 Farm report: plots.Count plots. thirsty need water, hungry need fertilizer.", user); Eco v0.10.0.1
public class FarmMonitorCommands
It alerts you when a farm plot needs water or fertilizer, and optionally logs the data to a chat channel or a file for later review. 1. Create the file: EcoServer/Mods/AutoFarmMonitor.cs public static AutoFarmMonitor Obj