remove_item_data
Removes a custom persistent data entry from the triggering item by its key.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
key | The key of the custom item data entry to remove. | STRING |
Trigger parameters required
ITEM
Example
effects:
- id: remove_item_data
args:
key: custom_id
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |