find_item
Locate any item across backpacks, chests, and machine outputs. Shows quantity and exact location including map, tile, and color.
Instructions
Locate an item across player backpacks, all chests, and machine outputs. Returns each place holding it with quantity and container location (map + tile + color) - answers 'where is my X?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Item name to locate, e.g. 'Ancient Fruit'. | |
| fuzzy | No | Substring match (e.g. 'wine' finds all wines). False = exact name. | |
| save_path | No | Path to a save file OR a save folder (e.g. .../Saves/Farm_123 or .../Saves/Farm_123/Farm_123). Leave empty to use the save configured at server startup (--save/--save-dir or SDV_SAVE_PATH/SDV_SAVE_DIR). The server never auto-discovers saves; one must be configured or passed explicitly. |