Ark GiveItemNumToPlayer Command

This command adds an item to the inventory of the player with the specified player ID, relative to the numerical item ID provided. Not all items have a numerical item ID, so it may be best to use the GiveItemToPlayer command instead.

Command Syntax
cheat GiveItemNumToPlayer <UE4 ID> <Item ID> <Amount> <Quality> <Force Blueprint>

The command syntax includes the command as well as any possible parameters. Parameter options are below.

Click the copy button to copy the command. Replace any parameter placeholders, which are stated between angle brackets, < and >, with the parameter option you want. Then click copy to copy the entire command.

Command Parameters
UE4 ID
Type: UE4 ID
The player ID (UE4) of the player you wish to give the item(s) to.
Item ID
Type: Item ID
The numerical item ID of the item you wish to give.
Amount
Type: Number
The amount of the item(s) you wish to give
Quality
Type: Number
The quality you wish the item(s) to have
Force Blueprint
Type: Boolean
Specify '0' to add the item to the player's inventory, '1' to add the blueprint of the item to the player's inventory.
Examples
GiveItemNumToPlayer 129475024 72 6 10 0
The above console command would give Flint (numerical item ID 72) to the player with UE4 ID 129475024. The amount of Flint the player would receive is 6. The quality argument is set to 10, meaning the Flint would have mediocre quality, and the Force Blueprint argument is set to 0 (false), meaning the player would receive the Flint as an item, not as a blueprint.
GiveItemNumToPlayer 129475024 161 1 10 1
The above console command would give the player with UE4 ID 129475024, Gasoline (numerical ID 161). The amount argument is set to 1, so the amount the player receives would be 1. The quality argument is set to 10. As the "Force Blueprint" argument is set to 1 (true), the player would receive the Gasoline as a blueprint, not as an item.
Opening the command console

Press the Tab key to open the command console on PC. On Xbox, press LB RB X andY at the same time. On PlayStation, pressL1 R1 Square andTriangle at the same time.