btc_give_item_action
Give a BTC custom item to the player — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | btc_give_item_action |
| Type | Misc |
| Color | Red |
| Icon | mdi:gift |
Fields
| Field | Type | Description |
|---|---|---|
items | List<BtcItemGive> | List of BTC items to give (used if non-empty) |
itemId | String | Single custom item ID to give if 'items' list is empty |
amount | Int | Amount to give if using single item |
Usage Example
- entry: btc_give_item_action
name: "Give a BTC custom item to the player"
items: []
itemId: ""
amount: 0