# How to Spawn Items on Your Valheim Server (/docs/valheim/spawn-items)



With dev commands enabled, admins can spawn any item in Valheim. This is useful for events, testing builds, or replacing items lost to bugs.

Prerequisites [#prerequisites]

You need:

* [Admin access](/docs/valheim/admin-setup)
* [Dev commands enabled](/docs/valheim/enable-devcommands) (requires the Server Devcommands mod)

Spawn Command Syntax [#spawn-command-syntax]

```
spawn [ItemName] [Amount] [Level]
```

* **ItemName** — the internal item ID (case-sensitive)
* **Amount** — how many to spawn (default: 1)
* **Level** — quality/star level for creatures (default: 0)

**Examples:**

```
spawn SwordIron 1
spawn ArrowFire 100
spawn Wood 500
spawn Coins 9999
```

Common Item IDs [#common-item-ids]

Weapons [#weapons]

| Item ID           | Description            |
| ----------------- | ---------------------- |
| `SwordIron`       | Iron sword             |
| `SwordSilver`     | Silver sword           |
| `SwordBlackmetal` | Blackmetal sword       |
| `AxeBattleIron`   | Iron battleaxe         |
| `KnifeBlackMetal` | Blackmetal knife       |
| `Bow`             | Basic bow              |
| `BowHuntsman`     | Huntsman bow           |
| `BowDraugrFang`   | Draugr Fang bow        |
| `AtgeirIron`      | Iron atgeir            |
| `MaceSilver`      | Silver mace (Frostner) |

Armor [#armor]

| Item ID              | Description       |
| -------------------- | ----------------- |
| `ArmorIronChest`     | Iron chestplate   |
| `ArmorIronLegs`      | Iron greaves      |
| `HelmetIron`         | Iron helmet       |
| `ArmorWolfChest`     | Wolf armor chest  |
| `ArmorWolfLegs`      | Wolf armor legs   |
| `ArmorPaddedCuirass` | Padded cuirass    |
| `ArmorPaddedGreaves` | Padded greaves    |
| `HelmetPadded`       | Padded helmet     |
| `CapeLinenBoss`      | Linen boss cape   |
| `ShieldBlackmetal`   | Blackmetal shield |

Resources [#resources]

| Item ID         | Description    |
| --------------- | -------------- |
| `Wood`          | Wood           |
| `Stone`         | Stone          |
| `Iron`          | Iron bar       |
| `Silver`        | Silver bar     |
| `Copper`        | Copper bar     |
| `Tin`           | Tin bar        |
| `Bronze`        | Bronze bar     |
| `BlackMetal`    | Blackmetal bar |
| `Coal`          | Coal           |
| `LeatherScraps` | Leather scraps |
| `DeerHide`      | Deer hide      |
| `LinenThread`   | Linen thread   |
| `Chain`         | Chain          |

Food [#food]

| Item ID            | Description         |
| ------------------ | ------------------- |
| `CookedMeat`       | Cooked meat         |
| `QueensJam`        | Queen's jam         |
| `SerpentStew`      | Serpent stew        |
| `LoxPie`           | Lox pie             |
| `FishWraps`        | Fish wraps          |
| `BloodPudding`     | Blood pudding       |
| `MeadHealthMinor`  | Minor healing mead  |
| `MeadHealthMedium` | Medium healing mead |
| `MeadStaminaMinor` | Minor stamina mead  |

Utility [#utility]

| Item ID         | Description                    |
| --------------- | ------------------------------ |
| `Coins`         | Gold coins                     |
| `Wishbone`      | Wishbone (finds silver)        |
| `Megingjord`    | Megingjord (carry weight belt) |
| `HelmetDverger` | Dverger circlet (headlamp)     |
| `BeltStrength`  | Megingjord belt                |
| `Hammer`        | Building hammer                |
| `Hoe`           | Hoe (terrain tool)             |
| `Cultivator`    | Cultivator (farming)           |

Spawn Creatures [#spawn-creatures]

Use the spawn command for creatures too:

```
spawn Boar 5
spawn Wolf 3 2
spawn Lox 1
```

The third number is the star level (0 = no star, 1 = one star, 2 = two star).

Creature IDs [#creature-ids]

| Creature ID | Description        |
| ----------- | ------------------ |
| `Boar`      | Boar (tameable)    |
| `Wolf`      | Wolf (tameable)    |
| `Lox`       | Lox (tameable)     |
| `Chicken`   | Chicken (tameable) |
| `Deer`      | Deer               |
| `Neck`      | Neck               |
| `Greydwarf` | Greydwarf          |
| `Skeleton`  | Skeleton           |
| `Troll`     | Troll              |
| `Draugr`    | Draugr             |

Spawn Boss Trophies [#spawn-boss-trophies]

```
spawn TrophyEikthyr 1
spawn TrophyTheElder 1
spawn TrophyBonemass 1
spawn TrophyDragonQueen 1
spawn TrophyGoblinKing 1
```

> ⚠️ **Warning:** Spawning boss trophies and placing them on the sacrifice stones unlocks progression and changes world events. This cannot be undone.

Related Guides [#related-guides]

See also: [Enable Dev Commands](/docs/valheim/enable-devcommands) | [Console Commands](/docs/valheim/console-commands) | [Adding Admins](/docs/valheim/admin-setup)

If you need help, join our [Discord](https://discord.xgamingserver.com/).
