Eco V0.10.0.1 Apr 2026

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

Here’s a for Eco v0.10.0.1 — an Auto-Water & Fertilizer Monitor for farming in Eco. Eco v0.10.0.1

[ChatCommand("Check all farm plots", ChatAdminLevel.User)] public static void CheckFarms(User user) var plots = WorldObjectUtil.GetObjectsOfType<FarmPlotObjectEntity>() .Where(p => p.Owner == user).ToList(); It alerts you when a farm plot needs

public class FarmPlotObject