🎁
Beginner
/give
Drop any item straight into a player's inventory.
At a glance
Syntax
Syntax
/give <target> <item> [count]commandtargetcoordsvaluerequiredoptional
See it
What it does
💎
💎64
64× items drop into the inventory
Anatomy
Every part, explained
- 1
CommandRequired/givePlaces items directly into an inventory.
- 2
TargetRequired<target>Who receives the item. @s is yourself.
- 3
ItemRequired<item>The item id, e.g. diamond, oak_log, netherite_sword.
- 4
CountOptional[count]How many. Defaults to 1, max is usually 64.
Your turn
Try it yourself
Playground
4 tokens · press Enter to run
Copy & paste
Examples
/give @s diamond 64A full stack of diamonds.
/give @s netherite_pickaxeOne top-tier pickaxe.
/give @s cooked_beef 16Sixteen steaks to stay fed.
Avoid these
Common mistakes
✕
/give @s diamonds✓
/give @s diamondItem ids are singular — it's 'diamond', not 'diamonds'.
✕
/give @s diamond_sword 64✓
/give @s diamond_swordTools don't stack — asking for 64 just gives oddities.
Keep going