

Host-only console commands to spawn items directly into player inventories in Risk of Rain 2.
@all players instantly.| Command | Syntax | Description |
|---|---|---|
| Find Item | find_item [name] |
Search for an item's internal name. |
| Give Item | give_item [count] [name] [@all] |
Spawn items for host or everyone. |
Searches for items by internal name or display name. Use this to find the correct string for the give_item command.
Usage:
find_item <text>
Examples:
find_item tougher
find_item lens
find_item syringe
Gives items to the host (default) or all players in the lobby.
Usage:
give_item <count> <item_name> [@all]
Examples:
# Give yourself 10 Teddies
give_item 10 bear
# Give yourself 5 Glasses
give_item 5 lens-maker's glasses
# Give EVERYONE 3 Syringes
give_item 3 soldier's syringe @all
📝 Note: Item names can contain spaces. If you add
@allto the end, the item is distributed to every player in the lobby. Without it, only the command sender receives the item.
Install via Thunderstore Mod Manager or r2modman. Ensure BepInExPack is installed.
ItemSpawnCommands.dll into your plugins folder:
\Risk of Rain 2\BepInEx\plugins\This mod affects game balance and cheats items in. It is intended for sandbox runs, testing builds, and checking item interactions.
find_item if you are unsure of an item’s internal name.License: Free to use, modify, and redistribute. Author: BradenB