All commands
🎁
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. 1
    /giveCommandRequired

    Places items directly into an inventory.

  2. 2
    <target>TargetRequired

    Who receives the item. @s is yourself.

  3. 3
    <item>ItemRequired

    The item id, e.g. diamond, oak_log, netherite_sword.

  4. 4
    [count]CountOptional

    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 64

A full stack of diamonds.

/give @s netherite_pickaxe

One top-tier pickaxe.

/give @s cooked_beef 16

Sixteen steaks to stay fed.

Avoid these

Common mistakes

/give @s diamonds
/give @s diamond

Item ids are singular — it's 'diamond', not 'diamonds'.

/give @s diamond_sword 64
/give @s diamond_sword

Tools don't stack — asking for 64 just gives oddities.

Keep going

Related commands