/give Command

Gives an item to a player.

Permission Level Game Directors
Requires Cheats? Yes

Usage

Give item to target

/give <player: target> <itemName: Item> [amount: int] [data: int] [components: json]

Give a set of players selected via a target selector an item.

Arguments

  • amount: int Amount to give to player. Default: 1.
  • components: json Optional. Specify if the item has components to call required component events.
  • data: int Optional. Fireworks related data required to give a firework type item.
  • itemName: Item An enum of the type of item to give.
  • player: target A player name string or target selector to identify the player.