Game Maker

Give Item

Gives an item or a custom item to a player.

This action places a specified item into a player's inventory.

Configuration

  • Item: The item to give. This opens a special menu where you can either:
    • Choose from existing items: Select one of your pre-configured Custom Items.
    • Create/edit specific item: Design a unique item on the fly using the Item Builder, setting its material, name, lore, and enchantments.
    • You can also source the item from an Item Property.
  • Slot: Where to place the item in the player's inventory.
    • -1: The first available empty slot.
    • -2: The player's main hand (selected hotbar slot).
    • 0-35: A specific inventory slot.
  • Target: The Player to receive the item.

Use Cases

  • Giving players a starter kit at the beginning of a game.
  • Awarding a key or a trophy for completing a puzzle.
  • Creating a shop where an action gives the purchased item.