Documentation Index
Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
Use this file to discover all available pages before exploring further.
Holding Item Audience
Type:holding_item_audience
Filters an audience based on if they are holding a specific item.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier for this entry. |
name | String | "" | Name for this entry. |
children | List<Ref<AudienceEntry>> | [] | List of audience entries to filter. |
item | Var<Item> | Empty | The item to check for in the player’s main hand. |
inverted | Boolean | false | If true, filters for players NOT holding the item. |