drop_item
Drops an item at the trigger location.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|
item | The item to drop. Accepts eco item lookup strings. | ITEM |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
add_to_drops | If true and the trigger has a drop event, adds the item to that event's drop list instead of spawning it directly. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: drop_item
args:
item: <value>
add_to_drops: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |