GiveItemToPlayer

GiveItemToPlayer command

Places the item or blueprint at the given BlueprintPath into the inventory of the player identified by PlayerID, at the specified Quantity and Quality.

Argument information
  • <Player ID>type: number

    The numeric in-game player ID of the target player (not their Steam ID).

  • <Blueprint Path>type: item

    A full item blueprint path. Pick an item in the command builder below to fill it in.

  • <Quantity>type: number

    How many of the item to give.

  • <Quality>type: number

    The item's quality — 0 spawns a standard (primitive) item; higher values roll better stats.

  • <Force Blueprint>type: item

    1 to give the blueprint, 0 to give the crafted item.

Command builder

Player ID
Blueprint Path
Quantity
Quality
Force Blueprint

Examples

This console command places 1 Rex Saddle at quality 100 into the inventory of the player with in-game player ID 429083, as the crafted item rather than a blueprint (0).

Using cheats on a server

On a multiplayer server, authenticate first with enablecheats <password>, and prefix admin commands with admincheat instead of cheat.