Give Item (Spawn Resource)
grounded — Console Commands
Spawns a specified item or resource directly into your inventory or at your feet. Useful for testing builds or recovering lost gear.
Syntax
giveitem <itemID> <quantity>
Example
giveitem Quartzite 10
💡 Notes
Item IDs are case-sensitive and must match the internal resource names (e.g., 'Quartzite', 'Web', 'BerryChunk'). Not all items are spawnable; some quest items may fail. [verify] for full item ID list.
🎯 Tips & Tricks
Find item IDs
Use the debug command 'listitems' (if available) or check community wikis for the exact internal names.
Stack limits
Keep quantities under 999 to avoid overflow errors; the game may cap stacks automatically.
🔧 Troubleshooting
Item not spawning
Double-check the spelling and case of the item ID; also ensure you have inventory space.
Wrong item appears
Some IDs share prefixes; use the full unique ID from the game files.
⚠️ Common Mistakes
- Using display names instead of internal IDs
- Spawning too many items at once
- Ignoring case sensitivity
👍 Pros
- Instant resource acquisition
- Great for creative mode
- Helps test recipes
👎 Cons
- Requires exact item IDs
- May clutter inventory
- Not for story items