GiveItemNumToPlayer Console Command

Documentation and detailed help with working examples.

GiveItemNumToPlayer Command

Player

This command adds the specified item to the specified player's inventory, specified by the item ID, in the specified quantity and with the specified quality.

Parameters

The syntax for this command is as follows:

UE4 ID

The UE4 ID of the player you wish to give the items to.

The item ID of the item you wish to add, not just the GFI code.

Amount
Type: Number

The quantity of the item you wish to add.

Quality
Type: Number

The quality of the item you wish to add.

Force Blueprint
Type: Boolean

Specify 0 to add the item to your inventory, 1 to add the blueprint of the item to your inventory.

Information

Below is information about the GiveItemNumToPlayer console command.

Cheat
Console compatible
TargetNone
Version added0.0
Looking for Ark: Survival console commands?

Search our complete list!

Quick Overview

The GiveItemNumToPlayer command in Ark: Survival is used to give a specific item, specified by the item ID, to a specific player.

To specify items by their blueprint path, use GiveItemToPlayer.

To give items to yourself, use GiveItemNum.

Command Builder

Adjust the settings below to automatically generate a command. Once you have the inputs you want, click the copy button and paste it into the console in Starfield.
cheat GiveItemNumToPlayer
UE4 ID
Item ID
Amount
Quality
Force Blueprint

Examples

cheat GiveItemNum 5584652 86 1 5 false

This command will add 1 Wooden Door (item ID 86) with the quality 5 to the inventory of the player with the UE4 ID of 5584652.

cheat GiveItemNum 5584652 86 1 5 true

This command is the same as above, but because we specify true for the Force Blueprint parameter, the blueprint of Wooden Door rather than the item will be added.