ARK · COMMAND
GiveItemToPlayer
- Command
Give a specific item directly to a player's inventory by their UE4 ID, controlling quantity, quality, and whether they receive the item or its blueprint.
Master the GiveItemToPlayer faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Syntax
Console syntax
cheat GiveItemToPlayer <UE4 ID> <Blueprint> <Amount> <Quality> <Force Blueprint>Arguments
- ue4 id type: ue4 id
- The player ID (UE4) of the player you wish to give the item(s) to.
- blueprint type: item blueprint
- The full blueprint of the item you wish to add.
- amount type: number
- The amount of the item to give to the player.
- quality type: number
- The quality you wish for 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.
About
GiveItemToPlayer delivers items to a player without requiring them to be online or near you. You specify the recipient by their UE4 player ID, the item's full blueprint path, how many copies to give, and what quality level they should have.
The final parameter controls whether the player receives the actual item or only its blueprint. Use 0 to add the item itself (useful for consumables, tools, or gear), and 1 to add only the blueprint (useful for teaching a player a recipe without spending resources).
This command requires the player's UE4 ID rather than their character name or Steam ID. Quality values typically range from 0 to 100, though high-end items may accept higher numbers depending on the item type.
Frequently Asked Questions
- Can I run the GiveItemToPlayer command over RCON?
- Yes. Send
cheat GiveItemToPlayer <UE4 ID> <Blueprint> <Amount> <Quality> <Force Blueprint>through RCON or your control-panel console. If the connection already runs with admin context, omit the leading "cheat". It works the same on hosted, self-hosted, and RCON setups. - When was the GiveItemToPlayer data last updated?
- The GiveItemToPlayer entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- How do I enable admin commands to run GiveItemToPlayer?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat GiveItemToPlayer <UE4 ID> <Blueprint> <Amount> <Quality> <Force Blueprint>. Without admin access the console rejects it. - What is the GiveItemToPlayer used for?
- GiveItemToPlayer delivers items to a player without requiring them to be online or near you. You specify the recipient by their UE4 player ID, the item's full blueprint path, how many copies to give, and what quality level they should have.
- Which game is the GiveItemToPlayer from?
- The GiveItemToPlayer is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- What is GiveItemToPlayer in ARK: Survival Ascended?
- Give a specific item directly to a player's inventory by their UE4 ID, controlling quantity, quality, and whether they receive the item or its blueprint.
- How do I use the GiveItemToPlayer command in ARK: Survival Ascended?
- The syntax is
cheat GiveItemToPlayer <UE4 ID> <Blueprint> <Amount> <Quality> <Force Blueprint>. Open the admin console, paste it, replace any<placeholders>with real values, and press Enter. Verified against the current ARK: ASA build as of June 28, 2026. - What arguments does the GiveItemToPlayer command take?
- The GiveItemToPlayer command takes 5 arguments: ue4 id type: ue4 id, blueprint type: item blueprint, amount type: number, quality type: number, force blueprint type: boolean. See the Arguments section on this page for what each one does.