
I built FarmDashboard because I got tired of running home every few minutes just to check if something was ready, dry, or still growing. You already know what you planted what you need is a way to monitor it while you are out exploring, mining, or doing literally anything else.
Watch the intro:
---Why it is worth using
Your farm keeps ticking even when you are not standing on it. FarmDashboard lets you check in from anywhere, see what actually needs attention, and only travel back when it is worth the trip. Less babysitting dirt. More playing the game.
How it works
- Plant crops as usual (water/fertilize when you want faster growth).
- Run
/farm d(or/farm dashboard) — quick scan, then the dashboard opens. - While you are away, scheduler alerts ping you in chat when a crop is ready, dry, or unfertilized.
- When you decide to go back, use Follow Crop for a star trail to the exact block.



Dashboard
- Summary:
19 crops | 0 ready | 13 need water | 12 unfertilized(example) - Groups by crop type — expand to see each plant at
x, y, z - Details: growth %, stage (Seedling / Growing / Mature), soil status, who planted it
- Location: distance line in chat
- Follow Crop: path guide with visible stars (works at night)
- Auto-refresh while the panel is open
- Who planted planted by Durkz_z (example)
Scheduler alerts (chat)
Periodic checks (default every 30s, configurable) for your crops only:
- Green — ready to harvest
- Blue — needs watering (tilled soil; includes eternal boost reminders)
- Orange — needs fertilizer (tilled soil)
Alerts use the same remote crop list as the dashboard not limited to chunks around you.
Supported crops
Explicit integrations:
- Vanilla Hytale crops and saplings (
Plant_Sapling_*, etc.) - Life Crops
- NoCube's Orchard fruit saplings
More packs can be added via integration JSON in a future update.
Commands
| Command | Description |
|---|---|
/farm d |
Open dashboard (alias: /farm dashboard) |
/farmloc x y z |
Start follow trail to coordinates |
/stop follow |
Stop the path guide |
Config
File: mods/durkz_FarmDashboard/FarmDashboard.json
| Field | Default | Purpose |
|---|---|---|
schedulerAlertsEnabled |
true |
Chat alerts on/off |
alertCheckIntervalMs |
30000 |
How often to check (ms) |
scanRadius |
16 |
Nearby scan radius for discovery |
pageRefreshMs |
5000 |
Dashboard refresh while open |
Staff admin commands, permissions, and full config reference: DurkzPRG Mods
Found a bug? Report it here: Issues
License: MIT