forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
Toast Effect
JasperLorelai edited this page Jan 18, 2025
·
7 revisions
effect: toast
Warning
Introduced in 4.0 Beta 13.
The advancement completion message "pops up like a toast".
Some of these options support dynamic values through numeric or string expressions.
Option | Description | Type | Default | Supports expressions |
---|---|---|---|---|
text |
Text of the toast. | Rich Text | true |
|
frame |
Frame | "task" |
true |
|
icon |
Magic Item String | "air" |
false |
|
broadcast |
Determines whether the toast should be broadcast to all players. | Boolean | false |
true |
use-viewer-as-target |
Determines whether the viewer of the toast should be used for targeted replacement. | Boolean | false |
true |
use-viewer-as-default |
Determines whether the viewer of the toast should be used for default variable replacement. | Boolean | true |
true |