Skip to main content
Version: 0.6.0
Difficulty: Normal

Giving items

 Before starting

It's best to first read First Interaction before starting this tutorial.

In this tutorial, you will learn how to give items in your interactions.

Adding the give item

To add a give item entry, follow these steps:

  1. Right-click on your entry and select + Link with ....
  2. Search for Add give item and click on the + icon to add it to your sequence.
Add Give Item
Give an item to the player
+

Configuring the give item

The giving item entry has two types of giving an item: A custom item and a Serialized item.

Differences

The custom item allows you to customize almost all the aspects of the item.

 NBT

A custom item can't contain NBT data.

Using the Item Capturer(Serialized Item)

The easy way is to use the item capture because it just copies the item that you are currently holding in-game to the panel. To do this, just click on the blue-white camera icon next to the item field.

Configuring it yourself(Custom Item)

You can also configure the item yourself. Inside the item field select Custom Item. Press the + icon right next to the Components(0) text to add one of the following components:

  1. Amount: The amount of items given to the player.
  2. Flag: Specific options for the item.
  3. Lore: The lore of the item.
  4. Material: This is the item that the player will get.
  5. Item Name: This is the name of the item.

Result

After you configured your item, you can test your interaction by clicking the publish button, and then it should look something like this: