How do I enable cheats in Stardew Valley?
Close the game, open your save XML in Notepad (find it in %AppData%\StardewValley\Saves\), search for allowChatCheats, change false to true, save. Load the game and press T.
Cheats & safety guide
Important disclaimer
These are official ConcernedApe debug commands unlocked via allowChatCheats — not third-party trainers. Back up your save before enabling. Achievements may be disabled for that save file.
Stardew Valley 1.6.9 added official chat cheats built into the game — enable allowChatCheats in your save, press T, and use /money or /debug item. No SMAPI required on PC. This page covers the enable steps, commands, and the item IDs players search most.
Since update 1.6.9, ConcernedApe added official in-game chat cheats — no SMAPI required. Enable them once in your save file, then press T and type commands like /money or /debug item. This page lists the enable steps, money cheat, item spawn syntax, and the most searched item IDs.
Enable cheats (one-time)
Close the game. Open your save folder (%AppData%\StardewValley\Saves\[FarmName]_[ID]\), edit the save XML in Notepad, find allowChatCheats and change false to true. Save and back up first.
Use commands in-game
Load the save, press T to open chat, type a command and press Enter.
| Effect | Code | Notes |
|---|---|---|
| Set money to exact amount | /money 999999 | |
| Teleport home | /warphome | |
| Upgrade backpack to largest size | /backpack | |
| Look up an item's ID by name | /debug getindex stardrop | Returns qualified ID like (O)434 |
| Effect | Code | Notes |
|---|---|---|
| Spawn item by ID | /debug item (O)434 1 | Format: /debug item [ID] [qty] [quality]. Quality: 0=normal, 1=silver, 2=gold, 4=iridium |
| Spawn by item name | /debug player_add name "Stardrop" 1 | Use quotes for multi-word names |
| Spawn Iridium-quality item | /debug item (O)74 1 4 | Example: 1 Iridium-quality Prismatic Shard |
| Max all crop growth instantly | /debug growallcrops | |
| Max all hearts (health) | /debug freeheartpieces |
| Effect | Code | Notes |
|---|---|---|
| Prismatic Shard | (O)74 | |
| Stardrop | (O)434 | |
| Ancient Fruit Seeds | (O)485 | |
| Starfruit Seeds | (O)488 | |
| Iridium Bar | (O)337 | |
| Diamond | (O)72 | |
| Mega Bomb | (O)288 | |
| Magic Rock Candy | (O)373 | |
| Iridium Sprinkler | (O)645 | |
| Galaxy Sword | (W)4 | Weapons use (W) prefix |
Commands verified against the official Stardew Valley Wiki (Modding:Console commands) and 1.6.9 allowChatCheats release notes. Item IDs use 1.6 qualified format (O)=object, (W)=weapon.
Before 1.6.9, debug commands required SMAPI's Console Commands mod. The built-in allowChatCheats system replaces that for PC players who can edit their save XML. SMAPI mods still offer more commands, but /money and /debug item work vanilla once enabled.
Close the game, open your save XML in Notepad (find it in %AppData%\StardewValley\Saves\), search for allowChatCheats, change false to true, save. Load the game and press T.
With cheats enabled, press T and type /money 999999 (or any amount). Your gold is set to that exact value instantly.
Type /debug item (O)434 1 — or /debug player_add name "Stardrop" 1. Use /debug getindex stardrop to confirm the ID.
Last updated: 2026-06-10