ItemSpawnCommands
Host-only console commands to give Risk of Rain 2 players items. No spawn limit restrictions, lag away!
| Last updated | 8 hours ago |
| Total downloads | 37 |
| Total rating | 2 |
| Categories | Mods Tools Items Server-side |
| Dependency string | BradenB-ItemSpawnCommands-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2100README
Give Item Commands
Host-only console commands to spawn items directly into player inventories in Risk of Rain 2.
✨ Features
- Safe for Multiplayer: Host-only logic ensures stability.
- Search Function: Easily find items by internal or display name.
- Targeting: Give items to yourself or
@allplayers instantly. - Vanilla Compatible: No R2API required; works on standard builds.
💻 Console Commands
Quick Reference
| 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. |
1. Find Item
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
2. Give Item
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.
⚙️ Installation
Automatic (Recommended)
Install via Thunderstore Mod Manager or r2modman. Ensure BepInExPack is installed.
Manual
- Install BepInExPack.
- Place
ItemSpawnCommands.dllinto your plugins folder:\Risk of Rain 2\BepInEx\plugins\
🤝 Multiplayer & Compatibility
- Host Only: Commands can only be executed by the lobby host. Clients cannot trigger these commands.
- Sync: Items are granted server-side and will sync correctly to all clients.
- Requirements: Risk of Rain 2 (Current), BepInEx 5.x.
- Save Safety: Does not modify save files permanently.
⚠️ Disclaimer
This mod affects game balance and cheats items in. It is intended for sandbox runs, testing builds, and checking item interactions.
💡 Tips
- Use
find_itemif you are unsure of an item’s internal name. - Great for testing stack scaling (e.g., "What does 100 goat hooves look like?").
- Pairs perfectly with the Artifact of Command.
License: Free to use, modify, and redistribute. Author: BradenB