Item Removed
- Alert key:
vtubestudio-itemRemoved - Source: Vtubestudio
Default message template
{{name}} item removed
Template variables
Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').
| Template variable | Overlay payload field | Description |
|---|---|---|
{{name}} | data.extraSettings.name | Name of user |
Example payloads
Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).
Item Remove
{
"alert": "vtubestudio-itemRemoved",
"dynamic": {
"value": "Bulbs"
},
"extraSettings": {
"name": "Bulbs"
}
}
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_STRING- Item is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type