/ Give

This command is used to give objects, blocks, and items to the player's inventory.

Command logic: /give [player] [item or block] [amount]


Simple Give

We will give a sword to a player.

/give @p iron_sword
GIF

Give with ammount

We will give 20 blocks of stone to a player.

/give @p stone 20
GIF